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
Jupyterlite dependent code is built and bundled within the thebe-lite package found in this repository. This is then side-loaded by apps/pages that use thebe-core or thebe. This is a useful pattern as it allows downstream non-webpack bundlers to work with thebe while dynamically loading thebe-lite.
The current thebe-lite bundle is created with webpack and in addition to producing .js output files, also bundles the jupyterlite wheels in a directory structure are follows:
Also due to the default jupyterlite configuration these files are always expected to be on this path, and a downstream page/app/server would need to make them available there.
Proposal
Can the bundling & deployment process be improved? and if so how?
Interesting things to aim for would be:
exposing an interface or docs that enable changes to be made to the jupyterlite configuration
allow the locations of the all.json and .whl files to be customized
Context
Jupyterlite dependent code is built and bundled within the
thebe-lite
package found in this repository. This is then side-loaded by apps/pages that usethebe-core
orthebe
. This is a useful pattern as it allows downstream non-webpack bundlers to work withthebe
while dynamically loadingthebe-lite
.The current
thebe-lite
bundle is created with webpack and in addition to producing.js
output files, also bundles the jupyterlite wheels in a directory structure are follows:Also due to the default
jupyterlite
configuration these files are always expected to be on this path, and a downstream page/app/server would need to make them available there.Proposal
Can the bundling & deployment process be improved? and if so how?
Interesting things to aim for would be:
all.json
and.whl
files to be customizedpyolite
(related support for jupyterlite + xeus_python kernel #564 )Tasks and updates
No response
The text was updated successfully, but these errors were encountered: