pangeo-data / jupyter-earth

Jupyter meets the Earth: combining research use cases in geosciences with technical developments within the Jupyter and Pangeo ecosystems.
https://jupytearth.org
Creative Commons Zero v1.0 Universal
28 stars 6 forks source link

Broken jupyter_datasette_proxy installation (makes jupyter-server-proxy fail to start) #128

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

@yuvipanda this was reported in my user server, and as a result, vscode etc stopped working as well as jupyter_server_proxy startup failed as a whole.

[W 2022-06-24 15:26:14.683 SingleUserLabApp manager:356] jupyter_server_proxy | extension failed loading with message: No module named 'jupyter_datasette_proxy'

I'm not confident about the situation, and have failed to find the source code for this new pypi package published by you. Do you have a github repo for this yet?

consideRatio commented 2 years ago

Inspecting https://pypi.org/project/jupyter-datasette-proxy/1.0/#files didn't make me much wiser, but it seems like perhaps the name nbdatasette has been used instead of jupyter-datasette-proxy, don't really know.

yuvipanda commented 2 years ago

Sorry about that, @consideRatio. I've published an updated version of jupyter-datasette-proxy that fixes this. Source is at https://github.com/psychemedia/jupyter-datasette-proxy (should be linked to from PyPI now)

consideRatio commented 2 years ago

Thanks @yuvipanda!! I'm rebuilding the image without a change to the Dockerfile then!