Min RK
8fa09260b1
Merge pull request #2472 from ericjperry/fix/IE-terminal
...
Open terminal tab using a hash rather than undefined for IE compatibility.
9 years ago
Min RK
f707dde238
Merge pull request #2625 from takluyver/i2611
...
More specific check for missing body data
9 years ago
Min RK
80ca9e9926
Merge pull request #2628 from takluyver/rm-draft76
...
Remove old websocket draft76 protocol.
9 years ago
Min RK
cbdf9d0f77
Merge pull request #2540 from takluyver/i2539
...
Handle invalid file timestamps
9 years ago
Min RK
12c952de91
Merge pull request #2641 from takluyver/sort-notebook-list
...
Improvements to sorting file list
9 years ago
Thomas Kluyver
d12a42e31e
Merge pull request #2643 from cancan101/patch-1
...
Upgrade xterm.js to newly released 2.8.1
9 years ago
Alex Rothberg
5fd70d5a58
Upgrade xterm.js to newly released 2.8.1
9 years ago
Thomas Kluyver
7dc6b26c9f
When switching sort field, use ascending sort
9 years ago
Thomas Kluyver
a7e10e9303
Improvements to sorting notebook list
...
Closes gh-1218
Closes gh-1942
9 years ago
Thomas Kluyver
971e425c72
Merge pull request #2629 from takluyver/fix-modified-column
...
Fix last-modified column of notebook list
9 years ago
Thomas Kluyver
9873c93d23
Merge pull request #2638 from cancan101/patch-1
...
Upgrade xterm.js to newly released 2.8.0
9 years ago
Alex Rothberg
09f0e7b40a
Upgrade xterm.js to newly released 2.8.0
9 years ago
Thomas Kluyver
0ba6cd70d5
Merge pull request #2624 from takluyver/shutdown-how-many
...
Log how many kernels need shutting down
9 years ago
Thomas Kluyver
a2ac7967aa
Merge pull request #2630 from vidartf/fix-tags-nowrap
...
Cell tags UI: Ensure close button does not wrap
9 years ago
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.
9 years ago
Thomas Kluyver
624158f851
Fix last-modified column of notebook list
...
This was showing 'seconds ago' for every file, because it was looking
for the nonexistant 'modified' field. The correct name is 'last_modified'.
I'm not sure how long this has been broken.
9 years ago
Thomas Kluyver
724bdd1570
Remove old websocket draft76 protocol.
...
Support for this older protocol should no longer be needed with
Phantom JS 2.
Closes gh-2250
9 years ago
Thomas Kluyver
c17eb4ce8e
Handle invalid file timestamps
...
Closes gh-2539
9 years ago
Thomas Kluyver
869fe78611
Merge pull request #2601 from gnestor/upgrade-deps
...
Upgrade bower dependencies
9 years ago
Thomas Kluyver
937f0ff266
Merge pull request #2618 from rolweber/issue_2565
...
Capitalization of 'Edit cell Attachments' dialog title
9 years ago
Thomas Kluyver
ec43b45dd5
Merge pull request #2612 from minrk/double-pre
...
remove redundant pre tags in markdown examples
9 years ago
Thomas Kluyver
4542a514e8
More specific check for missing body data
...
Closes gh-2611
9 years ago
Thomas Kluyver
f623092b90
Log how many kernels need shutting down
9 years ago
Roland Weber
342ea2650e
fixes #2565 - capitalization of 'Edit cell Attachments' dialog
9 years ago
Min RK
d4e7095614
Merge pull request #2615 from mpacer/docs_nbformat_v4
...
Remove references to header cells
9 years ago
M Pacer
9e9432a7b9
Remove references to heading cells and 'best practices' that better fit the existence of heading cells
9 years ago
Min RK
24835421b4
remove redundant pre tags
...
Some markdown examples were double-escaped (indent and pre tag),
causing incorrect rendering.
9 years ago
Min RK
6afc1e0e5d
Merge pull request #2574 from dhirschfeld/windows-containers
...
Workaround for Windows Containers
9 years ago
Thomas Kluyver
e224b8f287
Merge pull request #2610 from vharsh/patch-1
...
Update link of messaging in Jupyter
9 years ago
Harsh Vardhan
462ed6c01e
Update link of messaging in Jupyter
...
The documentation is for an old version of IPython.
9 years ago
dhirschf
295294e876
Fix `test_bad_symlink` to conform to the new api
9 years ago
Grant Nestor
4584c240d3
Use codemirror ~5.27
9 years ago
Kyle Kelley
31608ba0e4
Merge pull request #2592 from takluyver/favicon-id
...
Add id=favicon in templates
9 years ago
Grant Nestor
1e0f371e60
Use fork of CodeMirror@5.27.2 with patch commit vs. bundled patch
9 years ago
Grant Nestor
73f1e949b6
Upgrade codemirror from ~5.22.2 to ~5.27
9 years ago
Grant Nestor
66132f9d32
Upgrade xterm.js from ~2.3.2 to ~2.7
9 years ago
Thomas Kluyver
b4c4ed06e9
Merge pull request #2589 from gnestor/fix-header-flex
...
Fix logo alignment on dashboard
9 years ago
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
9 years ago
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. :-(
9 years ago
Thomas Kluyver
ce5621737f
Merge pull request #2449 from gnestor/issue-2404
...
Open all files with `/files` path except for `.html` and .svg`
9 years ago
Grant Nestor
6a1f807b89
Open all editable files with `/edit` path
9 years ago
Grant Nestor
3db3e9783e
Fix logo alignment on dashboard
...
Fixes https://github.com/jupyter/notebook/issues/2575
9 years ago
Thomas Kluyver
f75eb99fa3
Merge pull request #2552 from minrk/safe-trigger
...
catch and log event errors on outputarea.element
9 years ago
Thomas Kluyver
100dbd8154
Merge pull request #2579 from Krista/krista/norobots
...
added robots.txt
9 years ago
dhirschf
1975bf830f
Addressed review comments
9 years ago
dhirschf
6bb89b717a
Workaround for Windows Containers
...
On Windows `os.stat` treats host mapped volumes as broken symlinks
9 years ago
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`.
9 years ago
Min RK
2eed68ed4b
Merge pull request #2571 from vidriduch/vidriduch/new_single_backtick_markdown
...
Changes single ` markdown highlighting
9 years ago
Thomas Kluyver
2d14953aaa
Merge pull request #2572 from finaiized/patch-1
...
Change comment identifier to be valid JavaScript
9 years ago
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>
9 years ago