This repository contains Jupyter Notebook files primarily intended for blog posts.
My blog sites:
- English: mengwoods.github.io
- Chinese: CSDN
To set up the environment, follow these steps:
conda create --name blogpy38 python=3.8
conda activate blogpy38
conda install jupyter
pip install notebook
pip install ipykernel
python -m ipykernel install --user --name=<myenv>