Syed TS
b87fa6c734
typos fix-2
9 years ago
Syed TS
563f220a43
typos fix
9 years ago
Min RK
f8a6e1c5b7
Merge pull request #2792 from takluyver/mathjax-callback-err
...
Attempt to fix mysterious mathjax callback error
9 years ago
J Forde
30f739cf69
Merge pull request #2808 from jiaqi216/docs-build
...
Travis Builds Doc
9 years ago
Jiaqi Liu
44471d97f4
docs only run in python3
9 years ago
Jiaqi Liu
3a23a69d97
rename doc group to docs
9 years ago
Jiaqi Liu
df76c6e2f5
forgot -r
9 years ago
Jiaqi Liu
708883521a
pip install doc-requirements in travis
9 years ago
Jiaqi Liu
95bd9df2af
add to doc requirements.txt file
9 years ago
Thomas Kluyver
d42c65afe1
Merge pull request #2802 from cebolan/fix-help
...
Fix documentation on keyboard shortcuts
9 years ago
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
9 years ago
Thomas Kluyver
daeb0a401b
Merge pull request #2799 from hroncok/transutils
...
Have _ defined in notebook.transutils
9 years ago
Miro Hrončok
6e1ac76423
Have _ defined in notebook.transutils
...
Import it in conf.py (docs)
Fixes https://github.com/jupyter/notebook/issues/2798
9 years ago
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
9 years ago
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
9 years ago
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
9 years ago
Min RK
5a3d7c63d0
Merge pull request #2788 from takluyver/mathjax-pkg-data
...
Add Mathjax/jax/element/mml to package_data
9 years ago
Thomas Kluyver
1f50751448
Add Mathjax/jax/element/mml to package_data
...
Closes gh-2780
Closes gh-1108
9 years ago
Min RK
cc9ec35c82
Merge pull request #2787 from takluyver/no-double-upload
...
Prevent uploading file twice
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
Thomas Kluyver
4d21a1b386
Merge pull request #2785 from Madhu94/update-changelog-5.1
...
docs(notebook): Update changelog for 5.1
9 years ago
madhu
11b22d280c
docs(notebook): Update changelog for 5.1
9 years ago
Min RK
81d0e6146d
Merge pull request #2781 from heroxbd/master
...
d/s/examples/N/Importing Notebooks.ipynb: disable execution.
9 years ago
Grant Nestor
12eb55f594
Merge pull request #2777 from takluyver/i2775
...
URL escape file path in iframe view handler
9 years ago
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
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Thomas Kluyver
20cac8236d
URL escape file path in iframe view handler
...
Closes gh-2775
9 years ago
Grant Nestor
2136007923
release 5.1.0rc1
9 years ago
Grant Nestor
5fff543d33
Merge pull request #2770 from takluyver/i2757
...
Catch OSError when getting file mtime & ctime
9 years ago
Thomas Kluyver
3115f0602f
deprecated name warn() -> warning()
9 years ago
Thomas Kluyver
1e511c5ebf
Catch OSError when getting file mtime & ctime
...
Closes gh-2757
9 years ago
Grant Nestor
f8d4d6ad2d
Merge pull request #2739 from takluyver/editor-cm-mode-mime
...
Set CodeMirror mode using mimetype, not mode name
9 years ago
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
9 years ago
Grant Nestor
b099303a96
release 5.1.0rc1
9 years ago
Grant Nestor
7dc9439af7
Merge pull request #2731 from vidartf/comm-buffers
...
Add buffers argument to comm open/close
9 years ago
Vidar Tonaas Fauske
9249ae25e1
Add buffers argument to CommManager.new_comm
9 years ago
Vidar Tonaas Fauske
05c1f6feb8
Add buffers argument to comm open/close
9 years ago
Min RK
da2d54f73e
Merge pull request #2718 from Madhu94/trust_without_save
...
Allow notebooks to be trusted without triggering a save
9 years ago
Min RK
114b9167e6
Merge pull request #2729 from takluyver/uninstall-nbext-find
...
Uninstall an nbextension from the first location it is found
9 years ago
Thomas Kluyver
2884afc3cb
Describe the --py flag for uninstall command
9 years ago
Thomas Kluyver
d992f42421
Fix description for disable command
9 years ago
Thomas Kluyver
add7c44d51
Uninstall an nbextension from the first location it is found
...
Closes gh-2725 (see discussion on that PR)
9 years ago
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
9 years ago
Thomas Kluyver
fcc5b0fe9c
Merge pull request #2723 from gnestor/5.1
...
Add 5.1.0 to changelog
9 years ago
Grant Nestor
1f1728260a
More corrections
9 years ago
Grant Nestor
cea19ffa7c
Corrections
9 years ago
Grant Nestor
975d42ae94
Add 5.1.0 to changelog
9 years ago
Thomas Kluyver
823e447293
Merge pull request #2534 from gnestor/issue-2151
...
Enforce right-alignment for cell in markdown tables
9 years ago
Min RK
5e5e41b066
Merge pull request #2719 from takluyver/nb-loaded-promise
...
Add promise for notebook_loaded.Notebook event
9 years ago
Grant Nestor
4ac086d477
Remove commented out old code
9 years ago