python

Jupyter

Getting Started

  1. Install jupyter notebook with Anaconda or PIP. https://jupyter.org/

  2. In terminal got to an empty directory and enter: $ jupyter notebook.

  3. A “localhost:8888/tree” page will be created in the browser (Whatever is open). 

  4. Create new notebook by clicking “New” button on top left of the newly opened page.