You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a JupyterLite site still requires a semi-heavy python backend.
Proposed Solution
Create a wrapper kernel that shims enough packages until the Python API equivalent of jupyter lite archive works inside pyodide inside a running JupyterLite site.
This would allow for writing content and delivering a portable site archive directly to contents.
This would be improved, but is not blocked by jupyterlite/jupyterlite#982. This would open the door for other distribution mechanisms (e.g. P2P like webtorrent, git bundle, etc).
Additional context
At present, some things that are kinda broken:
jupyter(lab)_server would need shimming for contents and translation
Problem
Building a JupyterLite site still requires a semi-heavy python backend.
Proposed Solution
Create a wrapper kernel that shims enough packages until the Python API equivalent of
jupyter lite archive
works inside pyodide inside a running JupyterLite site.This would allow for writing content and delivering a portable site archive directly to contents.
This would be improved, but is not blocked by jupyterlite/jupyterlite#982. This would open the door for other distribution mechanisms (e.g. P2P like
webtorrent
,git bundle
, etc).Additional context
At present, some things that are kinda broken:
jupyter(lab)_server
would need shimming for contents and translationmicropip
doesn't installdata_files
Support installing data_files in micropip.install pyodide/micropip#18References
The text was updated successfully, but these errors were encountered: