Jupyter - Notebook Server

Notebook Components

About

The notebook server, not the kernel, is responsible for saving and loading notebooks, so you can edit notebooks even if you don’t have the kernel for that language—you just won’t be able to run code.

Management

Start

cd %USERPROFILE\notebooks
jupyter notebook
[I 11:42:17.268 NotebookApp] Serving notebooks from local directory: C:\Users\userName\notebooks
...
http://localhost:8888/?token=e04238d8a3e89b2c8d21fe20f9927949da953d1405fa55c9





Discover More
Notebook Components
Jupyter - Notebook (.ipynb)

The Notebook frontend does something extra. In addition to running your code, it stores code and output, together with markdown notes, in an editable document called a notebook. When you save it, this...
Sparkmagic Hello
Jupyter - SparkMagic

Sparkmagic is a kernel that provides Ipython magic for working with Spark clusters through Livy in Jupyter notebooks. installation ...



Share this page:
Follow us:
Task Runner