jupyter RISE, hide Image command

190 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 best solutions below

0
On

I think a change to Jupyter markdown makes it.

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