jupyterlite / xeus

JupyterLite loader for Xeus kernels
https://jupyterlite-xeus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Allow mounting jupyterlite content #49

Closed martinRenou closed 7 months ago

martinRenou commented 7 months ago

cc. @trungleduc @DerThorsten @jtpio

This allows optionally mounting the jupyterlite content into the kernel.

martinRenou commented 7 months ago

What's remaining in this PR:

If /files/ is an existing directory at runtime, we should have the kernel cd into that directory automatically, providing a smooth experience to the user

jtpio commented 7 months ago

needs a corner case in Voici for when jupyterlite-xeus addon is there)

Or maybe the other way around? The jupyterlite-xeus addon checking if it is a voici build. So all this logic stays in the place?

martinRenou commented 7 months ago

Right! I'll check how to do that.

We may want to let the user overwrite this behavior if needed.

martinRenou commented 7 months ago

Thank you! Let's work on some proper documentation