finos / jupyterlab_templates

Support for jupyter notebook templates in jupyterlab
Apache License 2.0
399 stars 68 forks source link

Support for JupyterLite? #244

Open psychemedia opened 8 months ago

psychemedia commented 8 months ago

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

timkpaine commented 8 months ago

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.

psychemedia commented 8 months ago

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