Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The simplest way to execute the demos in Jupyter is accomplished throw through the installation of Anaconda.
This will install more than is needed but nearly all requirements in one step.

...

  • The demos are linked to Jupyter through the import and use of only the following modules:
    IPython - Interacting from within the Notebook with its output / plots
    ipywidgets - Interactive Widgets/GUI elements for the Jupyter Notebook
  • Show line numbers inside a notebook: View → Toggle Line Numbers
  • Autocomplete is available when pressing the tabkeyTab key

  • Variables of a notebook cell are not encapsulated from other cells inside the same notebook