Min RK
|
124874f115
|
Merge pull request #7610 from Carreau/_blank
make some target _blank configurable
|
11 years ago |
Min RK
|
cdb5deef9a
|
use IPython._target in window.open
|
11 years ago |
Min RK
|
358099a6d6
|
add missing error dialogs to tree actions
- new file/folder, copy were not catching errors
- made error messages more consistent
|
11 years ago |
Jonathan Frederic
|
d0ab0ad4aa
|
Display kernels in alphabetical order.
|
11 years ago |
Min RK
|
026ec844f9
|
update new notebook button with kernelspec changes
display_name is in the spec, not top-level.
|
11 years ago |
Jonathan Frederic
|
e0adde46f3
|
New new button
|
11 years ago |
Min RK
|
b10ebdad4b
|
s/current_selection/default_kernel/
|
11 years ago |
Min RK
|
371b031f40
|
informative hover text for current selection
|
11 years ago |
Min RK
|
fbaae651ad
|
remove UI for setting default kernel
can be set with:
IPython.new_notebook_widget.set_default_kernel('kernel_name')
|
11 years ago |
Min RK
|
8eb6ec00d8
|
store current kernel selection in frontend config
instead of localStorage
|
11 years ago |
Min RK
|
11ef669ec6
|
kernelspecs is a dict
sort menus client-side
|
11 years ago |
Min RK
|
d9767e8c94
|
separate selecting default kernel from new notebook with specified kernel
adds checkmark to indicate selection
|
11 years ago |
Min RK
|
0cfd8731a0
|
include current kernel name in new notebook dropdown
|
11 years ago |
Min RK
|
d312486840
|
Add kernel-select dropdown to new notebook button
most recent choice is remembered in localStorage
|
11 years ago |