All Projects → jupyter → governance

jupyter / governance

Licence: CC0-1.0 license
The governance process and model for Project Jupyter

Labels

Projects that are alternatives of or similar to governance

Jupyter server
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
Stars: ✭ 217 (+193.24%)
Mutual labels:  jupyter
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (+209.46%)
Mutual labels:  jupyter
Egal
easy drawing in jupyter
Stars: ✭ 251 (+239.19%)
Mutual labels:  jupyter
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (+198.65%)
Mutual labels:  jupyter
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+20970.27%)
Mutual labels:  jupyter
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (+217.57%)
Mutual labels:  jupyter
Notebooker
Productionise your Jupyter Notebooks as easily as you wrote them.
Stars: ✭ 215 (+190.54%)
Mutual labels:  jupyter
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+20314.86%)
Mutual labels:  jupyter
Jns
jupyter notebook and lab on Raspberry Pi
Stars: ✭ 228 (+208.11%)
Mutual labels:  jupyter
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (+231.08%)
Mutual labels:  jupyter
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (+197.3%)
Mutual labels:  jupyter
Vscode Jupyter
VS Code Jupyter extension
Stars: ✭ 216 (+191.89%)
Mutual labels:  jupyter
Ploomber
A convention over configuration workflow orchestrator. Develop locally (Jupyter or your favorite editor), deploy to Airflow or Kubernetes.
Stars: ✭ 221 (+198.65%)
Mutual labels:  jupyter
Pyscript
Pyscript adds rich Python scripting to HASS
Stars: ✭ 219 (+195.95%)
Mutual labels:  jupyter
Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+4036.49%)
Mutual labels:  jupyter
Halo
💫 Beautiful spinners for terminal, IPython and Jupyter
Stars: ✭ 2,532 (+3321.62%)
Mutual labels:  jupyter
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+3405.41%)
Mutual labels:  jupyter
Bokeh
Interactive Data Visualization in the browser, from Python
Stars: ✭ 15,822 (+21281.08%)
Mutual labels:  jupyter
Qtconsole
Jupyter Qt Console
Stars: ✭ 252 (+240.54%)
Mutual labels:  jupyter
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (+224.32%)
Mutual labels:  jupyter

Project Jupyter Governance

The purpose of this repository is to formalize the governance process that the IPython/Jupyter project has used informally since its inception in 2001. This document clarifies how decisions are made and how the various elements of our community interact, including the relationship between open source collaborative development and work that may be funded by for-profit or non-profit entities.

The governance documents are best-viewed at https://jupyter.org/governance

Note: Currently (as of late 2022), Jupyter's governance is undergoing a transition to a new model described in the "Future Governance" section. A high-level overview can be found here.

Table of Contents

License of Governance Documents

See the governance introduction for license information.

Jupyter organizations

The following organizations on GitHub contain Project Jupyter repos:

Infrastructure for this repository

The content in this repository is hosted online with github-pages, and the HTML files are built with jupyter-book. 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.

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].