Skip to content

wondonghyeon/codes-for-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages