Carol Willing
|
e9eeaf6641
|
Update matix combinations
|
2016-02-12 13:06:19 -08:00 |
|
Carol Willing
|
a800e5ce08
|
Remove edge and default python
|
2016-02-12 12:51:23 -08:00 |
|
Carol Willing
|
6db1ea75b2
|
Upgrade nose before installing travis-wheels
|
2016-02-12 11:59:09 -08:00 |
|
Carol Willing
|
0d6e25113a
|
Change Python 3.5 to 3.5.1 for Travis
|
2016-02-12 11:34:38 -08:00 |
|
Carol Willing
|
0a3551de0f
|
Upgrade pip as the first preinstall step
|
2016-02-12 09:49:27 -08:00 |
|
Thomas Kluyver
|
b3dfa06285
|
Merge pull request #1083 from willingc/doc-conda
Add pip to conda yaml for docs build
|
2016-02-12 11:25:29 +00:00 |
|
Carol Willing
|
21788a58db
|
Add pip to conda yaml for docs
|
2016-02-11 17:56:56 -08:00 |
|
Min RK
|
2881b4add1
|
Merge pull request #1078 from willingc/doc-spelling
Add a make spelling option for doc builds
|
2016-02-11 13:50:59 +01:00 |
|
Thomas Kluyver
|
fd86d6c24d
|
Merge pull request #1079 from minrk/not-so-random
remove the 'random' from the random-port message
|
2016-02-11 12:37:08 +00:00 |
|
Min RK
|
2522348b6a
|
remove the 'random' from the random-port message
it's not really a random port, it's usually n+1
|
2016-02-11 10:56:41 +01:00 |
|
Carol Willing
|
b4dbf5f5c2
|
Add a make spelling option for doc builds
|
2016-02-10 13:20:31 -08:00 |
|
Thomas Kluyver
|
435886ad1d
|
Merge pull request #1077 from willingc/err-min
Fix typos in development
|
2016-02-10 14:22:20 +00:00 |
|
Carol Willing
|
6fe7c7acbc
|
Fix typos in development
|
2016-02-10 06:16:09 -08:00 |
|
Min RK
|
a27266ac33
|
Merge pull request #1076 from takluyver/codemirror-fileext-lowercase
Lowercase file extension before looking it up in CodeMirror
|
2016-02-10 14:32:30 +01:00 |
|
Min RK
|
8d4a8ee0c7
|
Merge pull request #1071 from jdfreder/movecellfocus
Focus selected cell after move.
|
2016-02-10 14:28:28 +01:00 |
|
Thomas Kluyver
|
b361d39723
|
Lowercase file extension before looking it up in CodeMirror
It looks like CodeMirror stores no capitalised extensions:
https://github.com/codemirror/CodeMirror/blob/master/mode/meta.js
If there ever are any, this would break looking them up. But that seems
fairly unlikely.
Closes gh-1073
|
2016-02-10 10:34:48 +00:00 |
|
Jonathan Frederic
|
8d0e61b1fb
|
Focus selected cell after move.
|
2016-02-09 13:16:46 -08:00 |
|
Min RK
|
8ed64b374e
|
Merge pull request #1066 from Carreau/rmw
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
|
2016-02-09 14:16:58 +01:00 |
|
Carol Willing
|
5c886a3734
|
Merge pull request #1063 from minrk/csp-doc
document CSP for iframes
|
2016-02-09 01:45:54 -08:00 |
|
Min RK
|
eef1ba8620
|
Merge pull request #931 from jdfreder/ratelimit
Add simple iopub message rate limiter
|
2016-02-09 09:05:30 +01:00 |
|
Min RK
|
bd42e36fd6
|
document CSP for iframes
|
2016-02-09 09:01:07 +01:00 |
|
Matthias Bussonnier
|
7e6b50815e
|
Merge pull request #963 from minrk/indentAutoShortcut
add ctrl-alt-[ shortcut for indentAuto
|
2016-02-08 11:25:01 -08:00 |
|
Matthias Bussonnier
|
9f6dfc8e0a
|
Merge pull request #1064 from minrk/nbconvert-errors
scroll long tracebacks to the bottom
|
2016-02-08 11:20:55 -08:00 |
|
Matthias Bussonnier
|
0ad67c8b7f
|
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
|
2016-02-08 11:19:05 -08:00 |
|
Min RK
|
94986bfd6a
|
scroll long tracebacks to the bottom
since that's usually where the most important info is
|
2016-02-08 16:04:42 +01:00 |
|
Thomas Kluyver
|
61d2958f02
|
Merge pull request #1062 from minrk/js-dev-doc
Revisions to js dev doc
|
2016-02-08 13:09:50 +00:00 |
|
Min RK
|
247fc7d21d
|
Revisions to js dev doc
- use `pip install -e .`
- clarify that `setup.py js css` is only needed for intermediate updates, not first-run
|
2016-02-08 13:35:01 +01:00 |
|
Min RK
|
621822b1de
|
setting static_url_prefix isn't required for custom prefix
|
2016-02-08 13:09:40 +01:00 |
|
Thomas Kluyver
|
014bd77b80
|
Merge pull request #1061 from minrk/menu-multi-select
plural cell actions
|
2016-02-08 11:39:18 +00:00 |
|
Min RK
|
0b1305e37c
|
plural cell actions
a few multi-select actions still had singular descriptions
|
2016-02-08 09:11:07 +01:00 |
|
Min RK
|
c5d6e9ee37
|
Merge pull request #1044 from nvdv/items_deselect
Deselect items after successful actions on notebook list page.
|
2016-02-07 13:19:30 +01:00 |
|
Min RK
|
7117528dab
|
Merge pull request #744 from captainsafia/fix-dialog-button-layout
Fix button layout in dialog windows
|
2016-02-07 13:07:29 +01:00 |
|
Matthias Bussonnier
|
b520b57f2f
|
Merge pull request #1049 from parleur/nested_svg
Nested svg
|
2016-02-06 15:34:00 -08:00 |
|
Min RK
|
4d64519f12
|
Merge pull request #969 from minrk/undelete-stack
multiple-undo for cell deletion
|
2016-02-06 19:38:41 +01:00 |
|
Min RK
|
38464ef4dd
|
Merge pull request #987 from minrk/copy-save-first
save before copy if notebook is dirty
|
2016-02-06 19:32:02 +01:00 |
|
Pierre Gerold
|
f8d2af1632
|
draft for nested svg test, not working
|
2016-02-06 19:09:26 +01:00 |
|
Min RK
|
20418160ef
|
Merge pull request #1050 from takluyver/tests-hang
Ensure user site packages is on PYTHONPATH for notebook test server
|
2016-02-06 12:03:44 +01:00 |
|
Matthias Bussonnier
|
4c50d6acaa
|
Merge pull request #1051 from takluyver/travis-nosetests-v
Run nosetests with verbose flag on Travis
|
2016-02-05 09:09:28 -08:00 |
|
Thomas Kluyver
|
e78f747314
|
Run tests in verbose mode in Dockerfile
|
2016-02-05 16:40:44 +00:00 |
|
Thomas Kluyver
|
0c099ee9cc
|
Run nosetests with verbose flag on Travis
Hopefully stops tests from hanging after completion - seems to work on
Jenkins.
|
2016-02-05 13:37:09 +00:00 |
|
Thomas Kluyver
|
15581d9567
|
Ensure user site packages is on PYTHONPATH for notebook test server
|
2016-02-05 13:19:10 +00:00 |
|
Min RK
|
a7fc604365
|
Merge pull request #1039 from willingc/devinstall
Organize contributor/developer documentation sections
|
2016-02-05 11:41:20 +01:00 |
|
Pierre Gerold
|
46d8784afb
|
restore a working 'find' structure
|
2016-02-05 09:09:52 +01:00 |
|
Pierre Gerold
|
a2366dc68f
|
replace the 'find' way into direct inclusion in svg element
|
2016-02-05 08:21:48 +01:00 |
|
Matthias Bussonnier
|
eeaaafc751
|
Merge pull request #1032 from minrk/mathjax-2.6
bump MathJax to 2.6
|
2016-02-04 15:23:39 -08:00 |
|
Matthias Bussonnier
|
0d1f981b71
|
Merge pull request #1036 from minrk/disable-mathjax-renderer-menu
disable MathJax renderer selection menu
|
2016-02-04 15:23:01 -08:00 |
|
Matthias Bussonnier
|
16426a6ca1
|
Merge pull request #1046 from willingc/doc-png
Fix image urls
|
2016-02-04 15:21:41 -08:00 |
|
Min RK
|
7643a2ffdb
|
Merge pull request #941 from NHDaly/MoveButton
Adds a Move button to the notebooklist interface next to Rename.
|
2016-02-04 22:20:09 +01:00 |
|
Carol Willing
|
7d04e76e05
|
Fix image urls
|
2016-02-04 13:02:03 -08:00 |
|
nvdv
|
1c68cfe490
|
Deselect items after successful actions on notebook list page.
|
2016-02-04 14:00:48 +03:00 |
|