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.
License¶
BSD 3-Clause License
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
7.1.1
version_requirements.txt:
notebook >=6.1.1
Equivalent System Packages¶
$ sudo pacman -S jupyter-notebook
$ conda install notebook
$ sudo yum install python3-notebook
$ sudo emerge dev-python/notebook
$ sudo port install py-notebook
$ sudo xbps-install python3-jupyter_notebook
See https://repology.org/project/python:notebook/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.