jupyter RISE, hide Image command

205 views Asked by At

I use RISE on Jupyter notebook for creating a slide show. In a cell intended to show images with:

Image('./pics/iris.png', width='100%')

I want to hide the command in the slide show and just show the image. Is there a way?

1

There are 1 answers

0
Newbuntu On

I think a change to Jupyter markdown makes it.

<img src=".\pics\iris.png"/