Creating notebooks ================== Jupyter notebooks are documents for running code (mainly Python), visualising images, writing reports, and doing data science in general. To create a notebook, go to the workspace, click the `NEW` button, and select `Notebook`. .. thumbnail:: images/workspace.png You will be prompted with a dialog box, specifying where the notebook will be created (`DIRECTORY`), a name for the new document (`NAME`), and the server to run the notebook on (`SERVER`). .. thumbnail:: images/dialog_create_notebook.png The notebook will be opened and you're ready to start working.