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
deploy as a jupyterlite extension, e.g. @deathbeds/jupyterlite-pidgy
in a weird twist, this would be an npm package
that gets built into a wheel as, e.g. jupyterlite-pidgy
to ship to pypi
in order to be installable with real pip
but wouldn't work in normal lab
yet
The first route would just include a link to a local site... I like to do it in a template.
Eventually, though, we could iframe the lite site in... this would take... deeper modification.
Pushing on the iframe idea, the pièce de résistance might be integrating a (non-existant) lite extension would exposed more things to the host application... the lightest touch would be a router hack, e.g. #command::restart-run-all::{} though a real iframe bust with postMessage would have legs, as well.
The text was updated successfully, but these errors were encountered:
With
jupyterlite 0.1.0a17
we can now deploy custom wheels which can be imported inpyolite
notebooks.This makes it much easier to deploy work-in-progress demos with per-PR builds on RTD.
Depending on the kind of experience we want to demonstrate we can:
pyolite
notebooks that can "upgrade" to pidgy onesjupyterlite
to the docs environment_static
conf.py
or some other waypidgilite
kernelnodejs
@deathbeds/jupyterlite-pidgy
npm
packagejupyterlite-pidgy
pypi
The first route would just include a link to a local site... I like to do it in a template.
Eventually, though, we could iframe the lite site in... this would take... deeper modification.
Pushing on the iframe idea, the pièce de résistance might be integrating a (non-existant) lite extension would exposed more things to the host application... the lightest touch would be a router hack, e.g.
#command::restart-run-all::{}
though a real iframe bust withpostMessage
would have legs, as well.The text was updated successfully, but these errors were encountered: