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 |
|
Gabriel Nuetzi
|
3279e77a80
|
rewrote tests, -> check_html with functor
|
2017-09-24 00:05:20 +02:00 |
|
Jürgen Hasch
|
677e90229c
|
test appveyor ..., python3 works, whats wrong with 2.7?
|
2017-09-23 21:46:14 +02:00 |
|
Gabriel Nuetzi
|
ac62cab0b7
|
remove returns stdout/stderr
|
2017-09-23 19:23:05 +02:00 |
|
Gabriel Nuetzi
|
3a04bc6c9f
|
remove print in tests
|
2017-09-23 19:21:40 +02:00 |
|
Gabriel Nuetzi
|
156967a6ec
|
dont loose HTML DOCTYPE, and unicode lxml export
|
2017-09-23 19:12:11 +02:00 |
|
Jürgen Hasch
|
545286864f
|
cherry-pick: Calculate filesize without CR in test
|
2017-09-23 19:07:59 +02:00 |
|
Juergen Hasch
|
90a15a4359
|
Merge pull request #1104 from juhasch/doc/deprecatedd
Doc: Deprecate drag&drop extension [skip ci]
|
2017-09-22 19:28:37 +02:00 |
|
Fabian Kössel
|
aaaf81b96b
|
Add to CHANGELOG
|
2017-09-22 13:59:12 +02:00 |
|
Juergen Hasch
|
e9686fafc7
|
Doc: Deprecate drag&drop extension [skip ci]
|
2017-09-21 19:04:12 +02:00 |
|
Sukneet
|
b7aa1bd816
|
update add_buttons_group to use action instead of button
|
2017-09-20 22:08:14 -06:00 |
|
juhasch
|
a64ff0d8b2
|
Add images for docs [skip ci]
|
2017-09-20 17:46:02 +02:00 |
|
juhasch
|
10dbf482f8
|
Update documentation [skip ci]
|
2017-09-20 16:59:05 +02:00 |
|
juhasch
|
d55e52db04
|
inished_execute.CodeCell event only works in nb 5.x [skip ci]
|
2017-09-20 16:04:33 +02:00 |
|
juhasch
|
689aceb57c
|
Update color definitions and gutter width [skip ci]
|
2017-09-20 15:57:58 +02:00 |
|
juhasch
|
9db87643a4
|
Merge remote-tracking branch 'origin/fetaure/runtools' into fetaure/runtools
|
2017-09-20 15:38:49 +02:00 |
|
juhasch
|
d6acbbe7cd
|
Use Jupyter.actions API
|
2017-09-20 15:10:32 +02:00 |
|
Josh Barnes
|
072fe10697
|
Merge pull request #1100 from juhasch/docs/skipcheck
Add note about --skip-running-check flag
[ci skip]
|
2017-09-20 09:44:30 +01:00 |
|
Sukneet
|
1547b3e9a5
|
[freeze] update add_buttons_group to use action instead of button
|
2017-09-19 16:19:36 -06:00 |
|
Gabriel Nuetzi
|
d83f47160f
|
Merge branch 'master' of https://github.com/gabyx/jupyter_contrib_nbextensions
|
2017-09-19 19:50:57 +02:00 |
|
Gabriel Nuetzi
|
b467259291
|
Better code logic
|
2017-09-19 19:49:56 +02:00 |
|
Juergen Hasch
|
493f3e6e54
|
Merge pull request #1101 from juhasch/fix/dragdrop
Don't specify lexer [ci skip]
|
2017-09-19 19:34:50 +03:00 |
|
juhasch
|
36b6aea22a
|
Don't specify lexxer [ci skip]
|
2017-09-19 18:32:42 +02:00 |
|
juhasch
|
002e0f660a
|
Add note about --skip-running-check flag
|
2017-09-19 18:25:38 +02:00 |
|
Gabriel Nützi
|
005d450a7f
|
Merge pull request #3 from jcb91/lxml
force pip to install lxml from binary instead of source on appveyor
|
2017-09-19 13:28:34 +02:00 |
|
Fabian Kössel
|
d941a6c071
|
Never widen notebook, if cfg.widenNotebook is unchecked
Inserts dynamically some margin if the TOC sidebar needs more space
also when not widened.
|
2017-09-19 13:10:04 +02:00 |
|
Josh Barnes
|
d248502ae5
|
force pip to install lxml from binary instead of source on appveyor
[skip travis]
|
2017-09-19 01:30:30 +01:00 |
|
Jean-François Bercher
|
a8aae45233
|
Merge pull request #1095 from fkjogu/beautify
Beautify toc2.js using js-beautify
|
2017-09-18 22:59:13 +02:00 |
|
Gabriel Nuetzi
|
7ded79f0b1
|
make lint happy
|
2017-09-18 22:50:19 +02:00 |
|
Juergen Hasch
|
f04ab9e11e
|
Merge branch 'master' into fetaure/runtools
|
2017-09-18 23:46:22 +03:00 |
|
juhasch
|
8eb3b4d8c2
|
Fix version compatibility in yaml file
|
2017-09-18 22:38:53 +02:00 |
|
juhasch
|
fead959704
|
Cleanup
|
2017-09-18 22:07:36 +02:00 |
|
Gabriel Nuetzi
|
0adb6a200f
|
Review Changes: lint, isort, conda and pre_embedhtml.py removed
|
2017-09-18 22:04:09 +02:00 |
|
Josh Barnes
|
9b79e71275
|
Merge pull request #1097 from juhasch/lint
Make Travis happy again
|
2017-09-18 20:31:45 +01:00 |
|
juhasch
|
1d0d69fc20
|
Make isort happy
|
2017-09-17 09:16:50 +02:00 |
|
Fabian Kössel
|
52df03acb8
|
Beautify toc2.js using js-beautify
|
2017-09-14 11:10:12 +02:00 |
|
Jean-François Bercher
|
53e3addfe8
|
Merge pull request #1089 from jcb91/bugfix
[scratchpad] fix typo in yaml
|
2017-09-12 22:08:38 +02:00 |
|
Jean-François Bercher
|
fef2697cae
|
Merge pull request #1068 from jfbercher/toc2scroll
[toc2] Scrolling: add a mark to currently displayed section in TOC window (including @jcb91 toc2 amd module)
|
2017-09-12 22:06:20 +02:00 |
|
Josh Barnes
|
b5f1a58daa
|
[scratchpad] fix typo in yaml
|
2017-09-12 16:41:49 +01:00 |
|
Josh Barnes
|
5f97333c73
|
Merge pull request #1062 from soamaven/zenheadmenu
[zenmode] Optional Header and Menubar
|
2017-09-10 15:53:47 +01:00 |
|
Josh Barnes
|
1732c234b6
|
Merge pull request #1084 from jcb91/toc2
[toc2] relative links in "toc2 cell"
|
2017-09-10 13:49:32 +01:00 |
|
Josh Barnes
|
ebac734c51
|
[toc2] update changelog
[skip CI]
|
2017-09-10 11:38:00 +00:00 |
|
Jean-François Bercher
|
ecf4f3db96
|
[toc2] relative links in "toc2 cell"
fix for #1083. Revert full url in links to relative to the current page.
|
2017-09-09 11:42:28 +02:00 |
|
Josh Barnes
|
98abd76ca9
|
Merge pull request #1081 from yarikoptic/patch-1
minor typo: currently -> current
|
2017-09-07 16:26:08 +01:00 |
|