/jupyterlab-s3-browser

Primary LanguagePythonApache License 2.0Apache-2.0

jupyterlab-s3-browser Build Status

npm version PyPI version

A JupyterLab extension for browsing S3-compatible object storage.

Installation

To install, run:

jupyter labextension install jupyterlab-s3-browser
pip install jupyterlab-s3-browser

You may also need to run:

jupyter serverextension enable --py jupyterlab_s3_browser

to make sure the serverextension is enabled and then restart (stop and start) JupyterLab.

Amazon SageMaker

View installation instructions specific to SageMaker here. Thanks to Bipin Pandey for helping figure this out.

Contributing

Contributions to this extension are welcome! View CONTRIBUTING.md to get started.