You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MinRK
0909694b50
avoid race condition when deleting/starting sessions
...
javascript doesn't guarantee the order of AJAX requests,
so we give `Session.delete` and `Kernel.kill` a callback signature.
Changing the kernel type calls `Notebook.start_kernel`,
which terminates the previous session, if defined,
before starting the new one.
A flag is stored, to prevent multiple simultaneous attempts to start sessions, raising a SessionAlreadyStarting Error,
preventing the spec_changed event from firing.
12 years ago
..
celltoolbarpresets
Use global event for celltoolbar
12 years ago
cell.js
remove unused variable
12 years ago
celltoolbar.js
Merge pull request #6145 from Carreau/style-cleanup
12 years ago
codecell.js
Merge pull request #6145 from Carreau/style-cleanup
12 years ago
codemirror-ipython.js
Copy codemirror mode configuration instead of changing it
12 years ago
codemirror-ipythongfm.js
Fixed cell toolbars
12 years ago
completer.js
Merge pull request #5859 from watercrossing/addPageUpDown
12 years ago
contexthint.js
Return dicts instead of classes,
12 years ago
kernelselector.js
avoid race condition when deleting/starting sessions
12 years ago
keyboardmanager.js
Added some nice comments,
12 years ago
main.js
movestyling from js to css
12 years ago
maintoolbar.js
fix some font-awesoem 4 icons
12 years ago
mathjaxutils.js
Added some nice comments,
12 years ago
menubar.js
avoid race condition when deleting/starting sessions
12 years ago
notebook.js
avoid race condition when deleting/starting sessions
12 years ago
notificationarea.js
command_mode_icon typos (dash instead of underscore)
12 years ago
notificationwidget.js
fix missing semicolons
12 years ago
outputarea.js
add marked to require dependencies
12 years ago
pager.js
move styling from js to css
12 years ago
quickhelp.js
Some JS test fixes
12 years ago
savewidget.js
use dataformat module explicitely
12 years ago
textcell.js
Merge pull request #6238 from ivanov/cm-heading-fonts
12 years ago
toolbar.js
comment typo
12 years ago
tooltip.js
Return dicts instead of classes,
12 years ago
tour.js
Some JS test fixes
12 years ago