mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
HTML/Markdown cells no longer saved their rendered output.
This commit is contained in:
parent
0b5b3ed341
commit
1abacb4fce
@ -143,7 +143,6 @@ var IPython = (function (IPython) {
|
||||
var data = {}
|
||||
data.cell_type = this.cell_type;
|
||||
data.source = this.get_source();
|
||||
data.rendered = this.get_rendered();
|
||||
return data;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user