# Creating a New Blank Notebook

## Creating a Notebook on JupyterHub

{% hint style="danger" %}
Notebooks created and stored on Brown's JupyterHub will persist between logins, but will not have any long-term redundant backups . Should you lose permissions to access the hub (i.e., end of semester), or should the hub crash, these files may be lost. To back up your Notebooks, please download them to your local hard drive or push them to GitHub.
{% endhint %}

To create a notebook on JupyterHub, follow the instructions below:

1. Select the local![](/files/84zQNVBptftw5qpuv91l)File Browser from left sidebar
2. Create a new launcher using the <img src="/files/wkPXs0PRLI17FLR346Tl" alt="" data-size="line">New Launcher button
3. Click **Python 3** under the **Notebook** section
4. A new “Unititled(#).ipynb” file will appear in your current working drive directory and a blank Notebook will launch. Click on "Untitled" to change the name of the file

![](/files/ciIlkb0GavpQSA0x4SuG)


---

# 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/archive/jupyterhub/using-your-hub/creating-a-new-notebook.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.
