# Instructor's Checklist

* **Share** <https://docs.ccv.brown.edu/jupyterhub/> with all students.
* If planning to use hub during class time, have the students launch their hubs at the very beginning of class (can experience a few minutes of bootup time if large spike active hubs)
* Familiarize yourself with the **Admin Tab**. You can access by visitin File -> Hub Control or by visiting https\://\<yourclassid>.[jupyter.brown.edu/hub/admin](http://jupyter.brown.edu/hub/admin). Through this interface you can stop and restart their server if they are having troble accessing their environment.

![](/files/UUBn1fLZMUCVr8MVS1wm)

* Make sure to add your **TAs a an Admin Users**. You can do so by editing their user in the Admin panel above.
* Is a required package missing? Hub crashing? Need more computational resources? Student having an issue you cannot resolve? Don't hesitate to email us at <jupyter-help@brown.edu>

## If you are using Git and GitHub Classroom

* Create and share your GitHub classroom invite link with students
* Remind students to push to their github repo at the end of every session (or whenever they make major progress on a project). Instructions are in JupyterHub guide above.

### Sample instructions for students: Thanks Andras Zsom for sharing:

[DATA1030 Instructions for GitHub Classroom Assignments](https://docs.google.com/document/d/1wJTUrSGPcIQeLnS_--T3aXthWo7nxar4VDg966uhw4c/edit?usp=sharing)


---

# 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/instructors-checklist.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.
