jupyterlab-filesystem-access icon indicating copy to clipboard operation
jupyterlab-filesystem-access copied to clipboard

[Experimental] Browse local files using the non-standard File System Access API

Results 10 jupyterlab-filesystem-access issues
Sort by recently updated
recently updated
newest added

## Description The file browser toolbar is missing a couple of items with JupyterLab 3.4.0. **With JupyterLab 3.3.4** ![image](https://user-images.githubusercontent.com/591645/167586118-f39d24bc-616b-4955-901b-08d82bd799a6.png) **With JupyterLab 3.4.0** ![image](https://user-images.githubusercontent.com/591645/167585824-375dd301-7e32-4bfd-9f45-1953359003b3.png) ## Reproduce - `pip install jupyterlab>=3.4.0 jupyterlab-filesystem-access`...

bug

This extension works well for opening notebook files from the filesystem :-) It might be useful to try to catalogue how things are handled differently compared to accessing files from...

enhancement

It would be nice if the launcher could create a new Notebook in the opened folder

enhancement

For now we need to re-open the folders manually after reloading the page. Maybe the previous folder should be automatically opened is possible (best effort). That could be convenient for...

enhancement

Just want to start by saying _thank you_ for this extension, works flawlessly. IMO it should be bundled by default with jupyterlite, because it is such a basic functionality to...

enhancement

UI tests would be useful to catch potential regression, and general testing. This might however be blocked by Playwright supporting the Filesystem Access API: https://github.com/microsoft/playwright/issues/18267

maintenance

## Description Certain byte are incorrectly replaced to EFBFBD when opening a local binary file in /drive. (while /drive is referring to Local Files) (Found by chance in #48) ##...

bug

## Description Cannot upload files larger than 1MBytes. Probably jupyterlab divides it every 1MB, but only the last part is saved. (overwritten for each part?) Change overwrite to append for...

bug

If I mount a file system directory, open a notebook in that context, and then try to read a file in that context, e.g. using `pandas` I get a file...

enhancement