Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 742 Bytes

jupyter_fsspec

Github Actions Status

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.

Documentation

Read the documentation at https://jupyter-fsspec.readthedocs.io/en/latest/

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyter_fsspec

Uninstall

To remove the extension, execute:

pip uninstall jupyter_fsspec