Jason Grout
9cb98cd843
Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
...
Fixes #254
10 years ago
Min RK
2450d308e2
Merge pull request #498 from gramster/magicmode
...
use codemirror overlay instead of multiplexing for cell magic modes
10 years ago
Min RK
a5a737805e
add '-dialog' suffix to restart actions with dialogs
...
instead of -no-confirm on those without.
i.e. `restart-run-all` has no dialog, `restart-run-all-dialog` has a dialog.
10 years ago
Min RK
ef64f743c4
make restart-clear-output a discrete action
...
- no more multi-button restart dialog
- Restart & Clear Output added to Kernel menu
10 years ago
Min RK
1c786d74ee
rework restart-run-all dialog
...
- give Restart & Run All action its own dialog
- add Restart & Run All button to regular restart dialog
- add `-no-confirm` version of both restart and restart-run-all actions
10 years ago
Min RK
9f501ab5cd
get kernelspec info from kernelspecs
...
instead of adding display_name to the sessions model
10 years ago
Min RK
66242b9a70
Merge pull request #503 from julienr/kernel_name
...
Adds kernel name to running notebooks list
10 years ago
Julien Rebetez
4925097006
Use kernel display_name instead of name in running kernels list
10 years ago
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
10 years ago
Julien Rebetez
78c6ca7e21
Adds kernel name to running notebooks list
10 years ago
Safia Abdalla
e8fd94260e
Renamed search and replace div ID
10 years ago
Graham Wheeler
bb7c232b8f
Fix the broken multiplexor mode for cell magic format overrides.
10 years ago
Safia Abdalla
e93db3ec22
Replaced 'Search and Replace' with 'Find and Replace'
10 years ago
Safia Abdalla
c46a60a96c
Updated search/replace keyboard shortcut to f
10 years ago
Safia Abdalla
6b5a142a7c
Added keyboard shortcut for search and replace
10 years ago
Min RK
a8b15bc709
avoid double-encoding base_url
...
base_url should already be url-encoded.
10 years ago
Jeffiy
ac509bc613
fix login page UI problem
10 years ago
Min RK
86b9b0b92a
set dirty flag on kernelspec/language_info changes
11 years ago
Min RK
94ad3f50f2
Merge pull request #403 from seanson/master
...
Replace double URL escaping with concats as the base URLs are already…
11 years ago
Sean Johnson
085d584393
Replace double URL escaping with concats as the base URLs are already escaped. Fix for #402
11 years ago
Matthias Bussonnier
552a5a0244
make sure to loop only on dict keys
11 years ago
Matthias Bussonnier
c2fc31a702
Bind menu click to actions
...
And deprecate private, unused thing.
11 years ago
Matthias Bussonnier
3602a86873
Merge pull request #447 from captainsafia/search-replace-menu-item
...
Added view and logic for search and replace menu item
11 years ago
Safia Abdalla
d791a7379e
Moved logic for showing search/replace dialog
11 years ago
Min RK
2f0f3987b1
Merge pull request #444 from Carreau/strip-ansi
...
Strip more ANSI escape sequence.
11 years ago
Safia Abdalla
5e07c2bca4
Added action.call for search and replace
11 years ago
Safia Abdalla
22c405847a
Added on-click handler to menu bar element
11 years ago
Dave Willmer
57cc23349e
Add F10 key.
11 years ago
Matthias Bussonnier
e5ed972467
Strip more ANSI escape sequence.
...
`?` can be found in ANSI escape sequence. ( `[?25l` hide cursor,
`[25k`show cursor)
Closes #95
11 years ago
Min RK
cc32f165e8
Merge edit-redirect fix
11 years ago
Jonathan Frederic
2fcf9fcd76
Remove bootstrap dependency
11 years ago
Jonathan Frederic
1fe6dbb4e4
Merge pull request #431 from Carreau/fix-58
...
Fix bad message break notebook
11 years ago
Matthias Bussonnier
7d3be593a8
Fix bad message break notebook
...
Would need a test, and probably a way to display the message to the user
if it ever happen.
11 years ago
Min RK
8f1b2e9fd9
Merge pull request #427 from Carreau/fix-245
...
Deprecate duplicate functions from utils.
11 years ago
Min RK
5162a9ed48
Merge pull request #426 from Carreau/fix-100
...
Only hide top-level-header.
11 years ago
Matthias Bussonnier
c3edf61bef
Fix typos.
11 years ago
Matthias Bussonnier
5fadb67dda
Deprecate duplicate functions from utils.
...
Closes #245
11 years ago
Matthias Bussonnier
937b42fda4
Only hide top-level-header.
...
closes jupyter/nbconvert#100
11 years ago
Min RK
e33741f93f
catch errors in app_initialized callbacks
...
avoids bad custom.js preventing initialization.
11 years ago
Min RK
49f8eaf7b8
use events.on for notebook first-load
...
rather than reimplementing with on/off.
11 years ago
Min RK
172c6e272f
Merge pull request #423 from Carreau/ignore-min-edit
...
Acknowledge "ingnore_minified" on editor page.
11 years ago
Matthias Bussonnier
c4f2c5ac23
Acknowledge "ingnore_minified" on editor page.
...
a few typo and consistency also.
11 years ago
Matthias Bussonnier
806cd1f989
Merge pull request #400 from minrk/restart-run-all
...
add Restart & Run All action
11 years ago
Josh Barnes
71cb6b9b69
Avoid loading nbextensions twice by keeping track of which have been loaded
11 years ago
Min RK
23162fd289
Don't redirect from /edit/ to /files/
...
show failure to decode, instead
11 years ago
Min RK
4f0b3b8c10
only redirect to editor for text documents
...
treat unidentified mime-types as text
11 years ago
Sylvain Corlay
a3fa53f0f4
Filter by target name
11 years ago
Sylvain Corlay
c451342c81
Adding comm_info method
11 years ago
Min RK
17499ebb49
Notebook.restart_kernel returns a promise
11 years ago
Min RK
0615c251f2
add restart-run-all action
...
and constituent restart, run-all actions
11 years ago