Alex Rothberg
09f0e7b40a
Upgrade xterm.js to newly released 2.8.0
2017-07-06 13:07:10 -04:00
Thomas Kluyver
0ba6cd70d5
Merge pull request #2624 from takluyver/shutdown-how-many
...
Log how many kernels need shutting down
2017-07-04 13:17:18 +01:00
Thomas Kluyver
a2ac7967aa
Merge pull request #2630 from vidartf/fix-tags-nowrap
...
Cell tags UI: Ensure close button does not wrap
2017-07-04 13:16:54 +01:00
Vidar Tonaas Fauske
c77b2b76c7
Cell tags UI: Ensure close button does not wrap
...
Add CSS styling to prevent close button from line-wrapping inside the
cell tag elements.
2017-07-04 13:16:27 +02:00
Thomas Kluyver
869fe78611
Merge pull request #2601 from gnestor/upgrade-deps
...
Upgrade bower dependencies
2017-07-03 18:10:58 +01:00
Thomas Kluyver
937f0ff266
Merge pull request #2618 from rolweber/issue_2565
...
Capitalization of 'Edit cell Attachments' dialog title
2017-07-03 12:19:13 +01:00
Thomas Kluyver
ec43b45dd5
Merge pull request #2612 from minrk/double-pre
...
remove redundant pre tags in markdown examples
2017-07-03 11:51:16 +01:00
Thomas Kluyver
f623092b90
Log how many kernels need shutting down
2017-07-03 11:14:51 +01:00
Roland Weber
342ea2650e
fixes #2565 - capitalization of 'Edit cell Attachments' dialog
2017-06-29 14:39:53 +02:00
Min RK
d4e7095614
Merge pull request #2615 from mpacer/docs_nbformat_v4
...
Remove references to header cells
2017-06-28 22:57:20 +01:00
M Pacer
9e9432a7b9
Remove references to heading cells and 'best practices' that better fit the existence of heading cells
2017-06-28 13:41:41 -07:00
Min RK
24835421b4
remove redundant pre tags
...
Some markdown examples were double-escaped (indent and pre tag),
causing incorrect rendering.
2017-06-28 13:58:58 +01:00
Min RK
6afc1e0e5d
Merge pull request #2574 from dhirschfeld/windows-containers
...
Workaround for Windows Containers
2017-06-27 15:54:35 +01:00
Thomas Kluyver
e224b8f287
Merge pull request #2610 from vharsh/patch-1
...
Update link of messaging in Jupyter
2017-06-27 12:41:13 +01:00
Harsh Vardhan
462ed6c01e
Update link of messaging in Jupyter
...
The documentation is for an old version of IPython.
2017-06-27 16:35:52 +05:30
dhirschf
295294e876
Fix test_bad_symlink
to conform to the new api
2017-06-25 14:41:18 +10:00
Grant Nestor
4584c240d3
Use codemirror ~5.27
2017-06-23 09:33:00 -07:00
Kyle Kelley
31608ba0e4
Merge pull request #2592 from takluyver/favicon-id
...
Add id=favicon in templates
2017-06-23 08:53:12 -07:00
Grant Nestor
1e0f371e60
Use fork of CodeMirror@5.27.2 with patch commit vs. bundled patch
2017-06-23 08:09:51 -07:00
Grant Nestor
73f1e949b6
Upgrade codemirror from ~5.22.2 to ~5.27
2017-06-23 07:51:29 -07:00
Grant Nestor
66132f9d32
Upgrade xterm.js from ~2.3.2 to ~2.7
2017-06-23 07:50:55 -07:00
Thomas Kluyver
b4c4ed06e9
Merge pull request #2589 from gnestor/fix-header-flex
...
Fix logo alignment on dashboard
2017-06-22 10:18:08 +01:00
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
2017-06-21 11:14:57 -07:00
Thomas Kluyver
36b6c9e5d3
Add id=favicon in templates
...
The new dynamic favicon-changing code looks for an existing favicon in
the DOM with id 'favicon'. This uses that id in the templates, so we
don't end up with two favicon links in the page.
I was hoping that this would fix some issues I'm having with the favicon
getting stuck, but it doesn't seem to. :-(
2017-06-21 17:30:54 +01:00
Thomas Kluyver
ce5621737f
Merge pull request #2449 from gnestor/issue-2404
...
Open all files with `/files` path except for `.html` and .svg`
2017-06-21 09:49:11 +01:00
Grant Nestor
6a1f807b89
Open all editable files with /edit
path
2017-06-20 09:46:35 -07:00
Grant Nestor
3db3e9783e
Fix logo alignment on dashboard
...
Fixes https://github.com/jupyter/notebook/issues/2575
2017-06-20 09:38:44 -07:00
Thomas Kluyver
f75eb99fa3
Merge pull request #2552 from minrk/safe-trigger
...
catch and log event errors on outputarea.element
2017-06-20 14:33:52 +01:00
Thomas Kluyver
100dbd8154
Merge pull request #2579 from Krista/krista/norobots
...
added robots.txt
2017-06-20 13:05:48 +01:00
dhirschf
1975bf830f
Addressed review comments
2017-06-19 20:25:24 +10:00
dhirschf
6bb89b717a
Workaround for Windows Containers
...
On Windows `os.stat` treats host mapped volumes as broken symlinks
2017-06-18 15:42:04 +10:00
Krista
d3b94fa5f4
added robots.txt
...
This commit fixes issue #1387 by adding a file `robots.txt`
that makes robots go away.
This commit is also similar to
316665e5d7
as it also adds the `favicon.ico`.
2017-06-15 16:14:55 +02:00
Min RK
2eed68ed4b
Merge pull request #2571 from vidriduch/vidriduch/new_single_backtick_markdown
...
Changes single ` markdown highlighting
2017-06-14 21:09:26 +02:00
Thomas Kluyver
2d14953aaa
Merge pull request #2572 from finaiized/patch-1
...
Change comment identifier to be valid JavaScript
2017-06-13 10:49:40 +01:00
Ondrej
533aea11fd
Added padding around gray box of ` markdown
...
Added padding of 1px from top and bottom and 5px from left and right
around gray box of single ` markdown.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
2017-06-12 22:15:57 +02:00
Dominic Kuang
63cc96ed1c
Change comment identifier to be valid JavaScript
...
Copying and pasting the snippet with `#` as a comment identifier caused an error, so use `//` instead.
2017-06-12 10:35:26 -07:00
Ondrej
823e1f19d5
Changes single ` markdown highlighting
...
Changes highlighting of text surrounded by single ` in markdown cells by
adding gray background under the text. Highlighting should resemble the
stack-overflow highlighting.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
2017-06-12 15:59:39 +02:00
Thomas Kluyver
31400855f8
Merge pull request #2549 from mscuthbert/nbval-exception-passing
...
allow raises-exception to continue
2017-06-09 15:36:27 +02:00
Michael Scott Cuthbert
4cfa7f65d5
Remove nbval version from code
2017-06-08 14:50:09 -04:00
Thomas Kluyver
9f578dcec0
Merge pull request #2560 from minrk/gate-surrogate-pairs
...
Protect against hypothetical future where javascript stops using surrogate pairs
2017-06-08 16:09:49 +01:00
Min RK
99e4adb928
bump protocol version to 5.2
...
for surrogate pairs fix
2017-06-08 15:08:44 +02:00
Min RK
ff5e64e431
no need to double-check second half of a surrogate pair
2017-06-08 15:08:44 +02:00
Min RK
dbb78b4167
protect against a beautiful future in which javascript handles unicode sensibly
...
We don't need to count surrogate pairs if js stops using them
2017-06-08 12:46:18 +02:00
Min RK
8b14a8d003
check more strictly for surrogate pairs
...
check both surrogates with strict bounds, not just the first, in case of weirdness.
2017-06-08 12:44:44 +02:00
Min RK
65f72268fd
Merge pull request #2559 from ellisonbg/session-fix
...
Allow session of type other than notebook.
2017-06-08 11:16:45 +02:00
Brian E. Granger
4d9809d659
Allow session of type other than notebook.
2017-06-07 19:00:12 -07:00
Matthias Bussonnier
4b8cc28b26
Merge pull request #2535 from gnestor/issue-2379
...
Remove keymaps that conflict with non-English keyboards
2017-06-07 12:10:42 -07:00
Min RK
bf3de7bd1c
5.1.0.dev
...
5.0.0 has been released
2017-06-06 16:16:33 +02:00
Min RK
fc6bca2c0f
catch and log event errors on outputarea.element
...
we already do this on global events,
but the new events on output_area.element were unsafe,
allowing extension code to prevent actions such as clear_output, etc. from completing.
2017-06-06 16:15:10 +02:00
Michael Scott Cuthbert
81be6c575a
allow raises-exception or nbval-raises-exception to continue
2017-06-05 19:30:48 -04:00