Jupyter Launcher

The Jupyter launcher provides a simple interface to start Jupyter Notebook servers on the DTU HPC cluster.

Getting started

To start the launcher, go to Tools and select Jupyter launcher. You need to be logged in to access the launcher, as it will submit a job to the DTU HPC to start the server.

Here you'll see the interface with the basic options that are needed for the server:

Once you've selected your options, click Launch Jupyter Server to submit the job to the cluster. This process typically takes around 30 seconds, provided the queue isn't too busy. If it takes longer than one minute, try refreshing the page and submitting the request again. If the issue persists, please contact us for assistance.

When the server is ready, a button labeled Open Jupyter Server will appear:

Click this button to open the Jupyter interface in a new tab. If you need a server with different configurations, change your configurations and then press the Re-launch Jupyter Server button. Note, that only one instance of the Jupyter server can run at a time and the old server will be terminated by re-launching.

Finishing your session

When you are finished with your Jupyter server, the session can be killed in one of two ways:

1) In the Jupyter Notebook file directory interface, select File -> Shut down

2) On the QIM platform, select HPC cluster after pressing your profile image in the top right corner. Under the header 'Your jobs' you can select "Kill job job-number".

Detailed configuration

To access more options regarding the Jupyter Server, press the checkmark Show detailed configuration:

Logs

The logs provide detailed information that is updated throughout the session. Here, you'll find additional information about the job script, requested resources, and the node where the server is running. If you're experiencing connection issues, check the logs for useful debugging information that might help resolve the problem.