Show More
@@ -376,8 +376,8 b' var IPython = (function (IPython) {' | |||||
376 | }; |
|
376 | }; | |
377 |
|
377 | |||
378 | RawCell.options_default = { |
|
378 | RawCell.options_default = { | |
379 |
placeholder : "Write raw LaTeX or other formats here, for use with nbconvert. |
|
379 | placeholder : "Write raw LaTeX or other formats here, for use with nbconvert. " + | |
380 |
"It will not be rendered in the notebook. |
|
380 | "It will not be rendered in the notebook. " + | |
381 | "When passing through nbconvert, a Raw Cell's content is added to the output unmodified." |
|
381 | "When passing through nbconvert, a Raw Cell's content is added to the output unmodified." | |
382 | }; |
|
382 | }; | |
383 |
|
383 |
General Comments 0
You need to be logged in to leave comments.
Login now