All Projects → jupyter → enhancement-proposals

jupyter / enhancement-proposals

Licence: BSD-3-Clause license
Enhancement proposals for the Jupyter Ecosystem

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to enhancement-proposals

ipython pytest
Pytest magic for IPython notebooks
Stars: ✭ 33 (-65.98%)
Mutual labels:  jupyter
iqsharp
Microsoft's IQ# Server.
Stars: ✭ 112 (+15.46%)
Mutual labels:  jupyter
systemdspawner
Spawn JupyterHub single-user notebook servers with systemd
Stars: ✭ 79 (-18.56%)
Mutual labels:  jupyter
colour-notebooks
Colour - Jupyter Notebooks
Stars: ✭ 21 (-78.35%)
Mutual labels:  jupyter
swift-colab
Swift kernel for Google Colaboratory
Stars: ✭ 50 (-48.45%)
Mutual labels:  jupyter
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+1239.18%)
Mutual labels:  jupyter
callisto
A command line utility to create kernels in Jupyter from virtual environments.
Stars: ✭ 15 (-84.54%)
Mutual labels:  jupyter
cognipy
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Stars: ✭ 31 (-68.04%)
Mutual labels:  jupyter
observable-jupyter
Embed visualizations and code from Observable notebooks in Jupyter
Stars: ✭ 27 (-72.16%)
Mutual labels:  jupyter
ipynb-py-convert
Convert .py files runnable in VSCode or Atom/Hydrogen to Jupyter .ipynb notebooks and vice versa
Stars: ✭ 38 (-60.82%)
Mutual labels:  jupyter
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (-70.1%)
Mutual labels:  jupyter
ijava-binder
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/
Stars: ✭ 28 (-71.13%)
Mutual labels:  jupyter
emr-bootstrap-spark
AWS bootstrap scripts for Mozilla's flavoured Spark setup.
Stars: ✭ 49 (-49.48%)
Mutual labels:  jupyter
visualizing-geodata folium-bokeh-demo-
folium, bokeh, jupyter, python
Stars: ✭ 17 (-82.47%)
Mutual labels:  jupyter
jupyterlab-sparkmonitor
JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook
Stars: ✭ 78 (-19.59%)
Mutual labels:  jupyter
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-81.44%)
Mutual labels:  jupyter
mercury
Convert Python notebook to web app and share with non-technical users
Stars: ✭ 1,894 (+1852.58%)
Mutual labels:  jupyter
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+17.53%)
Mutual labels:  jupyter
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (-50.52%)
Mutual labels:  jupyter
jupyter-wysiwyg
A rich text editor for markdown cells in Jupyter
Stars: ✭ 34 (-64.95%)
Mutual labels:  jupyter

Jupyter Enhancement Proposals

This repository contains enhancement proposals for the Jupyter ecosystem, known as Jupyter Enhancement Proposals or JEPs. Jupyter Enhancement Proposals will be used when presenting changes or additions that affect multiple components of the Jupyter ecosystem OR changes to a single key component.

See the Enhancement Proposal Guidelines for more information.

Index of JEPs

Below is a list of JEPs that have been Submitted in the past.

If a JEP is in the Submitted state, a pull-request is currently open for conversation and comments. If a JEP is in the Accepted state, the JEP has been merged into this repository, and work is encouraged to commence on the topic.

Number Status Title PR
0004 Withdrawn New Notebook Format for improved workflow integration #04
0007 Withdrawn Jupyter Extension Generator #07
0008 Implemented Diffing and Merging Notebooks #08
0012 Implemented Kernel Gateway #12
0014 Submitted Kernel Nanny #14
0015 Withdrawn Layout Namespaces and Discovery #15
0016 Submitted Notebook Translation and Localization #16
0017 Implemented Dashboards Notebook Extension #17
0018 Implemented Declarative Widgets Extension #18
0022 Implemented Move Dashboards Deployment Projects from Incubator to Attic #22
0023 Submitted Jupyter Template as Metadata #23
0024 Submitted Simplifying Error Reporting in Jupyter Protocol #24
0025 Implemented Enterprise Gateway #25
0026 Withdrawn Add Language Server Support to Jupyter Server and jupyterlab-monaco #26
0028 Implemented Standalone Jupyter Server #28
0029 Implemented Jupyter Enhancement Proposal updates #29
0042 Implemented Voila Incorporation #43
0044 Implemented Xeus Incorporation #44
0047 Implemented Jupyter Debugger Protocol #47
0062 Implemented Cell ID Addition to Notebook Format #62
0065 Accepted Replace PUB socket with XPUB socket #65
0072 Accepted Language server protocol (LSP) #72
0079 Accepted Build Jupyter Notebook v7 off of JupyterLab components #79

How do I submit a JEP?

In order to submit a JEP, first read the Jupyter Enhancement Proposal Submission Guidelines which describes the JEP process.

In addition, read the JEP proposal template for guidance on the questions you should answer before officially submitting the JEP.

Docs hosting

We use a GitHub action to build the documentation with Sphinx and push it to the gh-pages branch of the repository. This is then hosted at jupyter.org/enhancement-proposals.

We use a ReadTheDocs build to automatically generate previews of the documentation for Pull Requests. However this is not the publicly-hosted version of the documentation, it is just for PRs.

Build the enhancement proposal docs

The Enhancement Proposal documentation is structured as a Sphinx documentation site that uses a them and configuration inspired by Jupyter Book.

To build the documentation locally, use the nox automation and environment management tool. Follow these steps:

  • Install nox:

    $ pip install nox
  • Build the docs from the enhancement-proposals folder:

    $ nox -s docs

This will automatically install the environment needed to build the documentation, and then place the output HTML in the _build/html folder.

To build the documentation with a live reload server, run:

$ nox -s docs-live

To manually install and build the documentation with Sphinx, install the requirements in requirements.txt and then run sphinx-build . _build/html.

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