The Fornax Science Console is a robust tool for scientific research. This quick-start guide introduces the basic steps to begin using it effectively.
1. Get an Account¶
To create a Fornax Science Console and Community Forum account, go to https://
- A valid email address and mobile phone number that will be used for verification only. Note that if you use an email address that is not from a whitelisted domain (currently nasa.gov), there will be a delay while a human verifies that you are not likely to be a malicious user.
- We also ask for your institute affiliation and career level for demographics.
- Most importantly, we ask for a brief description of the science analysis you would like to use Fornax for. Again, this is merely for verification that the proposed usage of Fornax is appropriate.
Once your account is created, you will receive an email with further instructions on how to log in and find information and help, etc.
2. Log In¶
Once you receive your credentials, log into the Fornax Science Console at:
🔗 https://
3. Select JupyterHub¶
After logging in, you will see a Resource Dashboard. You can learn more about it in the Dashboard section. For now, go to the left-hand menu and choose JupyterHub under Compute.
4. Select a Server Type and Environment¶
You’ll be prompted to select the following:
- Server Type: Size of the compute instance. Please choose Small until you have carefully read the Fornax Resources and Best Practices section.
- Environment: Container image providing your base environment. The Default Astrophysics environment is recommended for most use cases. Base Environment describes the options in more detail.
5. Launch JupyterLab¶
Click Start to launch the base environment. It is normal for JupyterLab to take a couple of minutes to start. At this point, the server you have chosen will begin accruing cost, even though you have not started any computations. Since you have chosen the Small server, this cost will be low.
6. Open a New Notebook¶
In JupyterLab, you will see a main menu at the top, your persistent home directory on the left, and a work area on the right. The Launcher tab is open in the work area by default. You can click the + to the right of the tab name just under the main menu to open a new Launcher tab at any time.
- In the Launcher tab, select notebook under the Notebook section. A new notebook tab will open in the work area.
- When you are ready to save your work to your Fornax home directory, click on the Save icon in the notebook tab.
- To download your notebook to your local machine, click on your notebook in your home directory on the left side of the screen. Then go to the main menu and select File → Download.
7. Shut Down Your Server¶
Since running sessions continuously use the allocated credit, it strongly recommended that yoy should terminate you session when you are done with the work. See the JupyterLab Session Information for details. The session can be stopped by clicking Stop My Server from the jupyterhub control panel page, which is accessed from from:
- Fornax → Shutdown Server, or
- File → Hub Control Panel, both in the top menu.
Clicking Logout from the File menu (or in the upper right corner of the JupyterHub control page) does not stop the session. It only logs you out. See JupyterLab Session Information for details.