Skip to content

Commit

Permalink
jupyter notebook instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallick committed Aug 28, 2018
1 parent 747ef4f commit 9b205ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Jupyter-Notebook-README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pip3 install --upgrade pip
pip3 install jupyter

These 2 should work. In case if the user wants to use jupyterhub too, they can do:

pip3 install jupyterhub

To install any kernel for a particular environment:
Activate the environment:
pip3 install ipykernel
python -m ipykernel install --name <kernel name> --user

To check the kernel list to verify the kernel has been installed:

jupyter-kernelspec list

0 comments on commit 9b205ff

Please sign in to comment.