Skip to content

fsspec/jupyter-fsspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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