-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should most collaboration python packages depend on jupyterlab
?
#425
Comments
Another case: custom lab-based applications that only depend on |
Maybe we can just add a dependency pin to jupyter-collaboration - this way a potential user like |
Are there any downsides to adding a JupyterLab dependency pin to jupyter-collaboration? A mechanism like this to specify which versions of JupyterLab current version of jupyter-collaboration is compatible with would help with versions mismatch issues. |
During frontends meeting @jtpio brought up some historical concern about execution in
|
I opened #429 pinning @jtpio, @krassowski I have not added |
Description
It looks like:
de-facto require JupyterLab. We currently do not have a minimum pin which means that adding new features is tricky if these requires newer JupyterLab versions. Even in case of Jupyter Notebook 7, it still depends on JupyterLab.
The only argument against it I can see is the slight possibility that third-party packages could use JupyterLab extension mechanism and could consume extension provided by the above three extensions without installing JupyterLab itself.
On the other hand, jupyter-server-ydoc is not jupyterlab-specific and does not bundle a jupyterlab extension.
The text was updated successfully, but these errors were encountered: