-
Notifications
You must be signed in to change notification settings - Fork 2
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
Similar project for iframe integration #39
Comments
Thanks @martenrichter for sharing this! Looking at the code of this
Maybe |
Thanks, @jtpio for clarification. If there is demand, I can also integrate the functionality |
Yes, since commands provide a convenient way to accessing functionalities within JupyterLab, and also because new ones can be added by third-party extensions easily. |
I have just found this repo.
I have been working roughly since May on a similar project.
It is for integrating Jupyter Lite with my echalk software fails-components (see https://github.com/fails-components/compositions or https://www.youtube.com/@fails-components) with jupyter applets. I want to use it in my theoretical physics classes.
It is not finished, but you can open and save notebooks and select applets within my application;
Recording2024-12-27.11-49-51.webm
I have just made it public:
https://github.com/fails-components/jupyterfails
you can find the current rect component here ( I may move it over):
https://github.com/fails-components/app/blob/master/src/jupyteredit.jsx
But it needs a lot of cleanup, and the build scripts are not ready. The package version and structure will also change. There are many issues, and the interceptor (which should allow the transmission of an applet state to the students) is not ready yet.
It uses a lot of internal monkey patching, as some interfaces do not exist yet on jupyter lab.
I wanted to post this information so that work is not done twice.
The text was updated successfully, but these errors were encountered: