i have image on disk , want display in markdown cell in r jupyter notebook. how can go this?
i know python simple importing image class display.
in markdown cell in jupyter python notebook:
<img src="../relative/path/to/img.png">
or
![image](../relative/path/to/img.png)
Comments
Post a Comment