Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Created June 20, 2023 14:20
Show Gist options
  • Save sofianhamiti/e3a5dcce8207e9ca721145a38ce842ba to your computer and use it in GitHub Desktop.
Save sofianhamiti/e3a5dcce8207e9ca721145a38ce842ba to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eux
source activate studio
pip install jupyterlab_s3_browser
jupyter serverextension enable --py jupyterlab_s3_browser
restart-jupyter-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment