jupyterlite / xeus

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

Update to a comma-separated list of mount points #19

Closed martinRenou closed 8 months ago

martinRenou commented 8 months ago

Switch to using a comma-separated list of mount points instead of a List trait (which is not very practical).

This means that instead of doing:

--XeusAddon.mounts directory1:drive1 --XeusAddon.mounts directory2:drive2

One can do:

--XeusAddon.mounts directory1:drive1,directory2:drive2
martinRenou commented 8 months ago

Lots of whitespaces changes, it's easier to review with https://github.com/jupyterlite/xeus/pull/19/files?diff=split&w=1

DerThorsten commented 8 months ago

thanks!