enhancement-proposals icon indicating copy to clipboard operation
enhancement-proposals copied to clipboard

Enhancement proposals for the Jupyter Ecosystem

Results 55 enhancement-proposals issues
Sort by recently updated
recently updated
newest added

As discussed at the dev meeting. There are a few TODOs which have not yet been decided. We can bikeshed about them, or whoever gets to implementing the relevant bits...

We propose to make Elyra an official Jupyter subproject.

Pre-proposal issue: https://github.com/jupyter/enhancement-proposals/issues/88 ## Summary This JEP proposes the adoption of well defined `UI Components` across Jupyter projects needed to build user interfaces. While being primarily focussed on [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components)...

# Parameterized kernel specs In this JEP we propose to parameterize the kernel specs, simplifying the way some kernels are installed reducing the amount of kernel specs files, and at...

under discussion (RFC)

# Background Currently if a Jupyter Kernel protocol frontend would like check if a certain comm target is registered in the kernel, it has no way of querying if the...

In this JEP we propose to send the `kernel_info` request on the control channel exclusively, to fix issues like [this](https://github.com/jupyter-server/jupyter_server/issues/622) and [this](https://github.com/jupyterlab/jupyterlab/issues/10174). cc @SylvainCorlay and @minrk who I have talked...

### Description There are a few places where our documentation doesn't make it clear what exactly the Shepherd should do, or how to do it. Here are a few sticking...

Contains two accompanying files * Press Release * Technical proposal cc @yuvipanda @Zsailer

# Transmit Cell Metadata Hello! We (@willingc and @MSeal) would like to propose a new JEP that describes transmitting cell metadata to kernels. This PR contains the JEP proposal that...

zeromq has a transport-level encryption and authentication protocol called [CurveZMQ][]. [CurveZMQ]: https://rfc.zeromq.org/spec/26/ I've just landed support for CurveZMQ in [IPython Parallel][ipp-curve], and I think it's worth talking about in Jupyter....