jupyterlab_templates icon indicating copy to clipboard operation
jupyterlab_templates copied to clipboard

Support for JupyterLite?

Open psychemedia opened this issue 1 year ago • 2 comments
trafficstars

Is it possible to use this extension with JupyterLite, or does the server extension requirement complicate that somewhat?

psychemedia avatar Feb 05 '24 15:02 psychemedia

Theoretically it could be possible, it's not like we have any crazy dependencies. The big question would be, where do the templates come from? Because right now we assume filesystem access.

timkpaine avatar Feb 05 '24 16:02 timkpaine

Jupyterlite can copy over ./content located notebooks, so I'd imagine a ./templates repo or similar for loading templates into browser storage?

psychemedia avatar Feb 06 '24 00:02 psychemedia