Instructions

This section provides general information about running the applications.

Jupyter Notebook

All applications are currently built with Jupyter Notebooks running locally from the user’s default web browser. It is recommended to use either Chrome, Firefox or Microsoft Edge Chromium.

Cell execution

Applications generally consist of two Cells:

../_images/application_cells.png
  • (Top) Text block that describes what the application is about with useful links.

  • (Bottom) A Code block that imports the necessary libraries and launches the main Jupyter Widgets.

To start the application, the Code cell must be executed. This can be done either through the Run Button

../_images/run_button.png

or by selecting the Code cell and pressing Shift+Enter on your keyboard.

Two indicators let the user know that code is currently being executed: A bracket with a star next to the cell

../_images/cell_execution_bottom.png

and a dark circle at the top right corner of the page.

../_images/cell_execution_top.png

Once completed, both indicators will turn back white and the result will be displayed on screen. The initial execution of the application can take several seconds due to the import of several libraries and the creation of widgets.

FAQ

To be continued …