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
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
Min RK
ba65ca5030
fix swagger validation errors
2016-01-21 15:07:42 +01:00
Min RK
1a7d23479b
update swagger doc from jupyter-js-services
2016-01-21 13:33:35 +01:00
Jason Grout
4671134fdf
Initial work-in-progress for contents api swagger docs
2016-01-21 13:32:23 +01:00
Matthias Bussonnier
7e4f72ed6c
Merge pull request #974 from willingc/doc-newnb
...
Add gif to docs for notebook creation
2016-01-19 12:39:38 -08:00
Carol Willing
4440077584
Add gif to docs for notebook creation
2016-01-19 09:05:30 -08:00
Min RK
89b75c21e2
multiple-undo for cell deletion
...
use a stack for undelete_backup instead of a singleton
avoids data loss on multiple undelete
2016-01-18 15:49:48 +01:00
Min RK
c000d0ac84
Merge pull request #966 from takluyver/i965
...
Allow HEAD requests for /files/ URLs
2016-01-18 14:29:25 +01:00
Thomas Kluyver
1941d0b234
Allow HEAD requests for /files/ URLs
...
Closes gh-965
2016-01-18 12:34:24 +00:00
Min RK
301cbc6374
Merge pull request #960 from Carreau/ignjs
...
Acknowledge `ignotre_minified_js` on auth, and tab-> space
2016-01-16 21:13:05 +01:00
Matthias Bussonnier
a8f6265d07
Merge pull request #943 from captainsafia/add-timestamp-to-file
...
Add sort by last modified date and name to file tree
2016-01-16 10:30:35 -08:00
Matthias Bussonnier
a1bc8f4275
Merge pull request #958 from vbraun/help_links_to_url
...
Use require.toUrl for help_links
2016-01-15 15:32:45 -08:00
Matthias Bussonnier
34d67327ae
Acknowledge ignotre_minified_js
on auth, and tab-> space
2016-01-15 09:09:20 -08:00
Safia Abdalla
309b15bda8
Added button arrow reset on refresh
2016-01-15 10:24:35 -06:00
Safia Abdalla
b1d96cad52
Updated class switch command
2016-01-14 21:29:57 -06:00
Safia Abdalla
0fbe6abedd
Clean up style update on button click code
2016-01-14 21:17:05 -06:00
Safia Abdalla
e6db03ceac
Refactor out button click logic
2016-01-14 21:12:47 -06:00
Safia Abdalla
9494ca1a9c
Update buttons in template
2016-01-14 21:12:28 -06:00
Volker Braun
08cbe7f770
Use require.toUrl for help_links
...
The kernel doesn't know about the base_url of the notebook, so he
cannot generate local urls. This is important if you want to serve
documentation locally, for example see
http://trac.sagemath.org/ticket/19885
Require.toUrl rewrites non-relative paths according to the path
configuration. For example, a help_link defined like
{
'text': 'Sage Documentation',
'url': 'kernelspecs/foo/bar.html',
},
is then correctly transformed to /base_url/kernelspecs/foo/bar.html
2016-01-15 01:37:11 +01:00
Min RK
a3e074c3a7
Merge pull request #935 from Carreau/logwarn1
...
Remove deprecated usage of `log.warn` prefer `log.warning`.
2016-01-14 10:18:31 +01:00
Safia Abdalla
c914d9232c
Added functionality for sort on name
2016-01-13 19:46:33 -06:00
Safia Abdalla
04a456516c
Added button for sort by name
2016-01-13 19:46:16 -06:00
Matthias Bussonnier
7707bedd85
Merge pull request #952 from Carreau/5x
...
Bump version to 5.0.0.dev
2016-01-13 16:42:20 -08:00
Matthias Bussonnier
8d091a26b6
Bump version to 5.0.0.dev
2016-01-13 12:55:30 -08:00
Min RK
f81113c5a8
Merge pull request #950 from vbraun/use_default_url
...
Use default_url instead of hardcoding /tree for initial url
2016-01-13 10:30:41 +01:00
Safia Abdalla
c3d6bfbf1a
Updated styling on last modified element
2016-01-12 20:23:54 -06:00