Code Monkey home page Code Monkey logo

jupyterlab-s3-browser's Introduction

jupyterlab-s3-browser Build Status

npm version PyPI version

A JupyterLab extension for browsing S3-compatible object storage.

screenshot

Installation

JupyterLab 3

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.

JupyterLab 2

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.

Usage

Configuration

If you have a ~/.aws/credentials file available or have already set up role-based access then no futher configuration is necessary.

If you wish to configure through environment variables, you can do so using environment variables, for example:

export JUPYTERLAB_S3_ENDPOINT="https://s3.us.cloud-object-storage.appdomain.cloud"
export JUPYTERLAB_S3_ACCESS_KEY_ID="my-access-key-id"
export JUPYTERLAB_S3_SECRET_ACCESS_KEY="secret"

You can also start without any configuration and fill in your endpoint/credentials though the form when prompted.

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.


jupyterlab-s3-browser's People

Contributors

reevejd avatar dependabot[bot] avatar jagane-opensource avatar rabernat avatar slenky avatar jagane avatar jhgoebbert avatar rnestler avatar rogiia avatar stevemar avatar tombasche avatar imgbot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.