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 of notebooks in VS Code? #138

Closed
kolibril13 opened this issue Feb 12, 2024 · 3 comments
Closed

Support of notebooks in VS Code? #138

kolibril13 opened this issue Feb 12, 2024 · 3 comments

Comments

@kolibril13
Copy link

Would it be possible to use ipylab in VS Code notebooks?
Currently, it's failing
image

similar report to
#114

@jtpio
Copy link
Owner

jtpio commented Feb 12, 2024

ipylab is based on JupyterLab, and VS Code does not seem to be using any part of JupyterLab for rendering notebooks (as far as a I know, except @jupyterlab/services).

So this very likely never going to be supported in this repo :)

@kolibril13
Copy link
Author

That sounds reasonable!
VS Code has its own API to handle notebook operations:
image
So in theory there could be a package build ontop of ipylab that checks for the platform and then calls these functions accordingly, but I think it's probably not worth the effort to make such a package.

@jtpio
Copy link
Owner

jtpio commented Feb 12, 2024

there could be a package build ontop of ipylab

Or rather have a package similar to ipylab, but using the VS Code API instead. It might be possible to reuse some Python parts of the ipylab package, but not sure it would be worth it.

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

No branches or pull requests

2 participants