We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8441005 + 194a84a commit f38aceeCopy full SHA for f38acee
notebook/static/notebook/js/textcell.js
@@ -57,8 +57,7 @@ define([
57
this.notebook = options.notebook;
58
this.events = options.events;
59
this.config = options.config;
60
- this.notebook = options.notebook;
61
-
+
62
// we cannot put this as a class key as it has handle to "this".
63
Cell.apply(this, [{
64
config: options.config,
0 commit comments