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

jupyter notebook html page should have links to blocks as a feature, just like wikipedia has.. #3745

Open
devanshdalal opened this issue Jul 8, 2018 · 1 comment

Comments

@devanshdalal
Copy link

devanshdalal commented Jul 8, 2018

This feature would help the user in creating links to codeblocks which might be easy to share rather than explicitly telling to look in 17th block of the jupyter page, for instance.

One potential problem would be that all such links wont be accessible if the jupyter notebook keeps changing frequently(cells are deleted on regular basis). But that should be a huge problem, I believe.

Example:

https://en.wikipedia.org/wiki/Halting_problem#Computability_theory

The above links takes you to section Computability_theory of Halting Problem wiki page.

@achampion
Copy link

achampion commented Jul 25, 2018

Not sure if this is an add on or default behaviour but Markdown headings (e.g. ### Heading) already provides an in page anchor. When I highlight the heading a symbol appears to the right which is the link to that anchor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants