Page tree

OOD Service Deprecation

The OOD environment is being replaced by ARE (Australian Research Environment). Please migrate your workload to ARE. For more information, see the ARE User Guide.

There are many ways to run Jupyter notebooks: under Gadi, under the JupyterLab environment on the OOD, or via a terminal such as within the VDI app.


To run a Jupyter notebook from within your VDI session,  you will need to load Jupyterlab as an additional module:

$ module load jupyterlab/2.1.4-py3.7

After you have loaded the “jupyterlab” module, you can start a Jupyter Notebook by running:

$ jupyter notebook
  • No labels