Thomas Kluyver
0d124e054e
Catch trying to rename to an empty filename
...
Act as if the OK button is diabled.
Closes gh-2475
9 years ago
Min RK
94a0b8fd27
Merge pull request #2471 from takluyver/safer-sys-info
...
Make sys_info more robust
9 years ago
Thomas Kluyver
83e1a23ce3
Catch errors calling git for commit ID
...
Closes gh-2468
9 years ago
Thomas Kluyver
7454e8c954
Don't use shell when getting git commit ID
9 years ago
Thomas Kluyver
a051f24e0d
Don't call sys_info() at import time
9 years ago
Thomas Kluyver
8a1ece4577
Merge pull request #2465 from minrk/log-typo
...
typo in log command
9 years ago
Min RK
122cbf6785
typo in log command
...
don't wrap format-arguments in a tuple
9 years ago
Thomas Kluyver
4f4ff3141c
Merge pull request #2454 from minrk/stdin-can-be-none
...
sys.stdin can be None
9 years ago
Min RK
5a4b968e3b
sys.stdin can be None
...
in which case we can't check if it's a tty or read from it
9 years ago
Matthias Bussonnier
57b3cb73b8
Merge pull request #2452 from gnestor/issue-1254
...
Use different favicons for different components (notebook, terminal, file)
9 years ago
Grant Nestor
3e01e128f5
Use animated favicon for kernel busy indicator
9 years ago
Grant Nestor
5f3dbf9890
Use different favicons for different components (notebook, terminal, file)
9 years ago
Kyle Kelley
7b5c42d21c
Merge pull request #2448 from gnestor/issue-1129
...
Fix save widget layout for long notebook titles
9 years ago
Thomas Kluyver
cdeeda62d7
Merge pull request #2447 from bgruening/patch-1
...
wording fix
9 years ago
Grant Nestor
74ea5ebd12
Fix save widget layout for long notebook titles
9 years ago
Björn Grüning
89fe391543
wording fix
9 years ago
Kyle Kelley
469b1c84be
Merge pull request #2402 from gnestor/utf-8
...
Specify `charset=UTF-8` when serving non-base64 files
9 years ago
Matthias Bussonnier
7dac0a2bac
Merge pull request #2433 from takluyver/toolbar-btn-label
...
Allow toolbar buttons to have short label
9 years ago
Min RK
521f43f0bf
Merge pull request #2430 from minrk/never-abs-urls
...
fix some absolute URL paths
9 years ago
Thomas Kluyver
e1ba0075f6
Merge pull request #2431 from acrule/paste-enable-action-link
...
Redirect paste menu items to call actions
9 years ago
acrule
e928e21704
fix typo in action name
9 years ago
acrule
487d3ecb09
redirect paste menu items to call paste actions, not notebook paste functions
9 years ago
Thomas Kluyver
af244a63b8
Allow toolbar buttons to have short label
...
I've wanted this for ages - little monochrome icons can only convey so
much information. So far, I've only added a label to the run button.
9 years ago
Grant Nestor
9e5ba0ccbe
Update test
9 years ago
Min RK
61439f8ffb
fix some absolute URLs
...
absolute URLs should never occur in the javascript
9 years ago
Min RK
eaeb5cb410
remove some outdated, incorrect $.getScript examples
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
Kyle Kelley
6cebd3ef66
Merge pull request #2411 from jasongrout/outputclearevents
...
Pass the output area object in events specific to the output area.
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
Grant Nestor
dcf077c2bf
Specify `charset=UTF-8` for `text/plain` files
9 years ago
Grant Nestor
e1d476ae98
Specify `charset=UTF-8` when serving non-base64 files
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
Peter Parente
a747374bae
Merge pull request #2398 from minrk/activity-session
...
use dedicated Session for activity monitor
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