Josh Barnes
|
bc899af004
|
[js_highlight.py] Specify except clause with ImportError
|
2017-10-24 00:08:00 +01:00 |
|
Josh Barnes
|
a359fdaa19
|
move js_hightlight into nbconvert_support
|
2017-10-24 00:02:12 +01:00 |
|
Josh Barnes
|
f105d1db7a
|
release 0.3.3
0.3.3
|
2017-10-19 15:15:28 +01:00 |
|
Josh Barnes
|
db25dcc77d
|
Merge pull request #1128 from jcb91/bugfix
[various] bugfix toolbar buttons with id
|
2017-10-18 19:11:36 +01:00 |
|
Josh Barnes
|
f783aae3af
|
[various] bugfix toolabr buttons with id
the ability to specify an action and an id was only added in notebook 5.2.0
(in https://github.com/jupyter/notebook/commit/af244a63b82c03d01783d29d0f821d1dcade8709)
so any release before that fails to create buttons using the {id: 'btn-id', action: }
syntax
|
2017-10-18 16:43:56 +01:00 |
|
Josh Barnes
|
58bcf8caa4
|
release 0.3.2
0.3.2
|
2017-10-13 20:53:26 +01:00 |
|
Josh Barnes
|
869d2ee0ca
|
update CHANGELOG.md
|
2017-10-13 20:53:17 +01:00 |
|
Josh Barnes
|
44bb24a30f
|
Merge pull request #1123 from jcb91/Sukneet-master
[various] ensure actions have names and prefixes, and buttons keep correct ids
|
2017-10-13 19:25:08 +01:00 |
|
Josh Barnes
|
8cc9d795d0
|
[various] ensure actions have names and prefixes, and buttons keep correct ids
|
2017-10-13 15:51:25 +01:00 |
|
Josh Barnes
|
7046b76b82
|
Merge pull request #1122 from jcb91/pymd
[python-markdown] avoid js error when marked doesn't wrap things in <p>
|
2017-10-13 15:22:03 +01:00 |
|
Josh Barnes
|
a993df3b45
|
Merge branch 'master' of https://github.com/Sukneet/jupyter_contrib_nbextensions into Sukneet-master
|
2017-10-12 15:21:23 +01:00 |
|
Josh Barnes
|
59b98a47a4
|
Merge pull request #1121 from jcb91/t2_0
[toc2] correct toc tree construction
|
2017-10-12 13:35:42 +01:00 |
|
Josh Barnes
|
08ab4cbd5a
|
Merge pull request #1120 from jcb91/t2_1
[toc2] simplify ToC cell processing
|
2017-10-12 13:34:57 +01:00 |
|
Josh Barnes
|
4a1279bfff
|
[python-markdown] allow whitespace before/after wrapping <p> tags
|
2017-10-12 01:52:38 +01:00 |
|
Josh Barnes
|
d606a9c353
|
[python-markdown] also fix execute-result processing
|
2017-10-12 01:47:31 +01:00 |
|
Josh Barnes
|
aef0a6a7bd
|
[python-markdown] only strip p-tags or quotes from beginning & end
|
2017-10-12 01:34:55 +01:00 |
|
Josh Barnes
|
172ecd1005
|
[python-markdown] avoid js error when marked doesn't wrap things in <p>
|
2017-10-12 01:27:10 +01:00 |
|
Josh Barnes
|
4fa87f06d3
|
[toc2] bugfix for toc cell metadata checking
since
true != "true"
(d'oh!)
|
2017-10-10 12:36:01 +01:00 |
|
Josh Barnes
|
abfc773e42
|
[toc2] correct toc tree construction
previously, ul could end up inside another ul without intervening li. It's also now slightly clearer what's going on
|
2017-10-06 12:40:25 +01:00 |
|
Josh Barnes
|
f7059e0707
|
[toc2] simplify ToC cell processing
moving it all into the process_cell_toc function, avoiding unecessary global
variables, and allowing update of toc cell in non-live notebooks
|
2017-10-06 12:10:06 +01:00 |
|
Josh Barnes
|
2091dc815c
|
Merge pull request #1117 from jcb91/tests
[tests] test yaml files using jupyter_nbextensions_configurator
|
2017-10-06 12:01:22 +01:00 |
|
Josh Barnes
|
dc1d18061d
|
Merge pull request #1118 from jcb91/cop
[code_prettify] merge upstream changes
|
2017-10-06 12:01:05 +01:00 |
|
Josh Barnes
|
2eee95c6a5
|
[doc] update changelog for #1118
[skip CI]
|
2017-10-06 03:29:22 +01:00 |
|
Josh Barnes
|
8ca082c0d0
|
[doc] update README changelog for #1117
[skip CI]
|
2017-10-06 03:26:48 +01:00 |
|
Josh Barnes
|
fae2f68e64
|
[code_prettify] Merge upstream changes to code_prettify, autopep8 & 2to3
|
2017-10-06 03:20:19 +01:00 |
|
Jean-François Bercher
|
de4b8aea2a
|
Merge pull request #9 from jcb91/config
use textarea input type for easier editing in configurator
|
2017-10-05 16:10:40 +02:00 |
|
Josh Barnes
|
2dc13a52bc
|
[tests] test yaml files using jupyter_nbextensions_configurator
to avoid typos which may prevent nbextensions getting installed
|
2017-10-05 13:40:29 +01:00 |
|
Josh Barnes
|
8f00fb139f
|
use textarea input type for easier editing in configurator
|
2017-10-05 13:17:55 +01:00 |
|
Josh Barnes
|
375a9be7b1
|
Merge pull request #1052 from gabyx/master
Changed regex parsing in embedhtml.py to XML parsing with lxml, regex…
|
2017-10-05 11:52:22 +01:00 |
|
Josh Barnes
|
527a3e4643
|
Merge pull request #1110 from jcb91/t2
[toc2] constrain draggable toc to the body
|
2017-10-04 19:25:39 +01:00 |
|
Josh Barnes
|
7e656aa90b
|
Merge pull request #539 from janschulz/remove_search_replace
Remove search replace
|
2017-10-04 18:44:37 +01:00 |
|
Josh Barnes
|
51b2878ea3
|
Merge pull request #1108 from juhasch/remove_deprecated
Remove deprecated extensions [skip ci]
|
2017-10-04 18:38:08 +01:00 |
|
Josh Barnes
|
611f839c09
|
Merge pull request #1112 from jcb91/t2_3
[toc2] use require to get events
|
2017-10-04 18:35:31 +01:00 |
|
Josh Barnes
|
70558efd38
|
Merge pull request #1111 from jcb91/t2_2
[toc2] remove unused variables & commented code
|
2017-10-04 18:34:44 +01:00 |
|
Josh Barnes
|
e79c955def
|
Merge pull request #1109 from jcb91/ch
[collapsible_headings] update *all* headings on markdown rendering
|
2017-10-04 18:33:29 +01:00 |
|
Josh Barnes
|
33772a567d
|
Merge pull request #1116 from jcb91/ruler
[ruler] css patch for notebook > 4.2.3
|
2017-10-04 18:32:44 +01:00 |
|
Josh Barnes
|
09402cf46f
|
Merge pull request #1091 from fkjogu/master
Fix wrong width when cfg.widenNotebook is disabled
|
2017-10-04 10:49:12 +01:00 |
|
Josh Barnes
|
de1ad62023
|
[ruler] css patch for notebook > 4.2.3
see https://github.com/jupyter/notebook/issues/2869 for details
|
2017-09-30 02:42:11 +01:00 |
|
Josh Barnes
|
dae7c567b2
|
[toc2] remove unused toc.tpl
|
2017-09-28 01:14:57 +01:00 |
|
Josh Barnes
|
a351f419e9
|
[toc2] remove more unused code
including redundant ol-based css rules & ids toc-level0 and navigate_menu-level0
|
2017-09-28 00:39:02 +01:00 |
|
Gabriel Nuetzi
|
27e58f8fb2
|
bugfix
|
2017-09-26 21:17:50 +02:00 |
|
Josh Barnes
|
5c5c26476c
|
[toc2] remve more commented code
|
2017-09-25 23:38:47 +01:00 |
|
Josh Barnes
|
0b6f071085
|
[toc2] use require to get events
|
2017-09-25 23:31:45 +01:00 |
|
Josh Barnes
|
452bf18b3c
|
[toc2] remove unused variables & commented code
|
2017-09-25 23:27:17 +01:00 |
|
Josh Barnes
|
d389d80062
|
[toc2] constrain draggable toc to the body
so that it doesn't end up out of view
|
2017-09-25 23:26:32 +01:00 |
|
Josh Barnes
|
9f9a68cbc3
|
[collapsible_headings] update *all* headings on markdown rendering
fixes #1082
|
2017-09-25 19:30:02 +01:00 |
|
Juergen Hasch
|
862c6b3113
|
Merge pull request #946 from juhasch/fetaure/runtools
Use a scheduling list for running marked cells
|
2017-09-24 22:58:15 +02:00 |
|
Jürgen Hasch
|
61200c430b
|
Remove deprecated extensions [skip ci]
|
2017-09-24 21:36:04 +02:00 |
|
Gabriel Nuetzi
|
bb4040e68b
|
make isort happy
|
2017-09-24 15:26:52 +02:00 |
|
Gabriel Nuetzi
|
6fb863f6fa
|
make lint happy
|
2017-09-24 00:07:26 +02:00 |
|