Skip to content

Jupyter Notebooks

The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, and visualizations. In our cluster, we have JupyterLab which is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface.

Using Jupyter Notebook on Wulver

Jupyter Notebook via slurm on Wulver is deprecated

Since two-factor authentication has been implemented on Wulver, the use of Jupyter Notebook via SLURM scripts has been discontinued and is no longer supported. Users should use OnDemand to use Jupyter Notebook on Wulver. First, users need to install Jupyter Notebook in their Conda environment. Once the Conda Environment is activated, users can install Jupyter Notebook using the command conda install -c conda-forge jupyter notebook. Then, you need to specify the environment in OnDemand to start the Jupyter Notebook session. Check here for details.

User Contributed Information

Please help us improve this page

Users are invited to contribute helpful information and corrections through our Github repository.