Open akhmerov opened 7 years ago
@akhmerov that notebook looks to be working, as do a few other slideshows. Can you tell if this is still an issue?
This is what I see in the notebook view and the slides view:
Seems like the issue is still there.
The SVG image is referenced in markdown with ![](spiral.svg)
. The img tag gets put in the DOM with a simple src="spiral.svg"
in both views. In notebook view, this resolves to https://nbviewer.jupyter.org/url/antonakhmerov.org/misc/spiral.svg which the server 302 redirects the browser to http://antonakhmerov.org/misc/spiral.svg and the image loads. In slide view, the image source resolves to http://nbviewer.jupyter.org/format/slides/url/antonakhmerov.org/misc/spiral.svg which fails with a 400 bad request.
HI team, so what's the solution here please? did you find? thanks ina dvance
To reproduce:
Javascript console reports
Failed to load resource: the server responded with a status of 400 (Bad Request)
when switching to the slides view.