Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
c309c8513f
Fix clipping on filename
9 years ago
Grant Nestor
9d839d5052
Fix text baseline alignment in save widget
9 years ago
Grant Nestor
74ea5ebd12
Fix save widget layout for long notebook titles
9 years ago
Thomas Kluyver
b93820bf4c
Merge pull request #2419 from minrk/notebook-stop
...
minor cleanup in 'jupyter notebook stop'
9 years ago
Thomas Kluyver
e5a492dd25
Merge pull request #2418 from minrk/remember-edit-extensions
...
editor: remember user language choices per file extension
9 years ago
Min RK
9e84fe332c
test notebook stop
9 years ago
Min RK
97f4913c16
only set codemirror mode if it exists
9 years ago
Thomas Kluyver
6eb0d15a16
Merge pull request #2420 from minrk/utils.ajax
...
accept jquery's ajax({url: '...'}) signature
9 years ago
Min RK
76c6617b28
delete settings.url when pulling it out
9 years ago
Thomas Kluyver
28d5454d37
Merge pull request #2421 from minrk/allow-root-after-super
...
check allow_root after calling super
9 years ago
Kyle Kelley
691f101b7d
Merge pull request #2424 from minrk/stop-draft76
...
stop using old websocket implementation in tests
9 years ago
Min RK
31219f0447
stop using Allow76
...
since we are using phantomjs 2, we don't need the old websocket implementation anymore
which is broken with tornado 4.5, anyway
9 years ago
Min RK
b74003b8d5
check allow_root after calling super
...
super can dispatch to subcommands such as `list`, etc.
we only want to check root *at most* for starting the notebook server itself.
9 years ago
Min RK
25c4ff33e4
accept jquery's ajax({url: '...'}) signature
...
to ease extensions updating from `$.ajax` to `utils.ajax`
9 years ago
Min RK
0d200ce9ab
minor cleanup in 'jupyter notebook stop'
9 years ago
Min RK
a2f6a8c3bb
editor: remember user language choices per file extension
...
When the language is selected manually, record the file extension and choice in config
so that future files opened with the same extension use the same mode.
This allows users to teach the editor about file extensions CodeMirror doesn't know about.
9 years ago
Jason Grout
8e822e999f
Call the code cell’s clear_output so a cell event is triggered.
...
Thanks to @gnestor for this, from PR #2394 .
9 years ago
Jason Grout
76b77a0b09
Pass the output area object in events specific to the output area.
...
Also, add a new event triggered right before the output area is cleared. This is useful if an output renderer has cleanup work to do before the DOM element is removed off of the page.
9 years ago
Thomas Kluyver
d00b7e3e17
Merge pull request #2388 from brookisme/notebook-stop
...
NbserverStopApp: stop notebooks through cli - jupyter notebook stop <…
9 years ago
Min RK
f4d2c246d5
use dedicated Session for activity monitor
...
instead of re-using kernel.session, which can cause hash collisions if other objects use `kernel.session`.
9 years ago
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
Min RK
f5f2eadd92
Merge pull request #2349 from parmentelat/split-cell
...
include metadata when copying a cell
9 years ago
Min RK
6ef2e425c2
Merge pull request #2281 from delftswa2017/remove-duplicate-sort
...
Remove redundant sort from back-end
9 years ago
Min RK
8a0410ecae
Merge pull request #2390 from miishke/menubar-toggle
...
Added show, hide, and toggle actions for menubar container to the Com…
9 years ago
Milos Miljkovic
f39a551149
Added show, hide, and toggle actions for menubar container to the Command Palette
9 years ago
Kyle Kelley
082153d7e8
Merge pull request #2385 from rgbkrk/ensure-trailing-slash
...
ensure a trailing slash on the base_url
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
Min RK
c3f1207c64
fix add-trailing-slash login in base_url
...
both leading and trailing slash should be added
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
Kyle Kelley
0a1b0309b7
ensure a trailing slash on the base_url
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
Thierry Parmentelat
6aaa4d7a96
an early attempt to fix #2273
...
I was not able to test this though
preserves initial strategy that uses original cell as cell B
so as to preserve selection
9 years ago