jupyter notebook 安装

1
2
3
4
5
6
7
brew install python
python3 -m venv venv
source venv/bin/activate
pip3 install jupyter
python3 -m ipykernel install --user --name=venv
jupyter kernelspec list # 查看可用的 kernel
jupyter notebook