Brookie Guzder-Williams
44df51ad60
always exit(1) if not server found. break up long list comprehension
9 years ago
Brookie Guzder-Williams
b2f63b4a9c
SIGTERM not SIGQUIT
9 years ago
Brookie Guzder-Williams
ed4de773c9
remove unused kill_cmd/signal prop
9 years ago
Brookie Guzder-Williams
277d000d54
dont cast to string
9 years ago
Brookie Guzder-Williams
8b20dcc918
exit if server not found
9 years ago
Brookie Guzder-Williams
b6ac73cbe1
use os.kill
9 years ago
Brookie Guzder-Williams
219c762f32
remove unused props
9 years ago
Brookie Guzder-Williams
cd3233ff4e
NbserverStopApp: stop notebooks through cli - jupyter notebook stop <PORT>
9 years ago
Kyle Kelley
ed92e20f75
Merge pull request #2387 from gnestor/editor-search-style
...
Fix search background style
9 years ago
Grant Nestor
ebad7c0241
Fix search background style
9 years ago
Thomas Kluyver
05979d9a4b
Merge pull request #2368 from minrk/stream-data-rate-boogaloo
...
only consider stream outputs for data-rate limit
9 years ago
Min RK
f9f2a5e3f9
Merge pull request #2279 from delftswa2017/refactoring_page
...
Refactoring Page object
9 years ago
Min RK
ee13349d2d
Merge pull request #2262 from wordofglass/new_browser_window
...
Add 'new_browser_window' config option
9 years ago
Min RK
8d6460a4b3
Merge pull request #2215 from kevin-bates/cull-idle-kernels
...
Cull idle kernels
9 years ago
Min RK
3d7c9b51a6
only consider stream outputs for data-rate limit
9 years ago
Grant Nestor
bf2e14cfe4
Back to development
9 years ago
Grant Nestor
048f243a3a
release 5.0.0
9 years ago
Kyle Kelley
5db6db7407
Merge pull request #2354 from gnestor/issue-2352
...
Use `events.one` vs `events.on` inside of `CodeCell.execute`
9 years ago
Grant Nestor
60a02df266
Use `events.one` vs `events.on` inside of `CodeCell.execute`
9 years ago
Grant Nestor
b854e922e3
Merge pull request #2348 from minrk/missing-default
...
add missing `@default` decorator on checkpoints_class
9 years ago
Kyle Kelley
5c7829220d
Merge pull request #2347 from minrk/config_dir_typo
...
Fix typo setting write_config_dir in config manager
9 years ago
Min RK
92900ed412
Remove ignored config_dir arg to config_manager
...
it's spelled wrong and ignored (with a DeprecationWarning from traitlets)
9 years ago
Min RK
2e52d15522
add missing `@default` decorator on checkpoints_class
...
this is not strictly required,
as default generators are no longer deprecated,
but it'st still a good idea
9 years ago
Grant Nestor
f0ee02fb27
Use `_new_window` method for "Download as .ipynb"
9 years ago
Grant Nestor
e9c9c3a10e
Back to development
9 years ago
Grant Nestor
35c37c068f
release 5.0.0rc2
9 years ago
Thomas Kluyver
e2943130c7
Remove addition of cell toolbar reminder
...
Follow up from PR #2331
9 years ago
Thomas Kluyver
ece0a777d5
Merge pull request #2331 from gnestor/celltoolbar-reminder
...
Remove cell toolbar reminder
9 years ago
Grant Nestor
f2f9237c06
Remove cell toolbar reminder
9 years ago
michaelpacer
9b771de18d
Add latex button to dropdown
9 years ago
Min RK
15341ac758
Revert "only consider stream output for data rate limit"
9 years ago
Kyle Kelley
de61e20670
Merge pull request #2293 from minrk/stream-data-rate
...
only consider stream output for data rate limit
9 years ago
Matthias Bussonnier
fc0354ef59
Remove drop shadow from Tag UI for consistency.
...
Likely a side-effect of using `.form-control()`
9 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
Matthias Bussonnier
8aa04b9699
Enforce version number at build time.
...
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
9 years ago
Grant Nestor
8de7a52f82
Back to development
9 years ago
Grant Nestor
b12bd4cbcc
release 5.0.0-rc.1
9 years ago
Grant Nestor
64fe3f1618
Trigger 'cleared' event when output area is cleared
9 years ago
Min RK
59c9df1b89
show current rate limit values in rate limit messages
9 years ago
Min RK
5da6eb6a41
only consider stream output for data rate limit
...
large stream outputs cause much more problems than image output
this does open up to large HTML and/or displayed text output,
but those seem to behave well more often than they don't.
9 years ago
Min RK
96044f6c80
test updating execute_result
9 years ago
Min RK
93d8f3fe0f
add output_added.OutputArea event
9 years ago
Min RK
7756fd34a9
restore append-after-render
...
so all output types are handled consistently
9 years ago
Min RK
273e8f9bbe
display_id target index is now outputs.length - 1
...
since item has been appended to outputs before calling instead of after
9 years ago
Min RK
f510806ff2
fix wait condition in display_id test
...
it was always waiting the maximum time because the condition was never met
9 years ago
Grant Nestor
d635525aef
Make mime bundle accessible to renderers
9 years ago
adimitrova
02cc130166
changed to pass python 2 tests too
9 years ago
adimitrova
47bbd07733
updated decodestring
9 years ago
Ioannis Papadopoulos
7227c261ce
fix indentation
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago