vscode-jupyter: Internal links in Jupyter Notebook doesn't work
When i try to create an internal link in the jupyter notebook it doesn’t work. i used this code:
[reference](#reference)
some stuff
## Reference
In any way it doesn’t link me to that part of the notebook
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 22 (6 by maintainers)
Commits related to this issue
- Fix some more hyperlinks This still wont work in github preview because of: https://github.com/microsoft/vscode-jupyter/issues/1330 — committed to fl3xc0d3r/mta_eda by fl3xc0d3r 3 years ago
internal links still not working on VS code insiders.
@FreezeHands thanks for reporting this. I just took a look and it does look like we are not respecting internal jupyter markdown links. In Jupyter it will jump to that markdown section, but nothing in vscode. We’ll discuss prioritization of this issue in triage.
VS Code is tracking adding internal notebook links to the new native notebooks interface in this issue: https://github.com/microsoft/vscode/issues/103519
No, bug didn’t break my file links. I used a reference link in my jupyter notebook. Here is the code what I used in the markdown cell.
and top of the heading
Introduction
linktext are good for external links I guess, I haven’t tried that one for internal links.
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Fri, Mar 26, 2021 at 3:14 PM jsdodge @.***> wrote: