-
DescriptionGreetings. I have a jupyterlab-user-container running on kubernetes, which has jupyter-server-proxy installed, and that makes it so /proxy/portnr is accessible. So that means i can access my Quarto app on that url and port. Problem is, since i dont run jupyterhub, the /user path is not valid. If i dont set JUPYTERHUB_USER then it wont build the path.
Has anyone got a similar issue as me, or know how to fix? Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You can set environment variable to be used by Quarto in |
Beta Was this translation helpful? Give feedback.
-
@ssb-jnk can you clarify what you are expecting from Quarto exactly ? You would like the I would like to understand really the problem encountered and use case so that we can think of right solution (which sometimes can be different that first one thought off). Thanks |
Beta Was this translation helpful? Give feedback.
Or maybe i can try to configure jupyter to have the path /user/somestaticuser as default path. I think that might solve it.