Embed ipynb editor in frontends #1652
Unanswered
erdalkaraca
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Would be interesting to get more details on the whole architecture. Otherwise if you want to interact with a JupyterLite maybe this guide can be useful: https://jupyterlite.readthedocs.io/en/latest/howto/configure/advanced/iframe.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am already using pyodide and the file sys API in my web app frontend. Ideally, I would be able to intercept notebook loading/saving and using my instance of pyodide/fs-API to integrate the *.ipynb editor in my frontend's editor UI which has its own tabs and editors management.
Is the ipynb editor usable standalone or do I have to use the whole jupyterlab framework?
Beta Was this translation helpful? Give feedback.
All reactions