notebook: Jupyter notebook, a web-based notebook environment for interactive computing#
Description#
The Jupyter HTML notebook is a web-based notebook environment for interactive computing.
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
ipython: Interactive computing environment with an enhanced interactive Python shell
jupyter_client: Jupyter protocol implementation and client libraries
nbformat: Base implementation of the Jupyter notebook format
tornado: Python web framework and asynchronous networking library
terminado: Tornado websocket backend for the term.js Javascript terminal emulator library
send2trash: Send file to trash natively under Mac OS X, Windows and Linux
prometheus_client: Python client for the systems monitoring and alerting toolkit Prometheus
Version Information#
package-version.txt:
6.4.12
install-requires.txt:
notebook >=6.1.1
Equivalent System Packages#
arch:
$ sudo pacman -S jupyter-notebook
conda:
$ conda install notebook
macports: install the following packages: py-notebook
void:
$ sudo xbps-install python3-jupyter_notebook
See https://repology.org/project/python:notebook/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023