Skip to content

Files

Latest commit

b7a08c8 · Dec 11, 2020

History

History
 
 

jupyterlab_gcsfilebrowser

GCS Notebooks Filebrowser Extension

jupyterlab_gcsfilebrowser - Provides a mechanism browse and interact with Google Cloud Storage through a file browser.

Demo

Development

  1. Follow the instructions from the root of the repository.

gcloud authorization

The extension uses the machine's Application Default Credentials. Locally, you can set this using the gcloud command. First, set the gcloud tool's project configuration to the project you wish to use for development.

gcloud config set project <project-id>

Then, issue the gcloud auth application-default login command to store the credential. You may need to repeat this procedure daily on a Google-owned machine.