Min RK
ba344843eb
add SessionManager.close
...
allows explicit closing, rather than relying on implicit del,
which can run in the wrong thread.
11 years ago
Min RK
cfa64552b2
initialize Application in background thread
...
rather than initializing in main and starting in background, which seemed to cause occasional issues.
Also fix checking for dead notebook, which is no longer a subprocess.
11 years ago
Min RK
9043ae145c
handle async in sessions
...
needed because sessions call kernel methods
11 years ago
Min RK
6024f04698
allow some KernelManager methods to be async
...
Allows custom KernelManagers to do slower async operations as part of kernel startup/shutdown.
11 years ago
Brian E. Granger
eaf06374ba
Merge pull request #752 from minrk/explicit-default-dialog-button
...
allow specifying default dialog button
11 years ago
Fernando Perez
7ce1dc5fcc
Merge pull request #757 from ellisonbg/fandr-colors
...
Changing colors on find and replace matches.
11 years ago
Brian E. Granger
a9626ce3d1
Changing colors on find and replace matches.
11 years ago
Min RK
1ac32f59da
Merge pull request #755 from Carreau/setup-secure
...
Create tool to auto generate secure settings.
11 years ago
Matthias Bussonnier
5a7a41a83e
don't write english before breakfast
11 years ago
Matthias Bussonnier
2dabc68924
Merge pull request #741 from ellisonbg/find-replace-ux
...
Work on the style and usability of find and replace...
11 years ago
Min RK
85bf940b3c
Merge pull request #729 from Carreau/debug-484
...
Add debug statements for notebook changed on disk
11 years ago
Matthias Bussonnier
b9280d50e3
Create tool to auto generate secure settings.
11 years ago
Brian E. Granger
e31fc195e2
Addressing review comments...
11 years ago
Brian E. Granger
0576363be4
Better jQuery style...
11 years ago
Min RK
ed812735cf
allow specifying default dialog button
...
rather than always focusing rightmost button
use:
default_button: "label"
to explicitly request a button be the default.
11 years ago
Brian E. Granger
75a0585aec
Work on the style and usability of find and replace...
11 years ago
Min RK
b10326e93c
Merge pull request #718 from Carreau/fixansi
...
Fix closing ansi handling.
11 years ago
Min RK
f998bd67df
Merge pull request #732 from Carreau/docs
...
Fix docs on secure server.
11 years ago
Min RK
3a990d34a7
Merge pull request #730 from brettcannon/patch-1
...
Fix a dead link to example notebooks
11 years ago
Min RK
b37ff2ceb6
Merge pull request #731 from cjermain/fix-url-encode
...
BUG: use url_escape to encode URL for browser
11 years ago
Colin Jermain
5768fc7c11
BUG: use url_escape to encode URL for browser
11 years ago
Matthias Bussonnier
5c73284c39
Fix docs on secure server.
11 years ago
Brett Cannon
97071b74ff
Fix a dead link to example notebooks
11 years ago
Matthias Bussonnier
a2224fb5c4
Merge pull request #687 from Carreau/docs
...
update docs
11 years ago
Matthias Bussonnier
cdd2ae7cc6
Add debug statements for #484
11 years ago
Matthias Bussonnier
226a0c8676
Merge pull request #692 from Carreau/moar-actions-III
...
Moar actions iii
11 years ago
Matthias Bussonnier
f99ee3025c
Fix closing ansi handling.
...
The following was wrong:
IPython.utils.ansispan("\x1b[38;5;28;01mtry\x1b[39;00m")
"<span style="color: rgb(0,102,0);" class="ansibold">try< span>"
11 years ago
Matthias Bussonnier
d2c972a45c
Rename action visibility -> collapsed, scrolling->scrolled
11 years ago
Matthias Bussonnier
02102c5297
Merge pull request #696 from jhamrick/throttle
...
Rate limit scrolling callback
11 years ago
Matthias Bussonnier
40daca3eca
Merge pull request #703 from Carreau/ctrl-space
...
Unbind ctrl-space for now
11 years ago
Min RK
74fc556884
Merge pull request #705 from RobinD42/dont-needlessly-run-git
...
Don't run git unless it looks like we are in a repo.
11 years ago
Robin Dunn
783d31a22a
Don't run git unless it looks like we are in a repo.
11 years ago
Matthias Bussonnier
629c92466f
unbind ctrl-space for now
11 years ago
Min RK
6dcc6746b7
Merge pull request #698 from jhamrick/dev-instructions
...
Add post-checkout hook and better development documentation
11 years ago
Min RK
5a219326e9
Merge pull request #701 from Carreau/next_prompt_number
...
remove unused variable
11 years ago
Jessica B. Hamrick
50c365c58c
Flesh out development installation instructions
11 years ago
Matthias Bussonnier
74a9789ef9
remove unused variable
11 years ago
Jessica B. Hamrick
059646ce11
Make sure notification is sticky
11 years ago
Jessica B. Hamrick
b2a17eee49
Set a default rate limit
11 years ago
Jessica B. Hamrick
fded61ef63
Remove console.log
11 years ago
Jessica B. Hamrick
3bcd3417c2
Rate limit scrolling callback
11 years ago
Matthias Bussonnier
887e0dd154
Merge pull request #681 from jhamrick/undo-merge
...
Properly undo merges
11 years ago
Matthias Bussonnier
38135d145d
'more actions'
11 years ago
Min RK
453b6a864a
Merge pull request #689 from Carreau/moar-actions-II
...
typing lazyness
11 years ago
Min RK
ca1263d2ea
Merge pull request #688 from Carreau/moar-actions
...
more menu bound to actions
11 years ago
Min RK
6d6d59779a
Merge pull request #691 from Carreau/tours
...
fix notebook tour bugs
11 years ago
Matthias Bussonnier
7c60193d24
fix notebook tour bugs
...
fixes #690
11 years ago
Matthias Bussonnier
1a63c0397e
Update text with willinc version
11 years ago
Matthias Bussonnier
ca906db180
'simplify binding'
11 years ago
Jessica B. Hamrick
0212d45292
Add some more tests for merging above/below
11 years ago