Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
m (note that explicit ssh tunneling works fine from mac/linux) |
No edit summary |
||
Line 19: | Line 19: | ||
<!--T:4--> | <!--T:4--> | ||
These instructions install Jupyter Notebook with the <code>pip</code> command in a [[Python#Creating_and_using_a_virtual_environment | Python virtual environment]] in your home directory. The following instructions are for Python 3.5 | These instructions install Jupyter Notebook with the <code>pip</code> command in a [[Python#Creating_and_using_a_virtual_environment | Python virtual environment]] in your home directory. The following instructions are for Python 3.5, but you can also install the application for a different version by loading a different Python module. | ||
<!--T:5--> | <!--T:5--> | ||
#Load the Python module. | #Load the Python module. | ||
#:{{Command2|module load python/3.5 | #:{{Command2|module load python/3.5}} | ||
#Create a new Python virtual environment. | #Create a new Python virtual environment. | ||
#:{{Command2|virtualenv $HOME/jupyter_py3}} | #:{{Command2|virtualenv $HOME/jupyter_py3}} |