Min RK
4871cc4f1d
wait for kernel_ready after ws_closed_error
12 years ago
Min RK
19bcc5fed9
bump minimum tornado version to 4.0
...
remove various websocket workaround for tornado 3
12 years ago
Min RK
f8d59bcd9e
forward-port draft76 websockets
...
from tornado-3.2.2
only enabled during testing with phantomjs
12 years ago
Min RK
c0f64529bf
allow js tests to run with tornado 4 and phantomjs
12 years ago
Min RK
42f0684994
add events to ws_closed_error in kernel.js
12 years ago
Min RK
59b54eba53
add Reconnect to kernel menu
12 years ago
Min RK
fe00509f32
add sticky `Connection lost` notification
...
when reconnect process gives up
12 years ago
mvr
256e82a140
[issue547] add emacs tmp files and .coverage files to gitignore
12 years ago
Min RK
a6d427e5c9
add exponential falloff for reconnect
...
avoids constant reconnect attempts every 3 seconds forever
gives up after 6 tries (last timeout 64s)
12 years ago
Min RK
61479fde4c
Merge pull request #6882 from takluyver/i6239-docstring
...
Document limitations of symlink parameter to install_nbextension
12 years ago
Thomas Kluyver
5f456ef438
Document limitations of symlink parameter to install_nbextension
...
Closes gh-6239
12 years ago
Min RK
7cee09381f
Merge pull request #6861 from quantopian/template_dir_option
...
DEV: Support for configurable list of extra jinja template directories.
12 years ago
Min RK
62e493a9b4
Merge pull request #6873 from takluyver/contents-api-no-dialog
...
JS Contents API doesn't need dialog module
12 years ago
Thomas Kluyver
9a7c6e78d9
JS Contents API doesn't need dialog module
12 years ago
Thomas Kluyver
bf4950d803
Merge pull request #6835 from minrk/travis-pip
...
expedite installation on travis
12 years ago
Scott Sanderson
8a6af683ce
DOC: Fix typo in comment.
12 years ago
Thomas Kluyver
ae6ae8f7b0
Return updated config from PATCH requests
12 years ago
Thomas Kluyver
c26b0f6961
Fix writing JSON on Python 2
12 years ago
Thomas Kluyver
425d5a1c02
Apply JSON config updates recursively
12 years ago
Thomas Kluyver
6786f86c63
Fix docstring, validate JSON on PUT
12 years ago
Thomas Kluyver
a76a546627
Add REST API for retrieving, storing and updating config
12 years ago
Scott Sanderson
c1196da096
DEV: Add IPython.html to the default template path.
...
This makes it possible to override a file with a template that also
inherits from that file.
For example, this makes it possible to override a single block of
notebook.html by creating a file called notebook.html that inherits from
templates/notebook.html.
12 years ago
Thomas Kluyver
39bf433c9d
Merge pull request #6860 from minrk/slimerjs
...
distinguish capture_output from buffer_output
12 years ago
Scott Sanderson
cd1304961f
DEV: Support for configurable list of extra jinja template directories.
12 years ago
Min RK
c88bd5025a
distinguish capture_output from buffer_output
...
allow capturing output without silencing it,
which is useful for slimerjs,
which requires looking at output to determine failure.
12 years ago
Jonathan Frederic
bfdf9596fd
Fix bug where cell toolbars are not redrawn,
...
when cell metadata is changed.
12 years ago
Thomas Kluyver
538fcbc025
Close new window on error creating terminal
12 years ago
Thomas Kluyver
e6939f9aa5
Merge pull request #6846 from minrk/deprecate-heading-ui
...
deprecate heading cells in UI
12 years ago
Thomas Kluyver
8da4e89e3a
Make a window immediately, and set its location on response
...
Avoids the need for async:false
12 years ago
Matthias Bussonnier
97fb92a824
Merge pull request #6851 from v923z/master
...
fixed notebook checking code
12 years ago
v923z
a2081d042e
replaced nbmodel.orig_nbformat by orig_nbformat
12 years ago
v923z
9c122dcd15
fixed notebook checking code
12 years ago
Min RK
ef49e32ef0
Merge pull request #6783 from takluyver/contentsmanager-js
...
contents.js wrapper for contents service
12 years ago
Thomas Kluyver
b7a558d5b9
Use synchronous request for creating new notebooks
...
To get round popup blockers
12 years ago
Min RK
04bcfa626d
deprecate heading cells in UI
...
- removed from Kernel Menu
- Main toolbar warns via shouty dialog
- keyboard shortcuts still work to make headings in markdown cells, with no warning
12 years ago
Thomas Kluyver
2a497c16eb
load_file -> load
12 years ago
Thomas Kluyver
1f2e4cc6c3
Fix passing empty list to draw_notebook_list()
12 years ago
Thomas Kluyver
a4f869aa8b
Rename methods to remove _file suffix
12 years ago
Thomas Kluyver
5279418acf
Make Contents.new more generic
12 years ago
Thomas Kluyver
4452754a6b
Set notebook nbformat in toJSON
12 years ago
Thomas Kluyver
d4a2d85383
Merge pull request #6844 from minrk/nbformat4-from-backport
...
a couple of nbformat 4 fixes I noticed while backporting v4 to 2.x
12 years ago
Min RK
6b67a69c22
don't assume converted notebooks are old
...
in notebook.js dialogs, which can now be triggered
by nbformat 4 from the future.
12 years ago
Thomas Kluyver
963921c4ff
Merge pull request #6832 from minrk/request-only-once
...
actually send only one kernel_info request
12 years ago
Min RK
2462d71e1c
upate exmaple notebooks to nbformat v4
12 years ago
Thomas Kluyver
684516c79f
Fix copy-paste mistakes
12 years ago
Thomas Kluyver
658eb39c56
Remove one more unnecessary cache parameter
12 years ago
Thomas Kluyver
2962a3ce17
Remove some unnecessary cache: false parameters
...
According to the jQuery docs, this is only needed for GET and HEAD
requests.
12 years ago
Thomas Kluyver
a2f3e23fd8
Add copy_file to contents JS API
12 years ago
Thomas Kluyver
1ae6be218d
Fix require config
12 years ago
Thomas Kluyver
b8f9dc07e2
Fix error callback when deleting file
12 years ago