> For the complete documentation index, see [llms.txt](https://academy.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.dnanexus.com/interactivecloudcomputing/jupyterlab/tips-and-tricks-for-jupyterlab.md).

# Tips and Tricks for JupyterLab

## DX Notebooks Naming

All notebooks saved onto the platform will have a DX prefix in front of them. Here is an example:&#x20;

<figure><img src="/files/JQKR4rst9WCjEVn8T5IZ" alt=""><figcaption></figcaption></figure>

## Storage Locations in JupyterLab&#x20;

There is both worker related/ JupyterLab storage, as well as what is present in the Project storage. This is annotated in the figure below:&#x20;

<figure><img src="/files/SM2IZk0xNws7w8QaojTa" alt=""><figcaption></figcaption></figure>

## Code Blocks

1. When you are running code blocks, remember that in JupyterLab you can run them out of order. This means that you need to pay attention to the numbers on the side of the code blocks for the order. This is highlighted in gold below:

<figure><img src="/files/7tNMDjsZsTodnJeqg1WX" alt=""><figcaption></figcaption></figure>

2. If you choose to write in Python or R primarily, you can use the following at the top of your code block to "switch" to bash scripting. Example below

<figure><img src="/files/ismyOHGkPMGQFJJhiygF" alt=""><figcaption></figcaption></figure>
