2

I want to place a link to a local html file that should be opened into a different browser tab from Jupyter Lab, instead of being opened by the jupyter server as text.

Currently if I do [link description](link_file.html) then it is opened as text by Jupyter Lab. Note that I prefer a markdown solution instead of something like this.

grokkaine
  • 789
  • 2
  • 7
  • 20
  • Possible duplicate of [How to open link in new tab on html?](https://stackoverflow.com/questions/17711146/how-to-open-link-in-new-tab-on-html) – Waylan May 09 '19 at 15:29
  • As a reminder, Markdown is a subset of HTML. As Markdown does not offer a way to do this directly, you then need to fall back to HTML See the possible duplicate linked above for how to do this in HTML. – Waylan May 09 '19 at 15:30
  • Perhaps a better duplicate would be [Open new tab on link markdown](https://stackoverflow.com/q/40026947/866026), which addresses Markdown directly. – Waylan May 09 '19 at 15:35

0 Answers0