jupyter 1.0.0
Web application for interactive documents
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
- Outputs:
out
- Website: https://jupyter.org
- Licenses: Modified BSD
- Package source: gnu/packages/jupyter.scm
- Builds: See build status
- Issues: See known issues
Installation
Install jupyter 1.0.0
as follows:
guix install jupyter@1.0.0
Or install the latest version:
guix install jupyter
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.