Michael Scott Cuthbert
4cfa7f65d5
Remove nbval version from code
9 years ago
Michael Scott Cuthbert
81be6c575a
allow raises-exception or nbval-raises-exception to continue
9 years ago
Thomas Kluyver
9cd249ef7f
Merge pull request #2532 from gnestor/issue-1129
...
Re: Adjust positioning of filename in save widget
9 years ago
Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
c309c8513f
Fix clipping on filename
9 years ago
Min RK
1e18e050a5
Merge pull request #2498 from parente/cull-busy-connected
...
Add cull_busy, cull_connected options
9 years ago
Peter Parente
c8ba55da21
Do not cull connected kernels by default
9 years ago
Thomas Kluyver
f0e27a9eef
Merge pull request #2492 from minrk/websocket-compression-options
...
NotebookApp.websocket_compression_options config
9 years ago
Matthias Bussonnier
c9d399ace6
Merge pull request #2500 from takluyver/cmd-palette-emptytemplate-func
...
Use function to construct empty message in command palette
9 years ago
Thomas Kluyver
df2fc69ef5
Merge pull request #2509 from minrk/surrogates
...
handle surrogate pairs in character offsets
9 years ago
Peter Parente
85ba2bdabd
Fix help for cull_connected and cull_busy
9 years ago
Thomas Kluyver
8d1c94853c
Tweak formatting of 'no results' message
9 years ago
Min RK
2da75c37bd
handle surrogate pairs in tooltip cursor_pos
9 years ago
Min RK
a5e64e10b7
handle surrogate pairs
...
CodeMirror / javascript use utf16 code unit offsets,
but Jupyter protocol expects unicode *character* offsets,
so we need to translate back and forth.
9 years ago
Matthias Bussonnier
e04c210fbd
Merge pull request #2507 from takluyver/shutdown-handler
...
Add /api/shutdown handler
9 years ago
Thomas Kluyver
234c3b0ed1
Merge pull request #2501 from minrk/collapse-meta
...
don’t start output areas with collapsed metadata
9 years ago
Steve (Gadget) Barnes
19d23e2de7
Issue #2502 : Add line break after The Jupyter Notebook is running at: ( #2505 )
...
* Issue #2502 : Add line break after The Jupyter Notebook is running at:
* Revert "Issue #2502 : Add line break after The Jupyter Notebook is running at:"
This reverts commit 3aa65e712006f2726ea57476dd8923753a13e4ef.
* Issue #2502 : Reverted previous changes and redone without strip trailing spaces
9 years ago
Thomas Kluyver
576c3d9f9a
Add /api/shutdown handler
9 years ago
Peter Parente
d9b4c99180
Do not cull kernels doing work by default
9 years ago
Thomas Kluyver
2ecda075e0
Merge pull request #2493 from 0x0L/patch-1
...
Update fontawesome to latest version
9 years ago
Thomas Kluyver
560aa49884
Spelling correction
9 years ago
Min RK
8413ba9592
don’t start output areas collapsed
...
this sets metadata.collapsed = true metadata on cells with no output
causing churn in notebook files
9 years ago
Min RK
ccba3bd501
don’t start output areas collapsed
...
this sets metadata.collapsed = true metadata on cells with no output
causing churn in notebook files
9 years ago
Thomas Kluyver
6f05e770d8
Use function to construct empty message in command palette
...
This takes care of correctly escaping user input so it doesn't become
HTML.
9 years ago
Peter Parente
1550a04848
Add cull_busy, cull_connected options
...
Additional logic to support culling or skipping kernels that are busy or
that have connections.
9 years ago
Thomas Kluyver
73f26bf047
Merge pull request #2494 from takluyver/pr2281-test-fix
...
Fix test not to expect notebooks sorted
9 years ago
Thomas Kluyver
5af43fbae1
Fix test not to expect notebooks sorted
...
PR gh-2281 removed the sorting step from the server. This can result in
non-deterministic test failures, because the test checked against a
list.
9 years ago
0x0L
96d5d96385
Update fontawesome to latest version
...
see https://github.com/jupyter/notebook/issues/2289
9 years ago
Min RK
a49397bf98
expose passthrough for WebSocketHandler.get_compression_options
...
adds `NotebookApp.websocket_compression_options` configurable,
with a default of None (no compression)
9 years ago
Matthias Bussonnier
c50b47af12
Merge pull request #2477 from takluyver/i2476
...
Avoid double-encoding item path for view button
9 years ago
Matthias Bussonnier
d350377cc2
Merge pull request #2478 from takluyver/i2475
...
Catch trying to rename to an empty filename
9 years ago
Grant Nestor
9d839d5052
Fix text baseline alignment in save widget
9 years ago
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
Thomas Kluyver
1d7e6007ba
Avoid double-encoding item path for view button
...
Closes gh-2476
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