# 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="/files/fm0uveAZ4W7mEnFgQv46" 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.

<figure><img src="/files/6msDgGd7UFvI81WoHGd6" 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.

<figure><img src="/files/ncsMGVOc0YwTIaNMkb1g" 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.

<figure><img src="/files/PIys1JA8rwhA8LAlurAZ" 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.

<figure><img src="/files/8TsGqqcQscEIiGTZsKVz" alt=""><figcaption><p>Figure 3.3 - R kernel</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/stronghold/software/jupyter-lab-on-linux-workstations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
