Jupyter
Jupyter
with Python
What is Jupyter?
Classic New
JupyterHub
A multi-user version of the notebook designed
for companies, classrooms, and research labs.
Mars
Jupiter
Earth
Saturn
Mercury
Venus
Sun @atoti
Installation
Jupyter
Jupyter metapackage. Install all the Jupyter components in one go
(including the notebook, qtconsole, and the IPython kernel).
Jupyter Notebook
A web-based notebook environment for interactive computing.
JupyterLab
JupyterLab will eventually
A browser-based IDE. Comes with Jupyter Notebook as well! replace the classic Jupyter
Notebook
* Refer to Jupyter’s documentation for installation via other tools such as conda and mamba.
More on later.
Reference:
● https://pypi.org/project/jupyter/
● https://pypi.org/project/notebook/
● https://pypi.org/project/jupyterlab/
● https://docs.atoti.io/latest/getting_started/installation.html
@atoti
Running the servers
Run the respective commands in a Terminal on Mac/Linux, or Command
prompt on Windows to launch either the Jupyter Notebook or JupyterLab.
Jupyter Notebook
jupyter notebook
Access instance via the URL printed in terminal (including token string unless security disabled):
JupyterLab
jupyter lab
Access instance via the URL printed in terminal (including token string unless security disabled):
@atoti
Jupyter Notebook or JupyterLab?
Classic Jupyter
Exploratory computing
Single-paged viewer
Data visualization
@atoti
Create step-by-step
tutorial with a Notebook
Auto-generated table of
contents with clickable
entries (JupyterLab only)
Interlay instruction
with runnable codes
for interactive tutorial
@atoti
Storytelling in JupyterLab
Bridge the gap between the technical and business
BUT…
Some libraries and extensions make
JupyterLab friendlier to use!
@atoti
Some friendly libraries & extensions…
atoti is a free Python library that allows users to create multidimensional datacubes.
Additionally, users can also build and share dashboards with atoti’s web app!
Change visualization
type from drop-down
Access the
atoti editor
@atoti
Some friendly libraries & extensions…
3. Jupyterlab-geojson
https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/geojson-extension
4. ipywidgets
https://ipywidgets.readthedocs.io/son-extension
Progress bar
Multi-select list
@atoti
Use to bridge the gap
between ML and business KPIs
Learn more
about atoti at:
https://www.atoti.io/
LinkedIn Youtube
https://www.linkedin.com/company/atoti https://www.youtube.com/c/atoti
Twitter Medium
https://twitter.com/atoti_io https://medium.com/atoti
GitHub Discussions
https://github.com/atoti/atoti/discussions
@atoti