Skip to content

Commit c55542f

Browse files
committed
fix(jupyter-config): fix structure of jupyter-config directory
previously you needed to run "jupyter serverextension enable --py jupyterlab_s3_browser" to install the serverextension
1 parent bc9a12b commit c55542f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"NotebookApp": {
3+
"nbserver_extensions": {
4+
"jupyterlab_s3_browser": true
5+
}
6+
}
7+
}

jupyter-config/jupyterlab_s3_browser.json renamed to jupyter-config/jupyter_server_config.d/jupyterlab_s3_browser.json

File renamed without changes.

0 commit comments

Comments
 (0)