Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupyter/governance
The governance process and model for Project Jupyter
https://github.com/jupyter/governance
jupyter
Last synced: 27 days ago
JSON representation
The governance process and model for Project Jupyter
- Host: GitHub
- URL: https://github.com/jupyter/governance
- Owner: jupyter
- License: cc0-1.0
- Created: 2015-09-02T05:17:37.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T13:19:33.000Z (about 2 months ago)
- Last Synced: 2024-09-28T04:21:59.615Z (about 1 month ago)
- Topics: jupyter
- Language: Python
- Homepage: https://jupyter.org/governance/index.html
- Size: 8.12 MB
- Stars: 82
- Watchers: 42
- Forks: 71
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: newsubprojects.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](intro.md) 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 [jupyter-book](https://jupyterbook.org). To build and preview
these documents locally, install the latest version of Jupyter Book with:```
pip install -U jupyter-book
```and build the book with:
```
cd path/to/this/repo
jupyter-book build .
```The resulting website will be in `_build/html`, which you can explore by opening
any of the `.html` files that are created.