IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
120 stars 43 forks source link

Error right after installation #3

Closed eric-leblouch-al closed 4 years ago

eric-leblouch-al commented 4 years ago

When I reload the jupyter lab after the installation I have the following error:

s3/auth?xxxxxxxxxxxxx:1 Failed to load resource: the server responded with a status of 404 (Not Found)
lab:1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0

The s3 and s3/auth endpoints are not defined on the instance.

Is there a needed configuration prior to the reload in addition to the pip and jupyter labextension installations ?

reevejd commented 4 years ago

Hello,

You may need to manually enable the server extension by running:

jupyter serverextension enable --py jupyterlab_s3_browser

Please let me know if that works for you and I'll make a note in the readme.

eric-leblouch-al commented 4 years ago

That was it thank you !

reevejd commented 4 years ago

Great! I'll add a note to the readme