damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

Converting a Markdown cell to a Code cell during presentation moves cell to next slide #530

Open ptcane opened 4 years ago

ptcane commented 4 years ago

If presentation has a Markdown cell in it, converting this to a Code cell (Y in Command view) causes the cell to disappear. It ends up being displayed on the next slide (or sub-slide), and the original slide location becomes (and remains) blank.

damianavila commented 4 years ago

There are some limitations about changing (creating) the type of cells on the fly most probably because the metadata is not persisted. More info here: https://github.com/damianavila/RISE/issues/31#issuecomment-51013369