Carol Willing
d3f6292d0c
Clean up section TOC
2016-02-02 11:39:36 -08:00
Carol Willing
836afb96fa
Add intro doc and update toc
2016-02-02 10:12:53 -08:00
Carol Willing
e8fae5460f
Rename file for consistency
2016-02-02 10:06:48 -08:00
Carol Willing
d101f6e637
Edits to formatting
2016-02-02 09:26:31 -08:00
Carol Willing
7999c738c4
Edit javascript machinery install
2016-02-02 08:49:29 -08:00
Carol Willing
71689275f1
Split dev doc and update index
2016-02-02 08:26:09 -08:00
Carol Willing
384d1760b0
Add dev install code snippet to docs
2016-02-02 06:31:29 -08:00
Min RK
86db777bd4
disable MathJax renderer selection menu
...
since we don't ship all renderers, and MathJax can hang if a nonexistent renderer is selected.
2016-02-02 09:21:10 +01:00
Min RK
6b61226fb2
bump MathJax to 2.6
2016-02-01 16:39:28 +01:00
Min RK
de09a93555
Merge pull request #1017 from Carreau/requires-require
...
Add `require` to list of modules to try fixing kernel.js loading.
2016-02-01 11:00:07 +01:00
Thomas Kluyver
dc8ddec8b9
Merge pull request #1025 from minrk/conda-rtd
...
don't install on RTD
2016-01-29 21:22:55 +00:00
Min RK
eb5610c77b
don't install on RTD
...
add repo to sys.path instead
2016-01-29 21:20:58 +01:00
Min RK
a548d34ea7
Merge pull request #1014 from takluyver/conda-rtd
...
Use conda on Readthedocs
2016-01-29 09:10:59 +01:00
Min RK
2f67942698
Merge pull request #547 from jakirkham/docker_ci
...
Docker CI
2016-01-29 08:40:12 +01:00
Min RK
4a7fd59392
Merge pull request #1001 from Carreau/npm-progress
...
Apparently deactivating progress bar on npm make install much faster...
2016-01-29 08:12:28 +01:00
John Kirkham
3f78a3edb4
Dockerfile: Use the Ubuntu 14.04 image with the locale fix.
...
CircleCI's LXC AppArmor configuration stops us from trying to change the
locale. So, we create a base image where the locale is already changed
to en_US.UTF-8. This image is part of the docker-stacks now. As
DockerHub has no such constraints we have an automated build creating
that image so we can easily pull it into here. The base image remains
Ubuntu:14.04 and the configuration is really no different except for
moving this change into the base image.
2016-01-28 21:31:18 -05:00
Thomas Kluyver
011c5b4e18
Merge pull request #1021 from minrk/no-pre
...
don't install prereleases on Travis
2016-01-28 20:37:51 +00:00
Jason Grout
807f4501a2
Merge pull request #1020 from minrk/ssl-only-when-used
...
only import ssl if it's used
2016-01-28 15:29:22 -05:00
Min RK
1f9feec428
don't install prereleases on Travis
2016-01-28 19:18:01 +01:00
Min RK
e95e00db9a
only import ssl if it's used
...
SSL stdlib module may be unavailable in rare cases.
2016-01-28 19:16:30 +01:00
Thomas Kluyver
73520656a7
Merge pull request #1011 from minrk/workaround-ff-beforeunload
...
Workaround Firefox bug showing beforeunload twice
2016-01-27 21:55:08 +00:00
Matthias Bussonnier
3753bf7f2e
Add debug statement for debug.
...
It might help to determine why require is sometime not a function.
2016-01-27 13:22:26 -08:00
Matthias Bussonnier
e76027af9e
Add require
to list of modules to try fixing kernel.js loading.
...
This would likely fix some failures ithat happend with `kernel.js` with
the following on the js console:
> Uncaught (in promise) TypeError: require is not a function
At
> KernelSelector._spec_changed
2016-01-27 13:19:50 -08:00
John Kirkham
ee8e3e4ae3
Dockerfile: Remove commit based iPython install.
2016-01-27 13:45:33 -05:00
Thomas Kluyver
85b49fcb90
Ensure that conda 1.3 is installed
2016-01-27 18:03:11 +00:00
Thomas Kluyver
0c39bf2848
Remove requirements.txt file for docs
2016-01-27 17:08:31 +00:00
Thomas Kluyver
73a9d04c78
Install the notebook package itself in the env for building docs
2016-01-27 17:08:13 +00:00
Thomas Kluyver
3163d46d2d
Use conda on Readthedocs
2016-01-27 17:06:40 +00:00
Thomas Kluyver
22a6e72c0c
Merge pull request #998 from minrk/hidden-x-access
...
use x-access for directory listing test in is_hidden
2016-01-27 15:29:15 +00:00
Min RK
23b9e0ec81
Workaround Firefox bug showing beforeunload twice
2016-01-27 16:25:51 +01:00
Min RK
435496d290
also check R_OK for hidden directories
2016-01-27 16:05:34 +01:00
Min RK
716708e207
use stat on Windows
...
access seems to always return True there
2016-01-27 15:31:19 +01:00
Matthias Bussonnier
3f921ff4d9
Simplify how to pass noprogress
2016-01-26 15:10:37 -08:00
Matthias Bussonnier
8339f40ca2
Apparenlty deactivating progress bar on npm make install much faster...
...
https://twitter.com/gavinjoyce/status/691773956144119808
https://news.ycombinator.com/item?id=10974929
2016-01-26 14:59:58 -08:00
Min RK
a67315d500
use x-access for directory listing test in is_hidden
...
listdir can be slow
2016-01-26 19:44:30 +01:00
Jonathan Frederic
03b4e32ecb
Merge pull request #992 from minrk/open-dirty
...
use _.isEqual to check for metadata changes
2016-01-25 12:56:09 -08:00
Min RK
36ab08523f
use _.isEqual to check for metadata changes
...
JSON.stringifiy is unreliable because it is key-order sensitive
2016-01-25 10:51:10 +01:00
Min RK
55ce5083c8
return promises
2016-01-25 10:48:22 +01:00
Min RK
5eec6a5951
fix multi-cell undelete ordering
...
and test multi-cell undelete at both the top and bottom of the notebook
2016-01-22 11:44:10 +01:00
Min RK
f0cb481cb2
add select_cells test utility
...
selects [included,excluded) semi-open range, like Python conventions.
2016-01-22 11:42:45 +01:00
Min RK
22761eeb15
save before copy if notebook is dirty
...
in copy_notebook, rather than relying on async: false in event handlers,
which is ignored.
2016-01-22 11:04:34 +01:00
Jason Grout
fc8d0dcb06
Merge pull request #979 from minrk/swagger-doc
...
update swagger API doc from jupyter-js-services
2016-01-21 14:02:38 -05:00
Min RK
bc104a2c49
Merge pull request #976 from minrk/dockerfile-tests
...
Run notebook tests instead of IPython tests in Dockerfile
2016-01-21 17:30:34 +01:00
Jonathan Frederic
cc6aaf89d4
Merge pull request #5 from minrk/limiter
...
use session.deserialize to unpack message for rate limiting
2016-01-21 08:22:16 -08:00
Min RK
732fc9cc18
Checkpoint restored typo
2016-01-21 17:15:08 +01:00
Min RK
5830a3aa99
Merge pull request #925 from Carreau/deprecated-is-deprecated
...
Be more explicit about deprecation.
2016-01-21 17:07:28 +01:00
Min RK
0e6b1782e5
don't remove requests
...
it's a pointless waste
2016-01-21 17:03:38 +01:00
Min RK
001b3b7936
install widgets
2016-01-21 16:34:09 +01:00
Min RK
4257cc9305
run notebook tests instead of IPython tests
2016-01-21 16:34:08 +01:00
Min RK
84768ed057
Merge pull request #589 from jakirkham/docker_purge_unneed_files
...
Docker purge unneeded files
2016-01-21 16:32:44 +01:00