Skip to content

jupytercalpoly/documentation-theme-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Documentation

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 starting an HTTP server and navigating to 0.0.0.0:8000 in your web browser.

python3 -m http.server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages