Min RK
20418160ef
Merge pull request #1050 from takluyver/tests-hang
...
Ensure user site packages is on PYTHONPATH for notebook test server
10 years ago
Matthias Bussonnier
4c50d6acaa
Merge pull request #1051 from takluyver/travis-nosetests-v
...
Run nosetests with verbose flag on Travis
10 years ago
Thomas Kluyver
e78f747314
Run tests in verbose mode in Dockerfile
10 years ago
Thomas Kluyver
0c099ee9cc
Run nosetests with verbose flag on Travis
...
Hopefully stops tests from hanging after completion - seems to work on
Jenkins.
10 years ago
Thomas Kluyver
15581d9567
Ensure user site packages is on PYTHONPATH for notebook test server
10 years ago
Min RK
a7fc604365
Merge pull request #1039 from willingc/devinstall
...
Organize contributor/developer documentation sections
10 years ago
Matthias Bussonnier
eeaaafc751
Merge pull request #1032 from minrk/mathjax-2.6
...
bump MathJax to 2.6
10 years ago
Matthias Bussonnier
0d1f981b71
Merge pull request #1036 from minrk/disable-mathjax-renderer-menu
...
disable MathJax renderer selection menu
10 years ago
Matthias Bussonnier
16426a6ca1
Merge pull request #1046 from willingc/doc-png
...
Fix image urls
10 years ago
Min RK
7643a2ffdb
Merge pull request #941 from NHDaly/MoveButton
...
Adds a Move button to the notebooklist interface next to Rename.
10 years ago
Carol Willing
7d04e76e05
Fix image urls
10 years ago
Nathan Daly
ecbeb59f18
adds TODO regarding the fancier UI
10 years ago
Nathan Daly
ac9b107e2b
changed initial input focus behavior
10 years ago
Nathan Daly
ec47775d50
Removed code unnecessary for Move to select the file name up to a period.
...
The Move button expects a file path, which shouldn't include a file
extension suffix.
10 years ago
Nathan Daly
a05b947f8d
Switched "Move Items" Cancel/Okay button orders + variable clean-up.
...
Part of addressing Issue #941 .
10 years ago
Nathan Daly
4a9e31ed30
Adds a Move button to the notebooklist interface next to Rename.
...
With this button, you can now move files or directories to any path in
the notebook, including creating new directories (like 'mv -p'). To move
a file, you specify the new destination directory's path.
This achieves the same effect as renaming a file with a new relative
path, but is more clear to users unfamiliar with unix commands --
especially with regard to moving to a parent directory.
Can only move one file at a time currently.
10 years ago
Jonathan Frederic
df964650fd
Merge pull request #1022 from jdfreder/smallsplit
...
Update the notebook widget hack to reference the new jupyter-js-widgets-nbextension package
10 years ago
Jonathan Frederic
e19b9b2703
Update dockerfile
10 years ago
Jonathan Frederic
2ab768b71b
Update to point to widgetsnbextension
10 years ago
Jonathan Frederic
9a3cb11c4e
Better error message
10 years ago
Jonathan Frederic
ee7dd22ebe
Fallback to ipywidgets
10 years ago
Jonathan Frederic
e7bc3fcda6
Update the notebook widget hack to reference the new jupyter-js-widgets-nbextension package
10 years ago
Carol Willing
2eb578ecb5
Decrease toc depth and highlight general contribution docs
10 years ago
Carol Willing
d3f6292d0c
Clean up section TOC
10 years ago
Carol Willing
836afb96fa
Add intro doc and update toc
10 years ago
Carol Willing
e8fae5460f
Rename file for consistency
10 years ago
Carol Willing
d101f6e637
Edits to formatting
10 years ago
Carol Willing
7999c738c4
Edit javascript machinery install
10 years ago
Carol Willing
71689275f1
Split dev doc and update index
10 years ago
Carol Willing
384d1760b0
Add dev install code snippet to docs
10 years ago
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.
10 years ago
Min RK
6b61226fb2
bump MathJax to 2.6
10 years ago
Min RK
de09a93555
Merge pull request #1017 from Carreau/requires-require
...
Add `require` to list of modules to try fixing kernel.js loading.
10 years ago
Thomas Kluyver
dc8ddec8b9
Merge pull request #1025 from minrk/conda-rtd
...
don't install on RTD
10 years ago
Min RK
eb5610c77b
don't install on RTD
...
add repo to sys.path instead
10 years ago
Min RK
a548d34ea7
Merge pull request #1014 from takluyver/conda-rtd
...
Use conda on Readthedocs
10 years ago
Min RK
2f67942698
Merge pull request #547 from jakirkham/docker_ci
...
Docker CI
10 years ago
Min RK
4a7fd59392
Merge pull request #1001 from Carreau/npm-progress
...
Apparently deactivating progress bar on npm make install much faster...
10 years ago
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.
10 years ago
Thomas Kluyver
011c5b4e18
Merge pull request #1021 from minrk/no-pre
...
don't install prereleases on Travis
10 years ago
Jason Grout
807f4501a2
Merge pull request #1020 from minrk/ssl-only-when-used
...
only import ssl if it's used
10 years ago
Min RK
1f9feec428
don't install prereleases on Travis
10 years ago
Min RK
e95e00db9a
only import ssl if it's used
...
SSL stdlib module may be unavailable in rare cases.
10 years ago
Thomas Kluyver
73520656a7
Merge pull request #1011 from minrk/workaround-ff-beforeunload
...
Workaround Firefox bug showing beforeunload twice
10 years ago
Matthias Bussonnier
3753bf7f2e
Add debug statement for debug.
...
It might help to determine why require is sometime not a function.
10 years ago
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
10 years ago
John Kirkham
ee8e3e4ae3
Dockerfile: Remove commit based iPython install.
10 years ago
Thomas Kluyver
85b49fcb90
Ensure that conda 1.3 is installed
10 years ago
Thomas Kluyver
0c39bf2848
Remove requirements.txt file for docs
10 years ago
Thomas Kluyver
73a9d04c78
Install the notebook package itself in the env for building docs
10 years ago