Welcome to the DSGRN server!

There are several things you can do from here:

  1. Go to your home page: https://jupyter.dsgrn.com/user/username/tree/notebooks
  2. Work through the Jupyter notebook tutorials
  3. Open a terminal and use the UNIX command line
  4. Create your own Jupyter notebook
  5. View your website at http://www.dsgrn.com/~username

To access the notebook tutorials, go to the Home page, open the Tutorials folder, and open a tutorial notebook.

To open a terminal to get a UNIX command line, go to the Home page, click the drop-down menu button that says "New", and select "Terminal".

To create your own Jupyter notebook, go to the Home page, click the drop-down menu button that says "New", and select "Python 2".

Hints:

  • Once you go to your "home page" at https://jupyter.dsgrn.com/user/username/tree/notebook you can leave it open as a tab.
  • To evaluate a cell in a Jupyter notebook, press shift and enter at the same time.
  • To edit a cell in a Jupyter notebook, double click it. Try double clicking this one, for instance.