Jupyter Lab on Linux Workstations
Jupyter Lab is installed in the conda/bcbi_v1.1.0
environment module. The user may load the environment module first, then launch Jupyter Lab using the following commands from a desktop terminal on a Linux workstation:
module load conda/bcbi_v1.1.0
jupyter-lab

Then a Jupyter Lab window will be launched as shown in Figure 2. Python, Julia and R notebooks are available to use.

Follow the instruction below to run Python, Julia and R notebooks:
If you click on the Python
Notebook icon in Figure 2, a Python notebook starts, as shown in the window below.

Last updated
Was this helpful?