Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Fornax User Documentation

Frequently Asked Questions (FAQ)

If my internet connection goes away or is intermittent - what happens to the running notebook?

If you have a running job and your internet is disrupted, the job should continue to run as long as the session does not expire (See JupyterLab Session Information). You can connect to a running session using the same browser or different browser. You can even connect to the same session from different machines.

I was logged out while having a running job. What happens to it?

Being logged-in and having a running job or server are independent. An active Server Session is running in the cloud regardless of whether you logged in or not (See JupyterLab Session Information). To access that active Server Session (to stop it or modify it), you need to be logged in. So your running job will not be affected.

How will my analysis be affected by CPU and memory limitations?

If your workload exceeds your server size, your server may be allowed to use additional resources temporarily. This can be convenient but should not be relied on. In particular, be aware that your job may be killed automatically and without warning if its RAM needs exceed the allotted memory. This behavior is not specific to Fornax or AWS but users may encounter it more often on the science console due to the flexible machine sizing options. (Your laptop needs to have the max amount of memory that you will ever use while working on it. On the science console, you can choose a different server size every time you start it up – this is much more efficient, but also requires you to be more aware of how much CPU and RAM your tasks need.)

Why was my session stopped?

The Fornax Science Console is currently intended for interactive use and will cull sessions which appear to be inactive. The team is working on tools to enable users to submit jobs to run asynchronously. For efficient resource usage, idle interactive sessions will be culled automatically. If you want to keep your session running for longer, you can use the Keep-alive feature in the Fornax menu. See the JupyterLab Session Information section for details.

how long is the period of inactivity that gets culled? It is set to 15 minutes, but it can take a few minutes longer for culling service to be triggered.

I am getting an error when cloning a github repo with git@github.com

Cloning a repo of the form git@github.com/... uses SSH connection, which is disabled on the Fornax system. You can still clone repos using HTTPS. See Using Git for more details.

Why my html page is blank when opened inside Jupyterlab with Safari?

This is a known issue in displaying html files inside Jupyterlab in Safari. The workaround is to right-click (double finger tap) on the html file and select ‘Open in New Browser Tab’. The file should open correctly in a new browser tab.