# 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:

```sh
module load conda/bcbi_v1.1.0
jupyter-lab
```

<figure><img src="https://240799936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LcWdZhwLCll1J0u091B%2Fuploads%2FZge8Suc9P2BBsbQyxNRK%2Fimage.png?alt=media&#x26;token=625bb322-c750-4967-b512-759c5534af44" alt=""><figcaption><p>Figure 1 - Launch jupyter-lab</p></figcaption></figure>

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

<figure><img src="https://240799936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LcWdZhwLCll1J0u091B%2Fuploads%2Fm6ivugDQ7hYq8VVpc0hM%2Fimage.png?alt=media&#x26;token=835aadf7-d7ce-4a26-99bb-04163f1f1884" alt=""><figcaption><p>Figure 2 - Jupyter Lab home page</p></figcaption></figure>

Follow the instruction below to run Python, Julia and R notebooks:

{% tabs %}
{% tab title="Python" %}
If you click on the `Python` Notebook icon in Figure 2, a Python notebook starts, as shown in the window below.&#x20;

<figure><img src="https://240799936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LcWdZhwLCll1J0u091B%2Fuploads%2FW0eOsuF9ivn1jUfirZPc%2Fimage.png?alt=media&#x26;token=204633e3-2907-4933-887a-3b31a884118c" alt=""><figcaption><p>Figure 3.1 - Python kernel</p></figcaption></figure>
{% endtab %}

{% tab title="Julia" %}
If you click on the `Julia` Notebook icon in Figure 2, a Julia notebook starts, as shown in the window below.&#x20;

<figure><img src="https://240799936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LcWdZhwLCll1J0u091B%2Fuploads%2Fne8zTnNJbM1vvXykvAMv%2Fimage.png?alt=media&#x26;token=25351a6b-c409-477c-9243-52104ca229dc" alt=""><figcaption><p>Figure 3.2 - Julia kernel</p></figcaption></figure>
{% endtab %}

{% tab title="R" %}
If you click on the `R` Notebook icon in Figure 2, an R notebook starts, as shown in the window below.&#x20;

<figure><img src="https://240799936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LcWdZhwLCll1J0u091B%2Fuploads%2FMAfReplyqIJoNKnwMbKM%2Fimage.png?alt=media&#x26;token=59500981-619c-4844-8af6-8d67ca8fc00b" alt=""><figcaption><p>Figure 3.3 - R kernel</p></figcaption></figure>
{% endtab %}
{% endtabs %}
