Welcome to the jupyter_fsspec
repo, a Jupyter extension for the fsspec
Python library.
Browse your fsspec filesystems in Jupyter, copy files and paths and otherwise interact with
your data in the Jupyter interface and inside your notebooks.
Read the documentation at https://jupyter-fsspec.readthedocs.io/en/latest/
- JupyterLab >= 4.0.0
To install the extension, execute:
pip install jupyter_fsspec
To remove the extension, execute:
pip uninstall jupyter_fsspec