Skip to content

jupyter/governance

Project Jupyter Governance

The purpose of this repository is to formalize the governance process for Project Jupyter. The governance documents are best viewed at https://jupyter.org/governance. They may also be built from the files in this repository by following the instructions below.

License of Governance Documents

See the governance introduction for license information.

Infrastructure for this repository

The content in this repository is hosted online with github-pages, and the HTML files are built with MyST. To build and preview these documents locally, you can use nox:

# Build the documentation
nox -s docs

# Or serve with live reload
nox -s docs-live

Alternatively, install MyST directly and build manually:

pip install -r requirements.txt
cd docs
myst build --html

The resulting website will be in docs/_build/html, which you can explore by opening any of the .html files that are created.

About

The governance process and model for Project Jupyter

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 42

Languages