Commit Graph
1336 Commits
Author SHA1 Message Date
Josh BarnesandGitHub c8a321d673 Merge pull request #780 from kukanya/master
[ScrollDown] Initial commit
2016-10-23 02:08:27 +01:00
Josh BarnesandGitHub 8e1e58e456 Merge pull request #778 from jcb91/coverage_update
require coverage >= 4.2, since we now use the --append flag
2016-10-23 02:08:11 +01:00
Josh BarnesandGitHub 22e93be8d1 Merge pull request #779 from jcb91/lint
fix linting
2016-10-23 02:07:58 +01:00
Anastasia Kukanova 6e2fc87c09 [ScrollDown] Initial commit 2016-10-22 19:22:33 +03:00
Josh Barnes 02f3877da9 fix linting 2016-10-21 14:22:35 +01:00
Josh BarnesandGitHub c3afb23d0d Merge pull request #774 from jcb91/feature/switchable_install
switchable install
2016-10-21 14:18:01 +01:00
Josh Barnes f5332d5ae9 require coverage >= 4.2, since we now use the --append flag 2016-10-21 03:41:31 +01:00
Josh Barnes ae0fdd0257 update tests & install to support switchabe install
* test must check different directories on install/uninstall
* alter uninstall of config to disable the `contrib_nbextensions_help_item/main` nbextension regardless of whether it's installed or not
2016-10-20 23:41:05 +01:00
Josh Barnes 008aefc574 switchable install
* add cli switches to install only the nbextensions files, or only the config parts
* add tests for switchable installs
2016-10-19 02:38:10 +01:00
Josh BarnesandGitHub 69f0c41f72 Merge pull request #772 from jcb91/windows_testing
don't test symlinks on windows
2016-10-19 01:23:28 +01:00
Josh BarnesandGitHub c095aa4934 Merge pull request #771 from jcb91/coverage_update
unpin coverage, using `--append` flag as required in versions >=4.2
2016-10-19 00:49:59 +01:00
Josh BarnesandGitHub a134300cab Merge pull request #769 from jcb91/install
Use jupyter_nbextensions_configurator's actual install app
2016-10-18 23:14:58 +01:00
Josh Barnes a64875a1b5 unpin coverage, using --append flag as required in versions >=4.2 2016-10-18 22:38:07 +01:00
Josh Barnes a2af25af57 don't test symlinks on windows, which only supports them with admin privileges 2016-10-18 21:51:53 +01:00
Josh Barnes 9bc9ec8242 allow configurator config values to remain on uninstall 2016-10-18 21:45:08 +01:00
Josh Barnes 2410641df8 fix configurator import 2016-10-18 18:43:36 +01:00
Josh BarnesandGitHub e7c0d48512 Merge pull request #768 from lll9p/master
Fix level test code in plugin collapsible_headings
2016-10-18 18:05:21 +01:00
Josh BarnesandGitHub 50b4f59083 Merge pull request #770 from jfbercher/patch-2
Update code_prettify to address #767
2016-10-18 18:01:10 +01:00
jfbercherandGitHub dc12a31961 Update code_prettify to address #767
Removed index parameter in yapf_format function; instead get currently selected cell
2016-10-18 16:03:24 +02:00
Josh Barnes 6c67c8d3bd Use jupyter_nbextensions_configurator's actuall install process
rather than just enabling the serverextension, as that results in tab nbextension not being enabled
2016-10-18 13:18:53 +01:00
Lilin Lao a9c5757c40 Fix level test code in plugin collapsible_headings 2016-10-18 09:51:05 +08:00
Josh BarnesandGitHub ca8801be9e Merge pull request #766 from jcb91/codecov
more aggressive turn-off of codecov statuses
2016-10-17 23:49:59 +01:00
Josh BarnesandGitHub 72e37de0bc Merge pull request #765 from kukanya/master
[Freeze] Extend functionality to markdown cells
2016-10-17 23:49:20 +01:00
Josh Barnes 3d2fce8629 release 0.2.1 0.2.1 2016-10-17 11:02:16 +01:00
Josh Barnes 3b8067576e update readme for 0.2.1 2016-10-17 11:02:14 +01:00
Josh BarnesandGitHub 356e69acb4 Merge pull request #759 from juhasch/fix/embed
Remove embed postprocessor call
(and bump to 0.2.1)
2016-10-17 11:01:07 +01:00
Anastasia Kukanova c4c4ac9d79 [Freeze] Update readme.md 2016-10-15 13:24:19 +03:00
Anastasia Kukanova 0f44c8f9e8 [Freeze] Cleanup 2016-10-15 13:19:03 +03:00
Anastasia Kukanova 8f27c3e19c [Freeze] Use C-style loop for iterations 2016-10-15 13:04:00 +03:00
Anastasia Kukanova 390fde93b3 Extend functionality to work with Markdown cells 2016-10-15 11:55:09 +03:00
Anastasia Kukanova f2c985d83f [Freeze] Simplify 2016-10-15 02:54:11 +03:00
Anastasia Kukanova 692daaecdf Change tabs to spaces 2016-10-15 02:46:44 +03:00
Juergen HaschandGitHub 1dc9596af4 Merge pull request #758 from juhasch/feature/dragdrop
[skip ci] Fix dragdrop for Jupyterhub and add subdirectory
2016-10-08 11:52:43 +02:00
Juergen HaschandGitHub 8991b02dde Merge pull request #748 from jfbercher/code_prettify
code_prettify: Corrected insufficient re replacement that led to spurious `\n` for blank lines
2016-10-08 11:52:34 +02:00
Jürgen Hasch 0ef1fc9444 Fix url generation 2016-10-08 10:49:51 +02:00
Jürgen Hasch c14649116b Remove embed postprocessor call and bump to 0.2.1 2016-10-08 10:24:28 +02:00
Jürgen Hasch 3a19ac40d9 Use base_url instead of location.host 2016-10-06 21:16:25 +02:00
Josh BarnesandGitHub 32d4c53b63 Merge pull request #754 from aiguofer/master
select_keymap: Fix bugs introduced in code cleanup
2016-10-05 21:17:14 +01:00
Jürgen Hasch ccdef9590d [skip ci]Add subdirecory to dragdrop extension 2016-10-05 21:21:23 +02:00
Juergen HaschandGitHub c11a4a0387 Merge pull request #753 from juhasch/html_embed_exporter
Html embed exporter
2016-10-05 17:24:34 +02:00
Juergen Hasch a6e056da9e Fix html_embed test 2016-10-03 21:16:37 +02:00
Diego Fernandez 0f688c1bbb select_keymap: Map M-x to command palette in emacs mode 2016-10-03 13:48:08 -04:00
juhasch 0d9894d0d2 Fix super() call 2016-10-03 18:16:03 +02:00
juhasch a9c785d9d4 Fix html_embed exporter and remove postprocessor installation 2016-10-03 18:04:10 +02:00
juhasch 4218efc377 Remove embed postprocessor 2016-10-03 17:39:13 +02:00
juhasch 79999c772e Remove embed postprocessor 2016-10-03 17:38:54 +02:00
juhasch ba1198c4a6 Add tests for toc2 and html_embed exporters 2016-10-03 17:37:38 +02:00
Diego Fernandez 9c100d1a0d Fix openDialog
Broke on previous refactor
2016-10-03 10:54:04 -04:00
Diego Fernandez 4933e07be9 Fix quote issue 2016-10-03 10:25:56 -04:00
Josh BarnesandGitHub 6c79a430e6 Merge pull request #750 from aiguofer/master
Add select_keymap nbextension
2016-10-03 12:15:29 +01:00