Launching a Jupyter notebook as a container #7102
Unanswered
jhyungjeon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello. I'm trying to launch a Jupyter notebook in a container. However, if you specify base_url and start it, base_url must be added twice for it to work properly. For example, if you specify base_url as test, https://localhost:88888/test/lab is the normal url, but the actual requested url is https://localhost:88888/test/test/lab. Why? It works fine locally, but it happens when I run it as a container.
Beta Was this translation helpful? Give feedback.
All reactions