I’m writing a JupyterLab document widget extension.
I want the user to be able to choose a file from the server.
So I want a UI widget which says Choose File which has two modes of interaction:
- The user can drag and drop a file from the JupyterLab FileBrowser.
- The user can click, is shown a list of files on the server, and can select one.
Does this feature exist anywhere, as a Lumino widget, or in another project? Or do I have to write it myself?
(The Jupyter Notebook Markdown cells recently had the ability to do interaction #1, and I hope they will again soon when the bugs are fixed https://github.com/jupyterlab/jupyterlab/issues/8205 )