Versions Compared

Key

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

...

Upon connecting, you are presented the jupyter dashboard which serves as your home page for jupyter notebook. The Jupyter Notebook screen is rather simple with 3 tabs:

  • Files: (Default selected) Interactive view of the portion of the filesystem accessible by the user, rooted by the directory in which the notebook was launched from.

  • Running: Displays currently running notebooks known to the server. (You can manage notebook kernels from here)

  • Clusters: Gives a summary of iPython Parallel clusters (more on this later)

...

What are Kernels?

A Jupyter kernel is the computational engine behind the code execution in Jupyter notebooks.

...