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
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
Thomas Kluyver
3163d46d2d
Use conda on Readthedocs
10 years ago
Thomas Kluyver
22a6e72c0c
Merge pull request #998 from minrk/hidden-x-access
...
use x-access for directory listing test in is_hidden
10 years ago
Min RK
23b9e0ec81
Workaround Firefox bug showing beforeunload twice
10 years ago
Min RK
435496d290
also check R_OK for hidden directories
10 years ago
Min RK
716708e207
use stat on Windows
...
access seems to always return True there
10 years ago
Matthias Bussonnier
3f921ff4d9
Simplify how to pass noprogress
10 years ago
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
10 years ago
Min RK
a67315d500
use x-access for directory listing test in is_hidden
...
listdir can be slow
10 years ago
Jonathan Frederic
03b4e32ecb
Merge pull request #992 from minrk/open-dirty
...
use _.isEqual to check for metadata changes
10 years ago
Min RK
36ab08523f
use _.isEqual to check for metadata changes
...
JSON.stringifiy is unreliable because it is key-order sensitive
10 years ago
Jason Grout
fc8d0dcb06
Merge pull request #979 from minrk/swagger-doc
...
update swagger API doc from jupyter-js-services
10 years ago
Min RK
bc104a2c49
Merge pull request #976 from minrk/dockerfile-tests
...
Run notebook tests instead of IPython tests in Dockerfile
10 years ago
Min RK
732fc9cc18
Checkpoint restored typo
10 years ago
Min RK
5830a3aa99
Merge pull request #925 from Carreau/deprecated-is-deprecated
...
Be more explicit about deprecation.
10 years ago
Min RK
0e6b1782e5
don't remove requests
...
it's a pointless waste
10 years ago
Min RK
001b3b7936
install widgets
10 years ago
Min RK
4257cc9305
run notebook tests instead of IPython tests
10 years ago
Min RK
84768ed057
Merge pull request #589 from jakirkham/docker_purge_unneed_files
...
Docker purge unneeded files
10 years ago
Min RK
ba65ca5030
fix swagger validation errors
10 years ago
Min RK
1a7d23479b
update swagger doc from jupyter-js-services
10 years ago
Jason Grout
4671134fdf
Initial work-in-progress for contents api swagger docs
10 years ago
Matthias Bussonnier
7e4f72ed6c
Merge pull request #974 from willingc/doc-newnb
...
Add gif to docs for notebook creation
10 years ago
Carol Willing
4440077584
Add gif to docs for notebook creation
10 years ago
Min RK
c000d0ac84
Merge pull request #966 from takluyver/i965
...
Allow HEAD requests for /files/ URLs
10 years ago
Thomas Kluyver
1941d0b234
Allow HEAD requests for /files/ URLs
...
Closes gh-965
10 years ago
Min RK
301cbc6374
Merge pull request #960 from Carreau/ignjs
...
Acknowledge `ignotre_minified_js` on auth, and tab-> space
10 years ago
Matthias Bussonnier
a8f6265d07
Merge pull request #943 from captainsafia/add-timestamp-to-file
...
Add sort by last modified date and name to file tree
10 years ago
Matthias Bussonnier
a1bc8f4275
Merge pull request #958 from vbraun/help_links_to_url
...
Use require.toUrl for help_links
10 years ago