Working with Jupyter Notebooks¶
The Jupyter project provides tools for interactive computing. The Egeria project uses Jupyter Notebooks to provide an interactive environment for running snippets of Python code, interspersed with Markdown documentation, for our open metadata labs.
Installing runtime for Jupyter Notebooks¶
The Jupyter project provides two runtime options for Jupyter Notebooks
- JupyterLab for a single user environment
- JupyterHub for a multi-user environment
Full instructions for downloading and installing either of these options can be found at:
https://jupyter.org/
Alternatively, if you are running macOS you can use HomeBrew.
Installing JupyterLab on macOS using HomeBrew
Using HomeBrew you can simply run:
brew install jupyterlab
Once JupyterLab is installed it can be run with the jupyter lab
command.
Raise an issue or comment below