Jupyter Notebook
Start in Virtual Environment
# first ipykernel has to be installed
pip install ipykernel
# replace your_awesome_project_name with your preferred ID
ipython kernel install --user --name=your_awesome_project_name
# the notebook can be run from anywhere and the kernel will always be there
jupyter notebook
# boom, magic
Comments