Show More
@@ -143,7 +143,6 b' var IPython = (function (IPython) {' | |||||
143 | var data = {} |
|
143 | var data = {} | |
144 | data.cell_type = this.cell_type; |
|
144 | data.cell_type = this.cell_type; | |
145 | data.source = this.get_source(); |
|
145 | data.source = this.get_source(); | |
146 | data.rendered = this.get_rendered(); |
|
|||
147 | return data; |
|
146 | return data; | |
148 | }; |
|
147 | }; | |
149 |
|
148 |
General Comments 0
You need to be logged in to leave comments.
Login now