jupyterlab-quickopen icon indicating copy to clipboard operation
jupyterlab-quickopen copied to clipboard

JupyterLite support

Open jtpio opened this issue 1 year ago • 0 comments

Since JupyterLite does not support server extensions, maybe there could be an option to do the indexing of files via calls to serviceManager.contents.get().

In JupyterLite these don't end up being real HTTP calls but function calls instead, so it could be a viable option for now.

The regular would still default to using the Jupyter Server extension, although it could use the serviceManager.contents.get() approach too if enabled.

jtpio avatar Sep 27 '24 16:09 jtpio