Replies: 2 comments 1 reply
-
Great idea. Leveraging Cloudflare Workers or AWS Lambda for JupyterLite execution sounds promising. It would be great if we can get a suggestion to deal with this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe one approach could be to implement a custom kernel for JupyterLite, but instead of executing code in the browser, call out to the Cloudflare API to execute code remotely? A good starting point could be to look into the JavaScript kernel (https://github.com/jupyterlite/javascript-kernel), and change how code is executed in the appropriate kernel methods? |
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
-
Hi Team,
We are exploring ways to execute specific blocks of code from JupyterLite using Cloudflare Workers or AWS Lambda. Could you please guide us on how to enable or integrate such a capability within JupyterLite? Are there any recommended configurations, plugins, or methods that you would suggest to facilitate this kind of integration?
Thank you for your support!
Beta Was this translation helpful? Give feedback.
All reactions