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

Combined URL (workspaces + tree) does not work as intended #7156

Closed
kavishdahekar opened this issue Sep 5, 2019 · 0 comments · Fixed by #7174
Closed

Combined URL (workspaces + tree) does not work as intended #7156

kavishdahekar opened this issue Sep 5, 2019 · 0 comments · Fixed by #7174
Assignees
Labels
bug help wanted status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.

Comments

@kavishdahekar
Copy link

Description

According to the documentation on urls : workspaces and tree can be used together in a URL.

So, when I hit the url :-

http://localhost:8888/lab/workspaces/foo/tree/path/to/notebook.ipynb

I am expecting the workspace foo to be opened/created and the file notebook.ipynb should be opened in a tab inside jupyter lab.
This does not happen. Jupyter lab just reinstates the previous state of the workspace or if the workspace did not exist then creates it. It seems the tree part is completely ignored.

Reproduce

  1. Start jupyter lab in any directory.
  2. Directly navigate to http(s)://<server:port>/lab/workspaces/foo/tree/path/to/notebook.ipynb

Expected behavior

Jupyter Lab should open the notebook.ipynb file (in the workspace foo) which is present at path/to/notebook.ipynb.

Actual behavior

Jupyter Lab does not open the notebook.ipynb file. The tree part of the url seems to be ignored.

Context

  • Operating System and version: Win10 64bit
  • Browser and version: Chrome 76
  • JupyterLab version: 1.0.2, 1.0.9, 1.1.1

Note: expected behavior was observed on jupyter lab version 0.35.4 .

Troubleshoot Output
n/a
Command Line Output
n/a
Browser Output
n/a
@afshin afshin self-assigned this Sep 5, 2019
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Oct 9, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug help wanted status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants