# Additional Resources

## Introduction to Python Notebooks

For new users of Python3, we have provided access to an introduction to Python3 notebook series. This can be added to your local JupyterHub drive by clicking on the following link: [Learn Python3](https://phys70.hub.brown.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fjerry-git%2Flearn-python3.git\&branch=master\&app=lab).

This link will automatically download the course content into you hub and then launch an instance. To run the provided exercises, follow the instructions below:

1. Click on [Learn Python3](https://phys70.hub.brown.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fjerry-git%2Flearn-python3.git\&branch=master\&app=lab). Wait for the download process to finish.
2. Select the local![](/files/84zQNVBptftw5qpuv91l)File Browser from left sidebar
3. Click on the <img src="/files/f0js8R4Yegvuua04s4lT" alt="" data-size="original"> Home icon above your Browser region.
4. Navigate into **learn-python3.git/notebooks**
5. Select from the beginner or intermediate notebook lessons
6. Double click or right click > Open the desired notebook lesson.

{% hint style="info" %}
These lessons are provided by a third party source and not property of Brown University. We are not responsible for maintaining, debugging, or updating these introductory material.
{% endhint %}

## Further Reading

Python3 Official Documentation: <https://docs.python.org/3/>

Jupyter Notebook Official Documentation: <https://jupyter-notebook.readthedocs.io/en/stable/>

Jupyter Lab Official Documentation: <https://jupyterlab.readthedocs.io/en/latest/>


---

# 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/help-and-support/additional-resources.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.
