Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.1 KB

jupyter.md

File metadata and controls

35 lines (20 loc) · 1.1 KB

Home | DevBox | Athena | Supercomputing@SUTD

Jupyter Notebook Guide

Starting a Notebook

  1. Log into one of the two JupyterHub nodes and spawn a server.
  2. You will be presented with the file browser UI, from which you can upload, download, create and open files.

File Browser

This is the UI which you use to browse your Notebook's filesystem and interact with the files.

browser

Notebook UI

You can create a new Jupyter Notebook with a Python 3 kernel by selecting 'New' > 'Python 3'. You will then be presented with the Notebook UI.

You can run !nvidia-smi or !gpustat to check if GPUs are accesible from the notebook.

notebook

TensorBoard

TODO

JupyterLab

You can use JupyterLab instead of Jupyter Notebook. Simply replace tree? in the URL with lab.