Hi,
I would like to insert pictures into markdown cell and share the notebook with others. I tried it in many ways:
<img src="image.jpg">
<img src="/eos/user/n/ngal/Swan_pics_inside_notebook/image.jpg">
<img src="\\cernbox-smb\eos\user\n\ngal\Swan_pics_inside_notebook\image.jpg">
<img src="https://cernbox.cern.ch/files/spaces/eos/user/n/ngal/Swan_pics_inside_notebook/image.jpg">
<img src="https://swan005.cern.ch/user/ngal/view/Swan_pics_inside_notebook/image.jpg">





In the SWAN environment, when I push the run cell button, the 1. and the 6. method works, but when I try to use Voila! or try to open the notebook via CERNbox nor of the methods working just get missing pictures. The jupyter notebook and the picture are in the same folder.
Can anyone tell me what is the right way of inserting pictures into jupyter notebook via markdown?