All Projects → jupyter → Jupyter

jupyter / Jupyter

Licence: bsd-3-clause
Jupyter metapackage for installation, docs and chat

Programming Languages

python
139335 projects - #7 most used programming language

Jupyter

Read this in other languages: English, Español, Português

Jupyter metapackage for installation and docs.

Running the docs locally

First navigate to the /docs directory and create a conda environment:

conda env create -f environment.yml  

Activate the environment:

source activate jupyter_docs  

Build the docs:

make clean  
make html

The docs will be built in build/html. They can be viewed by opening build/html/index.html or starting an HTTP server and navigating to 0.0.0.0:8000 in your web browser.

python3 -m http.server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].