Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTC is adding extra /RTC%3A (colon) after /tree in the notebook URL #431

Open
hnykda opened this issue Jan 23, 2025 · 1 comment
Open

RTC is adding extra /RTC%3A (colon) after /tree in the notebook URL #431

hnykda opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@hnykda
Copy link

hnykda commented Jan 23, 2025

Description

Hi. We have jupyterhub instance with RTC extension, and the problem we see that after going to the hub address and click on a notebook, we see that there is /RTC being added to the URL, which messes up with other stuff. Such us anchor links, or git extension. it happens even on the user's own stuff, not when trying to get to other users' stuff.

This is what happens when I watch the URL bar:

  1. /user/hnykda/lab/workspaces/auto-y
  2. now user clicks on a notebook
  3. ends up with: /user/hnykda/lab/workspaces/auto-ytree/RTC%3notebook-name.ipynb

Expected behavior

RTC would not be added to the URL.

Is there any way how to get around this?

@hnykda hnykda added the bug Something isn't working label Jan 23, 2025
@hnykda hnykda changed the title RTC is adding extra /RTC after /tree in the notebook URL RTC is adding extra /RTC%3A (colon) after /tree in the notebook URL Jan 23, 2025
@krassowski
Copy link
Member

Hi @hnykda! The was changed in #418 and the fix can be tested in alpha versions :

pip install --pre "jupyterlab>=4.4.0a2" "jupyter-collaboration>=4.0.0a0"

And if you have Notebook installed:

pip install --pre "notebook>=7.4.0a1" "jupyterlab>=4.4.0a2" "jupyter-collaboration>=4.0.0a0"

For more context see #202. I think we should close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants