Commit Graph
13 Commits
Author SHA1 Message Date
Josh Barnes 435d29fea3 bugfix in install kwarg conflict check
:O
2017-08-31 02:27:25 +01:00
Josh Barnes 26956cd7b8 add jupyter_highlight_selected_word nbextension 2016-11-28 01:05:38 +00:00
Josh Barnes 22af2dbb15 fix test_application.py
so that test for config-only install doesn't expect javascript files :p
2016-11-24 12:57:05 +00:00
Josh Barnes fa67142155 replace vendored latex_envs with its pypi package 2016-11-16 23:16:11 +00: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 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 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 3cf6c9da0d alter app default settings & tests
* Make `user` default to `False`, as otherwise it conflicts with other custom install options like `nbextensions_dir` and `prefix`. This makes app default to system install.
 * alter tests to account for new default install
 * alter tests to check *all* potential installation directories, to ensure we don't place anything in a location we shouldn't touch
 * test app `--prefix=` cli arg
2016-09-03 02:10:38 +01:00
Josh Barnes 11b3f74479 add plural nbextensions command alias
i.e. `jupyter contrib nbextensions` should be an alias of `jupyter contrib nbextension`
see https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/686
2016-07-30 00:33:37 +01:00
Josh Barnes adb71bca91 add basic tests 2016-07-24 00:52:09 +01:00