You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that all assets are expected to be found at the root /.
But they should not be. Either they should be found at some nested path that I should be able to specify via a --prefix flag. Or they should be referenced as ./static I believe.
Additional Context
I often run Panel succesfully from the terminal in my jupyter hub. Panel enables me to set a --prefix that is used to point to the static assets.
Its the same for other data app frameworks. For example streamlit.
The text was updated successfully, but these errors were encountered:
I want to try out notebooker. I don't have access to python on my laptop for enterprise reasons. I can work inside jupyterhub.
I run
Both mongodb and notebooker start up successfully.
The jupyter-server-proxy is installed. So I would expect to be able to try out notebooker ui at
https://domain/namespace/user/user-name/proxy/11828
or
https://domain/namespace/user/user-name/proxy/11828/
But as you can see I cannot.
The issue is that all assets are expected to be found at the root
/
.But they should not be. Either they should be found at some nested path that I should be able to specify via a
--prefix
flag. Or they should be referenced as./static
I believe.Additional Context
I often run Panel succesfully from the terminal in my jupyter hub. Panel enables me to set a
--prefix
that is used to point to the static assets.Its the same for other data app frameworks. For example streamlit.
The text was updated successfully, but these errors were encountered: