Heads-up for users collaborating on notebooks with git master,<div><br></div><div>notebook format v3 in 0.13 will introduce a new 'raw' cell, for entering content</div><div>that should be passed untransformed during export to other formats (e.g. for typing raw LaTeX or reST etc.).</div>
<div><br></div><div>This was called 'plaintext' until today, when <a href="https://github.com/ipython/ipython/pull/1490" target="_blank">this PR</a> was merged, replacing</div><div>'plaintext' with 'raw', which makes a good deal more sense. If you were using this `plaintext` cell,</div>
<div>they will be renamed to 'raw' automatically, but you should be careful if you are collaborating</div><div>with users also on master, to ensure that you update IPython together, as master older than today will</div>
<div>not recognize the 'raw' cell-type.</div><div><br></div><div>We do try to be conservative with this sort of thing, but the name seemed problematic, and with a relatively</div><div>low-profile feature only in master for a little while, it seemed better to fix the name, than have some convoluted code</div>
<div>like a notebook version increment.</div><div><br></div><div>-MinRK</div>