wondonghyeon / codes-for-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository includes codes for my personal blog.

Please note that I'm using MacOS and haven't tested on any other operating systems. I'm not doing anything fancy so the code should run on other systems too, but I can't guarantee.

Enviroment setup

  1. Install miniconda.
  2. Create a virtual enviroment and activate it.
conda create -n your_env_name python=3.9
conda activate your_env_name
  1. Install the requirements by running
pip install -r requirements.txt
  1. Add your virtual env to ipykernel so we can use the enviroment on jupyter notebook.
python -m ipykernel install --user --name=your_env_name  # name can be anything

About


Languages

Language:Jupyter Notebook 100.0%