You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Jupyverse's public API is in a single package jupyverse-api, that includes every plugin's public API.
This is not ideal because every time a plugin's public API changes, the package has to be released.
Proposed Solution
JupyterLab's packages follow a different scheme, for instance:
Problem
Currently, Jupyverse's public API is in a single package jupyverse-api, that includes every plugin's public API.
This is not ideal because every time a plugin's public API changes, the package has to be released.
Proposed Solution
JupyterLab's packages follow a different scheme, for instance:
notebook
public API to implement a notebook plugin.I think Jupyverse should follow the same approach, and extract out each plugin's public API in
jupyverse-api
into its own package.The text was updated successfully, but these errors were encountered: