Munyola / jupyter

Jupyter metapackage for installation, docs and chat

Home Page:https://jupyter.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Jupyter metapackage for installation, docs and chat

https://jupyter.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%