Kyle Kelley
|
91addcf776
|
Merge pull request #2860 from minrk/jsversion
resync jsversion with Python version
|
9 years ago |
Kyle Kelley
|
63d4415edb
|
Merge pull request #2854 from Madhu94/copy-dirty-readonly-notebook
Allow copy operation on modified, read-only notebook
|
9 years ago |
Min RK
|
d59349ac15
|
resync jsversion with Python version
by running setup.py jsversion
|
9 years ago |
Min RK
|
aa58dcbca4
|
Merge pull request #2852 from takluyver/travis-py36
Test Python 3.6 on Travis, drop 3.3
|
9 years ago |
madhu
|
a5e64c3f77
|
fix(notebook): Allow copy operation on modified, read-only
notebooks
Should close #2541
|
9 years ago |
Thomas Kluyver
|
11ba6be432
|
Merge pull request #2745 from gnestor/keymap-default
Make "extraKeys" consistent for notebook and editor
|
9 years ago |
Thomas Kluyver
|
1ec12f7215
|
Test Python 3.6 on Travis, drop 3.3
|
9 years ago |
Thomas Kluyver
|
39c27ac416
|
Merge pull request #2849 from cancan101/patch-1
Upgrade xterm.js to 2.9.2
|
9 years ago |
Kyle Kelley
|
2d582e0e79
|
Merge pull request #2851 from minrk/fix-image-tests
avoid base64-literals in image tests
|
9 years ago |
Min RK
|
ed139a1cea
|
avoid base64-literals in image tests
use Python variables storing raw bytes
|
9 years ago |
Alex Rothberg
|
132f042c88
|
Upgrade xterm.js to 2.9.2
|
9 years ago |
Grant Nestor
|
f222978992
|
Remove comments
|
9 years ago |
Thomas Kluyver
|
9dabaa2ccf
|
Merge pull request #2774 from iamlemec/master
Factor out output_prompt_function, as is done with input prompt
|
9 years ago |
Grant Nestor
|
fb4af909a1
|
5.2.0.dev
|
9 years ago |
Grant Nestor
|
aa3c1a5481
|
Merge pull request #2357 from Ashamandi/master
Bidi support
|
9 years ago |
Douglas Hanley
|
c946374aba
|
output_prompt_function: construct node rather than use HTML string
|
9 years ago |
Doug Hanley
|
53c39ff61f
|
Factor out output_prompt_function, as is done with input prompt
|
9 years ago |
Thomas Kluyver
|
5a0ee98441
|
Merge pull request #2767 from minrk/filename
use RFC5987 encoding for filenames
|
9 years ago |
Thomas Kluyver
|
f315f23fe9
|
Merge pull request #2823 from vidartf/nbval-ci
Add more doc tests
|
9 years ago |
Grant Nestor
|
ff49a10a36
|
release 5.1.0
|
9 years ago |
Thomas Kluyver
|
3543f79254
|
Merge pull request #2752 from minrk/schedule-stop-callback
schedule IOLoop.stop on the main thread
|
9 years ago |
Min RK
|
b2bd0ff702
|
missing add_callback_from_signal
|
9 years ago |
Thomas Kluyver
|
60f81e49b2
|
release 5.1.0rc3
|
9 years ago |
Steven Silvester
|
834b75af70
|
Merge pull request #2830 from mpacer/file_var_rename
changed all python variables named file to file_name to not override built_in file
|
9 years ago |
M Pacer
|
2fac7003e2
|
changed all python variables named file to file_name to not override built_in file
|
9 years ago |
Vidar Tonaas Fauske
|
f6de61d34e
|
Fix some broken links and permanent redirects
|
9 years ago |
Vidar Tonaas Fauske
|
522fcf403c
|
Add nbval to docs tests
|
9 years ago |
Thomas Kluyver
|
d4c6fe46ce
|
Merge pull request #2815 from sytays/patch-2
typos fix
|
9 years ago |
Syed TS
|
b87fa6c734
|
typos fix-2
|
9 years ago |
Syed TS
|
563f220a43
|
typos fix
|
9 years ago |
Min RK
|
86092a1d10
|
use add_callback_from_signal
|
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 |