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
As of jupyterlite 0.1.0b10, emscripten-based kernels like pyolite and xeus-python have direct access to the /files deployed with the site as well as those created in-browser or added via drag-drop.
This is very nice for enabling the importnb two-notebook approach: one for show that imports and uses the one for pros, which has more details and tests.
With pyolite, it's reasonably straightforward to use --piplite-wheels pointed at an as-built wheel, which means per-PR-push ReadTheDocs previews can contain the actual development code, and github pages can be made to work as well.
The text was updated successfully, but these errors were encountered:
As of jupyterlite 0.1.0b10, emscripten-based kernels like
pyolite
andxeus-python
have direct access to the/files
deployed with the site as well as those created in-browser or added via drag-drop.This is very nice for enabling the
importnb
two-notebook approach: one for show that imports and uses the one for pros, which has more details and tests.With
pyolite
, it's reasonably straightforward to use--piplite-wheels
pointed at an as-built wheel, which means per-PR-push ReadTheDocs previews can contain the actual development code, and github pages can be made to work as well.The text was updated successfully, but these errors were encountered: