jupyter的一些坑
Add Virtualenv as Python KernelPermalink
Replace your-venv with your virtualenv name
Activate the virtualenv
$ source your-venv/bin/activate
Install jupyter in the virtualenv
(your-venv)$ pip install jupyter
Add the virtualenv as a jupyter kernel
(your-venv)$ ipython kernel install --name "local-venv" --user
You can now select the created kernel your-env when you start Jupyter

浙公网安备 33010602011771号