0

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?

prosoitos
  • 6,679
  • 5
  • 27
  • 41
Newbuntu
  • 1
  • 2

1 Answers1

0

I think a change to Jupyter markdown makes it.

<img src=".\pics\iris.png"/
Newbuntu
  • 1
  • 2