Josh Barnes
282b5d43d8
Add changelog to manifest
2017-09-03 21:55:24 +00:00
Josh Barnes
3b10d1c43e
Update changelog for new release
2017-09-03 21:44:26 +00:00
Josh Barnes
3e5effbf50
Merge tag '0.3.0' into release
...
0.3.0
2017-09-03 09:01:58 +00:00
Josh Barnes
88dc679b39
Merge pull request #1073 from jcb91/conda
...
Use newer conda version for recipe build test
2017-09-02 22:06:33 +01:00
Josh Barnes
d5ec02c2e6
Use newer conda version for recipe build test
...
Now that the latest version doesn't have the previously-encountered bug
2017-08-31 23:33:43 +01:00
Josh Barnes
646fa6eb82
Merge pull request #1054 from gabyx/codefoldPreprocImprovements
...
Codefold preprocessor improvements
2017-08-31 12:05:54 +01:00
Josh Barnes
174ed82914
Merge pull request #1069 from jcb91/bugfix
...
Bugfixes
2017-08-31 12:04:24 +01:00
Josh Barnes
18375762ad
Merge pull request #1072 from jcb91/lint
...
[codefolding] fix linting in preprocessor
2017-08-31 12:03:48 +01:00
Josh Barnes
d4d56a5f7e
Require newer jupyter_contrib_core and jupyter_nbextensions_configurator
...
Since the imports have changed for notebook 5.x, and otherwise the
deprecated config key server_extensions gets set, instead of the
currently-used nbserver_extensions
2017-08-31 10:21:43 +01:00
Josh Barnes
4900c5ce9a
[codefolding] fix linting in preprocessor
2017-08-31 10:07:16 +01:00
Josh Barnes
435d29fea3
bugfix in install kwarg conflict check
...
:O
2017-08-31 02:27:25 +01:00
Josh Barnes
fff6550e1f
Merge pull request #1059 from jcb91/lint
...
[lint] fix linting errors, disallow linting failure on Travis
2017-08-30 19:15:01 +01:00
Josh Barnes
7654a48712
Merge pull request #1061 from jcb91/config
...
[various] use Jupyter.notebook.config instance, where appropriate
2017-08-26 11:03:58 +01:00
Juergen Hasch
459d28bd38
Merge pull request #1063 from juhasch/doc/dragdrop
...
Add note about native drag&drop support
2017-08-25 20:37:28 +02:00
Josh Barnes
2d395d3a40
Merge pull request #1066 from jfbercher/master
...
[toc2] tentative fix for #1065 -- update jqueryui cdn and version
2017-08-25 12:28:51 +01:00
Jean-François Bercher
0421874e67
[toc2] tentative fix for #1065 -- update jqueryui cdn and version
2017-08-25 10:55:22 +02:00
Jürgen Hasch
477bca653c
Add note about native drag&drop support
2017-08-24 09:22:24 +02:00
Gabriel Nuetzi
05bc42bb16
review corrections 2
2017-08-23 20:45:55 +02:00
Gabriel Nuetzi
2526cf19d1
review corrections
2017-08-23 20:41:57 +02:00
Josh Barnes
897652a5e0
release 0.3.0
0.3.0
2017-08-23 18:30:41 +01:00
Josh Barnes
74c9be64a2
[docs] move changes to dedicated CHANGELOG.md
2017-08-23 18:28:28 +01:00
Josh Barnes
9c31bf3e16
Merge pull request #1060 from jcb91/collapsible_headings
...
[collapsible_headings] bugfix for exporter
2017-08-23 16:51:55 +01:00
Josh Barnes
2b747bcaf4
[various] use Jupyter.notebook.config instance, where appropriate
...
to avoid reloading (from server!) the same config file for each nbextension.
In most cases this also means we don't need to require the 'services/config' module any longer.
2017-08-23 16:45:27 +01:00
Josh Barnes
f9f45e04af
Merge pull request #1058 from juhasch/fix/cf_preprocessor
...
Fix codefolding preprocessor configuration
2017-08-23 16:32:36 +01:00
Josh Barnes
4c4e4c6cd1
Merge pull request #1032 from jcb91/tttoc
...
[toc2] use amd structure to avoid polluting the global namespace
2017-08-23 16:31:46 +01:00
Josh Barnes
5c26d9276c
[collapsible_headings] bugfix for exporter
...
which was still using the old template name
2017-08-23 13:58:45 +01:00
Josh Barnes
36214f2e6f
[lint] don't allow linting failure on Travis
2017-08-23 13:48:12 +01:00
Josh Barnes
e86b53d8f9
[lint] fix import sorting errors
2017-08-23 13:47:24 +01:00
Josh Barnes
5a8bea9c1e
[lint] quiet warnings aboutextra newlines in imports
2017-08-23 13:46:48 +01:00
Josh Barnes
5ebddd1cba
[lint] fix overlong line
2017-08-23 13:46:21 +01:00
Josh Barnes
3b74c4522b
Merge pull request #1053 from brenns10/master
...
Add sound, sticky options to notify plugin
2017-08-23 13:10:38 +01:00
Stephen Brennan
42c28ac828
Update notify documentation.
2017-08-22 22:43:09 -07:00
Stephen Brennan
cde7bd6afc
Implement notification sounds using HTMLAudioElement
2017-08-22 22:40:03 -07:00
Josh Barnes
3a497b07a7
Merge pull request #1055 from jfbercher/update_yaml
...
Update yaml files for 5.x compatible nbextensions
2017-08-23 04:43:31 +01:00
Josh Barnes
2eb8186985
[toc2] simplify config loading
2017-08-23 04:29:10 +01:00
Josh Barnes
a631fa31de
[toc2] add extra check for cfg.cell_toc
...
to cater for malformed exported notebooks
2017-08-23 02:10:36 +01:00
Josh Barnes
7e2baf745a
[toc2] add backwards-compatibility for html exported with old versions of toc2
...
this is accomplished by defining a window.table_of_contents function
synchronously in the first pass of the file, so that it can be called by
subsequent scripts in a page.
2017-08-23 02:10:36 +01:00
Josh Barnes
fe69131b63
[toc2] move addSaveAsWithToc definition into main.js
...
since it's only used there anyway
2017-08-23 02:10:36 +01:00
Josh Barnes
37e1099fb9
[toc2] use amd structure to avoid polluting the global namespace
...
We use a synchronous method for detecting the live notebook,
otherwise we run into various timing issues
2017-08-23 02:09:59 +01:00
Stephen Brennan
3a10efaa3c
Renaming and url fixes within notify extension.
2017-08-22 15:13:48 -07:00
Stephen Brennan
13f88a0f66
Add support for sound in notify plugin.
2017-08-22 12:08:37 -07:00
Stephen Brennan
4b37d26662
Use IPython config object rather than loading our own.
2017-08-22 11:49:37 -07:00
Jürgen Hasch
fe90a66487
Remove redundant check
2017-08-22 18:27:20 +02:00
Jürgen Hasch
80ed43d165
Skip preprocessor if not enabled
2017-08-22 11:07:26 +02:00
Jürgen Hasch
5a949150d2
Update test with new config option
2017-08-22 10:34:25 +02:00
Jürgen Hasch
7a667e4382
Fix codefolding preprocessor configuration
2017-08-22 09:46:38 +02:00
Juergen Hasch
c200197472
Merge pull request #1050 from jcb91/codefolding
...
[codefolding] fix restoration of nested folds
2017-08-22 09:44:39 +02:00
Gabriel Nuetzi
d2a19d0708
typo2
2017-08-21 23:30:44 +02:00
Jean-François Bercher
2df0d643d9
Update yaml files for skill and splitcell
2017-08-21 14:54:38 +02:00
Jean-François Bercher
3a9aa65df4
Update yaml files for 5.x compatible nbextensions (2)
2017-08-20 23:30:46 +02:00