Show More
@@ -8,7 +8,7 b' define([' | |||||
8 | 'base/js/dialog', |
|
8 | 'base/js/dialog', | |
9 | 'notebook/js/textcell', |
|
9 | 'notebook/js/textcell', | |
10 | 'notebook/js/codecell', |
|
10 | 'notebook/js/codecell', | |
11 |
'services/sessions/ |
|
11 | 'services/sessions/session', | |
12 | 'notebook/js/celltoolbar', |
|
12 | 'notebook/js/celltoolbar', | |
13 | 'components/marked/lib/marked', |
|
13 | 'components/marked/lib/marked', | |
14 | 'highlight', |
|
14 | 'highlight', |
1 | NO CONTENT: file renamed from IPython/html/static/services/kernels/js/comm.js to IPython/html/static/services/kernels/comm.js |
|
NO CONTENT: file renamed from IPython/html/static/services/kernels/js/comm.js to IPython/html/static/services/kernels/comm.js |
1 | NO CONTENT: file renamed from IPython/html/static/services/kernels/js/kernel.js to IPython/html/static/services/kernels/kernel.js |
|
NO CONTENT: file renamed from IPython/html/static/services/kernels/js/kernel.js to IPython/html/static/services/kernels/kernel.js |
1 | NO CONTENT: file renamed from IPython/html/static/services/kernels/js/serialize.js to IPython/html/static/services/kernels/serialize.js |
|
NO CONTENT: file renamed from IPython/html/static/services/kernels/js/serialize.js to IPython/html/static/services/kernels/serialize.js |
@@ -5,7 +5,7 b' define([' | |||||
5 | 'base/js/namespace', |
|
5 | 'base/js/namespace', | |
6 | 'jquery', |
|
6 | 'jquery', | |
7 | 'base/js/utils', |
|
7 | 'base/js/utils', | |
8 |
'services/kernels/ |
|
8 | 'services/kernels/kernel', | |
9 | ], function(IPython, $, utils, kernel) { |
|
9 | ], function(IPython, $, utils, kernel) { | |
10 | "use strict"; |
|
10 | "use strict"; | |
11 |
|
11 |
General Comments 0
You need to be logged in to leave comments.
Login now