Skip to content

Images in markdown cells are not displayed in Jupyter Notebooks

Summary

Images in markdown cell are currently not displayed.
More precisely images in a subbir of the git repo.

Example Project

https://gitlab.com/stanhu/jupyter-test/-/blob/master/test.ipynb

https://gitlab.com/parindie/julia-redbook-lite/blob/with-notebook/001%20-%20Julia%20101.ipynb

(Edited)

Possible fixes

Images seem to be streamed as html.
Use instead an url that point to a raw bitmap file.

Edited by Stan Hu