J Forde
30f739cf69
Merge pull request #2808 from jiaqi216/docs-build
...
Travis Builds Doc
2017-08-25 19:22:56 -04:00
Jiaqi Liu
44471d97f4
docs only run in python3
2017-08-25 14:02:13 -07:00
Jiaqi Liu
3a23a69d97
rename doc group to docs
2017-08-25 13:22:25 -07:00
Jiaqi Liu
df76c6e2f5
forgot -r
2017-08-25 13:00:14 -07:00
Jiaqi Liu
708883521a
pip install doc-requirements in travis
2017-08-25 12:42:06 -07:00
Jiaqi Liu
95bd9df2af
add to doc requirements.txt file
2017-08-25 12:21:27 -07:00
Thomas Kluyver
d42c65afe1
Merge pull request #2802 from cebolan/fix-help
...
Fix documentation on keyboard shortcuts
2017-08-24 20:11:31 +01:00
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
2017-08-24 12:59:13 -04:00
Thomas Kluyver
daeb0a401b
Merge pull request #2799 from hroncok/transutils
...
Have _ defined in notebook.transutils
2017-08-24 11:26:22 +01:00
Miro Hrončok
6e1ac76423
Have _ defined in notebook.transutils
...
Import it in conf.py (docs)
Fixes https://github.com/jupyter/notebook/issues/2798
2017-08-24 11:58:38 +02:00
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
2017-08-22 11:11:47 +01:00
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
2017-08-22 11:11:05 +01:00
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
2017-08-22 10:53:12 +01:00
Min RK
5a3d7c63d0
Merge pull request #2788 from takluyver/mathjax-pkg-data
...
Add Mathjax/jax/element/mml to package_data
2017-08-21 19:14:21 +02:00
Thomas Kluyver
1f50751448
Add Mathjax/jax/element/mml to package_data
...
Closes gh-2780
Closes gh-1108
2017-08-21 16:46:21 +01:00
Min RK
cc9ec35c82
Merge pull request #2787 from takluyver/no-double-upload
...
Prevent uploading file twice
2017-08-21 16:26:52 +02:00
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
2017-08-21 12:59:20 +01:00
Thomas Kluyver
4d21a1b386
Merge pull request #2785 from Madhu94/update-changelog-5.1
...
docs(notebook): Update changelog for 5.1
2017-08-20 17:21:25 +01:00
madhu
11b22d280c
docs(notebook): Update changelog for 5.1
2017-08-20 21:17:04 +05:30
Min RK
81d0e6146d
Merge pull request #2781 from heroxbd/master
...
d/s/examples/N/Importing Notebooks.ipynb: disable execution.
2017-08-20 15:04:58 +02:00
Grant Nestor
12eb55f594
Merge pull request #2777 from takluyver/i2775
...
URL escape file path in iframe view handler
2017-08-19 16:08:23 -07:00
Benda Xu
db90e16d17
d/s/examples/N/Importing Notebooks.ipynb: disable execution.
...
This notebook example includes writing to the directory of another
module, usually resulting in a doc build failure. Therefore we
disable its execution by nbsphinx.
Closes : #2372
See-Also: https://bugs.gentoo.org/show_bug.cgi?id=626860
2017-08-19 17:31:38 +09:00
Grant Nestor
63c7c336f0
release 5.1.0rc2
2017-08-19 00:09:16 -07:00
Thomas Kluyver
20cac8236d
URL escape file path in iframe view handler
...
Closes gh-2775
2017-08-18 11:06:45 +01:00
Grant Nestor
2136007923
release 5.1.0rc1
2017-08-17 16:59:17 -07:00
Grant Nestor
5fff543d33
Merge pull request #2770 from takluyver/i2757
...
Catch OSError when getting file mtime & ctime
2017-08-17 12:01:41 -07:00
Thomas Kluyver
3115f0602f
deprecated name warn() -> warning()
2017-08-17 11:08:04 +01:00
Thomas Kluyver
1e511c5ebf
Catch OSError when getting file mtime & ctime
...
Closes gh-2757
2017-08-16 18:26:25 +01:00
Min RK
d6a534ec5b
use RFC5987 encoding for filenames
...
as described in RFC 6266 describing Content-Disposition
2017-08-16 13:09:54 +02:00
Grant Nestor
64ed6e439c
Don't url escape filenames on download
2017-08-14 23:04:25 -07:00
Gabriel Nuetzi
f5e9e2ed41
added path to the resources metadata, the same as in from_filename(...)
...
in nbconvert/exporter.py
2017-08-12 18:49:30 +02:00
Min RK
90004b9032
schedule IOLoop.stop on the main thread
...
loop.stop() will not be safe from a thread in tornado 5
There has never been a guarantee to this effect,
but it has happened to be true so far.
The result is that the stop event will not fire until the next loop iteration (e.g. triggered by an HTTP request).
Using add_callback ensures that the main thread wakes and handles the stop event.
cf tornado#2119
2017-08-12 16:11:09 +02:00
Grant Nestor
62bc68c585
Make "extraKeys" consistent for notebook and editor
2017-08-11 11:00:24 -07:00
Grant Nestor
4424b0e46a
Switch back to "default" keycap
2017-08-11 10:59:59 -07:00
Grant Nestor
e36bafd164
Set "sublime" to default keymap for editor
2017-08-10 12:04:52 -07:00
Grant Nestor
f8d4d6ad2d
Merge pull request #2739 from takluyver/editor-cm-mode-mime
...
Set CodeMirror mode using mimetype, not mode name
2017-08-08 17:58:17 -04:00
Thomas Kluyver
835bbd132c
Set CodeMirror mode using mimetype, not mode name
...
One mode definition file can contain different modes, e.g. clike includes C, C++,
C#, Java, and a few others. We need to use the mime type to distinguish which one
we want.
Closes gh-2737
2017-08-08 16:44:51 +01:00
Grant Nestor
b099303a96
release 5.1.0rc1
2017-08-07 16:49:06 -04:00
Grant Nestor
7dc9439af7
Merge pull request #2731 from vidartf/comm-buffers
...
Add buffers argument to comm open/close
2017-08-07 16:40:24 -04:00
Vidar Tonaas Fauske
9249ae25e1
Add buffers argument to CommManager.new_comm
2017-08-07 18:55:59 +02:00
Vidar Tonaas Fauske
05c1f6feb8
Add buffers argument to comm open/close
2017-08-07 18:55:59 +02:00
Min RK
da2d54f73e
Merge pull request #2718 from Madhu94/trust_without_save
...
Allow notebooks to be trusted without triggering a save
2017-08-07 15:52:23 +02:00
Min RK
114b9167e6
Merge pull request #2729 from takluyver/uninstall-nbext-find
...
Uninstall an nbextension from the first location it is found
2017-08-07 14:15:32 +02:00
Thomas Kluyver
2884afc3cb
Describe the --py flag for uninstall command
2017-08-07 10:55:12 +01:00
Thomas Kluyver
d992f42421
Fix description for disable command
2017-08-07 10:52:53 +01:00
Thomas Kluyver
add7c44d51
Uninstall an nbextension from the first location it is found
...
Closes gh-2725 (see discussion on that PR)
2017-08-07 10:50:10 +01:00
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
2017-08-05 23:05:50 +05:30
Thomas Kluyver
fcc5b0fe9c
Merge pull request #2723 from gnestor/5.1
...
Add 5.1.0 to changelog
2017-08-04 08:44:39 +01:00
Grant Nestor
1f1728260a
More corrections
2017-08-03 17:21:00 -04:00
Grant Nestor
cea19ffa7c
Corrections
2017-08-03 17:02:27 -04:00