bernhard:
That is a nice benchmark indeed. I tried to open the link of the Julia ‘unrolled’ version. The hyperlink in the notebook points here https://render.githubusercontent.com/view/codes/ksintegrateUnrolled.jl which is a file that does not exist.
I later realized, that simply ‘clicking’ the hyperlink opens the right version of the code on Github. So I found the code. However, I am very much used to ‘Open in new tab’ or download a file through right click, both of which failed for me on this link. Any idea why this is not working? Is this a general issue with Jupyter notebooks (I have no experience with Jupyter).
Thank you! Links in these documents are not direct, but typically route a file specified in the URL through a “viewer” webservice that reads the file, translates it to nicely formatted HTML, and displays that.
For example, the URL http://nbviewer.jupyter.org/url/www.channelflow.org/iam961/iam961-hw3.ipynb reads the file iam961_iam961-hw3.ipynb [channelflow.org] and routes it through the nbviewer ipynb renderer at nbviewer.jupyter.org . I believe the Markdown links work similarly.