Matthias Bussonnier
|
eeb9cb0209
|
Merge pull request #6558 from jhamrick/kernel-start-failure
Handle kernel start failures more gracefully
|
11 years ago |
Jessica B. Hamrick
|
1d6359f970
|
Use codemirror for error messages
|
11 years ago |
Min RK
|
28edb94897
|
Merge pull request #6488 from jhamrick/lock-cells
Proof of concept for preventing cell deletion via metadata
|
11 years ago |
Min RK
|
2565c5a921
|
Merge pull request #6592 from Carreau/html
use standard html
|
11 years ago |
Bussonnier Matthias
|
0dcce32de7
|
use standard html
|
11 years ago |
Min RK
|
0d9b7597c3
|
Merge pull request #6583 from takluyver/win-symlink-tsets
Windows symlink test fixes
|
11 years ago |
Matthias Bussonnier
|
2eba8ee216
|
Merge pull request #6584 from jhamrick/fix-js-tests
Fix ReferenceError in js tests
|
11 years ago |
Jessica B. Hamrick
|
60b18ad23e
|
Fix ReferenceError in js tests, fixes #6542
|
11 years ago |
Thomas Kluyver
|
645f542e2b
|
Interpret another error as missing symlink support on Windows
This occurs if the system and Python support symlinks, but the user does
not have permission to create them.
|
11 years ago |
Jessica B. Hamrick
|
6bc5702398
|
More descriptive short message
|
11 years ago |
Jessica B. Hamrick
|
6a8cae2913
|
Don't pop up modal dialog
|
11 years ago |
Jessica B. Hamrick
|
d0e942213d
|
Always show the modal dialog, and have a fallback generic message
|
11 years ago |
Jessica B. Hamrick
|
46e40e5ea1
|
Return a proper JSON object
|
11 years ago |
Jessica B. Hamrick
|
5e1e8a116c
|
Use 501 error code instead of 400
|
11 years ago |
Jessica B. Hamrick
|
c4a89cd54d
|
Better user experience when kernel isn't found
|
11 years ago |
Jessica B. Hamrick
|
5ba858fc7c
|
Remove 'we' from message
|
11 years ago |
Jessica B. Hamrick
|
263181c416
|
Report the exact error that occurred
|
11 years ago |
Jessica B. Hamrick
|
58fcb3abb9
|
Show the user a different notification
|
11 years ago |
Jessica B. Hamrick
|
cfc234dc89
|
Handle NoSuchKernel errors more gracefully
|
11 years ago |
Min RK
|
780ceee03a
|
Merge pull request #6415 from Carreau/move-md-show-logic
Move md-cell display logic to css
|
11 years ago |
Matthias Bussonnier
|
4c480e3ca1
|
Merge pull request #6573 from Carreau/drop-2.6
Drop some 2.6 workaround.
|
11 years ago |
Matthias Bussonnier
|
a940971866
|
Merge pull request #6568 from minrk/remember-kernel
Make default kernel configurable
|
11 years ago |
Matthias Bussonnier
|
fd4b8773c7
|
Merge pull request #6579 from minrk/rm-dateformat
remove unused dateformat library
|
11 years ago |
MinRK
|
a060056e36
|
remove unused dateformat
we are using moment.js for dates now
|
11 years ago |
Thomas Kluyver
|
272efe37be
|
Merge pull request #6571 from Carreau/jsonable
cast unicode to allow json dump
|
11 years ago |
Matthias Bussonnier
|
be4b180b03
|
cast unicode to allow json dump
|
11 years ago |
Matthias Bussonnier
|
9155675440
|
drop more 2.6 hacks
|
11 years ago |
Jonathan Frederic
|
b5195e1b17
|
Merge pull request #6548 from SylvainCorlay/widget_views_by_id
Make WidgetModel.views be an object indexed by view id
|
11 years ago |
Matthias Bussonnier
|
2d490858e5
|
Merge pull request #6544 from jhamrick/notification-widget
Clean up notification widget
|
11 years ago |
Matthias Bussonnier
|
dfd2f6c80f
|
Merge pull request #6565 from dsblank/patch-1
Fixed off by one error in get_prev_cell
|
11 years ago |
sylvain.corlay
|
60925f0a1a
|
hasOwnProperty
|
11 years ago |
MinRK
|
072bcdc484
|
allow kernel_name to be undefined in js
Falls back to KM.default_kernel_name,
as configured server-side.
|
11 years ago |
Thomas Kluyver
|
b9472b3642
|
Merge pull request #6536 from minrk/parent-config
Remove kernel config from parent config files
|
11 years ago |
MinRK
|
caddaec618
|
remove references to kernel config in parent config files
since it doesn't work anymore.
Link to the kernel config doc instead.
|
11 years ago |
Doug Blank
|
6c3d40bbcd
|
Update documentation for functions that can return null
|
11 years ago |
MinRK
|
974d45343e
|
allow kernel_name to be undefined in requests
fallback to KM.default_kernel_name in that case
|
11 years ago |
Doug Blank
|
3997769def
|
Fixed off by one error in get_prev_cell
Not sure why this was a TODO. Maybe `find_cell_index()` returned zero at one time, but in the browsers I tested, it always returns null if not found.
|
11 years ago |
Min RK
|
d71cdbd233
|
Merge pull request #6546 from minrk/root-no-write
run iptest in Dockerfile
|
11 years ago |
MinRK
|
cb005e916c
|
run iptest in Dockerfile
and install sphinx with apt, since it's super slow
because of 2to3
|
11 years ago |
Jonathan Frederic
|
cbb63a2166
|
Merge pull request #6549 from SylvainCorlay/some_update
on_atomic_change -> on_some_change
|
11 years ago |
Jessica B. Hamrick
|
9c1e7fa2eb
|
Clarify stickiness of warning/danger notifications
|
11 years ago |
Sylvain Corlay
|
d8635fc1cc
|
on_atomic_change -> on_some_change
|
11 years ago |
Sylvain Corlay
|
b6a0f60d3f
|
Make Widget.views be an object indexed by view id
|
11 years ago |
Jessica B. Hamrick
|
6f49f4b78e
|
Add tests for notification area and widgets
|
11 years ago |
Jessica B. Hamrick
|
e68f6e585a
|
Small changes to notification widget
|
11 years ago |
Jessica B. Hamrick
|
2c5a10a6e0
|
Add documentation to notification area
|
11 years ago |
Jessica B. Hamrick
|
5769a5bd97
|
Add documentation to NotificationWidget methods
|
11 years ago |
Jessica B. Hamrick
|
180dd71e81
|
Allow timeout and click callback
|
11 years ago |
Jessica B. Hamrick
|
756d4063c3
|
Fix tests
|
11 years ago |
Jessica B. Hamrick
|
10d500525a
|
Make cell be undeletable ONLY when metadata is explicitly false
|
11 years ago |