Skip to content
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

Support more JupyterLab distributions #33

Closed
jtpio opened this issue Feb 28, 2020 · 1 comment · Fixed by #79
Closed

Support more JupyterLab distributions #33

jtpio opened this issue Feb 28, 2020 · 1 comment · Fixed by #79

Comments

@jtpio
Copy link
Owner

jtpio commented Feb 28, 2020

It would be interesting to see if ipylab can be used in a custom JupyterLab build (or just a frontend that reuses lab components), to create standalone a UI without all the other extra lab extensions (menu, left and right area...).

This would probably require making the ILabShell dependency optional:

requires: [IJupyterWidgetRegistry, ILabShell],

@jtpio
Copy link
Owner Author

jtpio commented Jan 13, 2021

An example of such custom lab build could be JupyterLab Classic: https://github.com/jtpio/jupyterlab-classic

This would probably require making the ILabShell dependency optional:

But that would indeed mean some features exposed in Python like shell.expandLeft() would / should not be available in Classic.

@jtpio jtpio changed the title Test in a custom Lab build Support more JupyterLab distributions Nov 8, 2021
@jtpio jtpio closed this as completed in #79 Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant