-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Unable to hyperlink to current folder #6387
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Checking the behavior with the latest Notebook 7 pre-release (currently Linking to the current directory does not show the error dialog anymore, but it also doesn't open the folder in a new browser tab: hyperlink-current-dir.mp4Linking to another directory tries to open the directory under hyperlink-other-dir.mp4 |
Digging a bit into this, JupyterLab handles local links via the
|
Description
In a markdown cell, whenever we attempt to hyperlink
[current directory](./)
to show the contents of the current directory like this:I get this error:
Reproduce
[current directory](./)
Expected behavior
The hyperlink should display:
the contents of the current directory.
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: