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 base_url variable used to set --www-root-path (L93 of _init.py) is not replaced by any value.
If I test it in a standalone mode of JupyterLab, I end up with the command .... --www-root-path={base_url}rstudio/ ... exactly as written in the script, no variable substitution. Same thing behing with JupyterHub behind a Reverse Proxy (although here I have other issues with the auth-sign-in rewrite, but this must be related).
Trying to debug it, base_url is indeed an unknown variable from Python's point of view.
As per jupyter-server-proxy documentation, this variable should be replaced.
Expected behaviour
Variable set correctly.
Your personal set up
OS: containerized image of JupyterLab installation, based on Fedora 34.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Hi!
Bug description
The
base_url
variable used to set--www-root-path
(L93 of _init.py) is not replaced by any value.If I test it in a standalone mode of JupyterLab, I end up with the command
.... --www-root-path={base_url}rstudio/ ...
exactly as written in the script, no variable substitution. Same thing behing with JupyterHub behind a Reverse Proxy (although here I have other issues with the auth-sign-in rewrite, but this must be related).Trying to debug it,
base_url
is indeed an unknown variable from Python's point of view.As per jupyter-server-proxy documentation, this variable should be replaced.
Expected behaviour
Variable set correctly.
Your personal set up
ipython<8.0.0
notebook==6.4.6
jupyterhub==1.3.0
jupyterlab==3.1.18
jupyterlab-requirements==0.15.0
jupyter_kernel_gateway==2.4.0
jupyter-nbrequirements==0.7.3
supervisor==4.1.0
jupyterlab-git==0.30
jupyterlab-spellchecker==0.7.2
jupyter-server-proxy==3.2.1
jupyter-rsession-proxy==2.0.1
The text was updated successfully, but these errors were encountered: