kylebarron / stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://kylebarron.dev/stata_kernel/
GNU General Public License v3.0
262 stars 55 forks source link

can we insert a graph on the local path using markdown? #432

Open lan-slot opened 1 year ago

lan-slot commented 1 year ago

just like Markdown syntax:

![title](./picture.png),

or,

%%html
<img src='python.jpg', width=100, height=60>