Jupyter Notebooks
Introduction to Interactive Jupyter Notebooks
Code Rich Text Terminal-like
Jupyter Notebooks are documents that contain both
code and rich text with some of the magic of the terminal
Get all the kernels! https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
How does it work?
Or hosted locally typically on localhost:8888
Jupyter Server
Installation
Installation
If you’d rather avoid the hassle of installing packages individually, just
download and install Anaconda. It hosts all of the most popular scientific
Python libraries and is generally more stable.
Type $ jupyter notebook in a terminal window to launch
Intro to Jupyter Notebooks
Intro to Jupyter Notebooks
Intro to Jupyter Notebooks
Intro to Jupyter Notebooks
Intro to Jupyter Notebooks

Intro to Jupyter Notebooks

  • 1.
    Jupyter Notebooks Introduction toInteractive Jupyter Notebooks
  • 3.
    Code Rich TextTerminal-like Jupyter Notebooks are documents that contain both code and rich text with some of the magic of the terminal
  • 5.
    Get all thekernels! https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
  • 6.
    How does itwork? Or hosted locally typically on localhost:8888 Jupyter Server
  • 7.
  • 8.
    Installation If you’d ratheravoid the hassle of installing packages individually, just download and install Anaconda. It hosts all of the most popular scientific Python libraries and is generally more stable.
  • 9.
    Type $ jupyternotebook in a terminal window to launch