Commit Graph
59 Commits
Author SHA1 Message Date
Josh Barnes 773f00a3d1 release 0.3.1 2017-09-03 22:21:24 +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 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 897652a5e0 release 0.3.0 2017-08-23 18:30:41 +01:00
Josh Barnes a5166fd54e [install] remove psutil requirement by using notebook's own check
use the notebook-provided list_running_servers function to check
for running notebook servers, rather than using our previous
psutil effort.
2017-08-14 00:59:28 +00:00
Josh Barnes 184e845c97 [requirements] require nbconvert >=4.2
nbconvert exporters declared in setuptools entry_points were introduced only in
nbconvert 4.2, so we need at least 4.2 for thwm to work as described in our docs.
2017-05-17 15:56:36 +01:00
Josh Barnes 17bc5fe6e9 release 0.2.8 2017-05-15 20:37:03 +01:00
Josh Barnes 34a1201084 release 0.2.7 2017-04-19 20:07:05 +01:00
Josh Barnes c419238602 [CI] fix setup.py linting
[skip appveyor]
2017-04-11 17:06:47 +01:00
Josh Barnes 20016df923 release 0.2.6
bugfix requirements, which were altered incorrectly by bumpversion in 0.2.5
2017-03-23 11:04:56 +00:00
Josh Barnes 349b56c24a release 0.2.5 2017-03-23 01:32:07 +00:00
Josh Barnes 8f77e115d3 update dependency versions 2017-03-23 01:00:19 +00:00
Josh Barnes 996a7c3d82 [collapsible_headings] add nbconvert support by inlining css & js 2017-02-15 21:58:58 +00:00
Josh Barnes 5ee9e8c6ec [requirements] nbTranslate need traitlets 4.1 2017-02-05 18:05:10 +00:00
Josh Barnes 6be9ca9085 release 0.2.4 2017-01-27 11:16:03 +00:00
Jean-François Bercher 44b6107ec4 [nbTranslate] update needed latex_envs minimum version 2017-01-07 16:14:14 +01:00
Jean-François Bercher c13890ac6d [nbTranslate] initial commit 2017-01-07 16:14:14 +01:00
Josh Barnes 7b9e95f795 [ci] fix more linting errors 2016-12-28 11:48:41 +00:00
Josh Barnes ac93fc33a7 [ci] specify noqa comments 2016-12-28 11:44:36 +00:00
Josh Barnes b8db0dc5a8 release 0.2.3 2016-12-05 18:52:44 +00:00
Josh Barnes 73c3a202fd setup.py fixes
- update long description to refer to readthedocs
 - fix download_url, which was missing a /
2016-11-28 01:58:07 +00:00
Josh Barnes 26956cd7b8 add jupyter_highlight_selected_word nbextension 2016-11-28 01:05:38 +00:00
Josh BarnesandGitHub f6b8d822e8 Merge pull request #746 from jcb91/latex_envs
replace vendored `latex_envs` with its pypi package
2016-11-24 18:51:52 +00:00
Josh Barnes 0cdb295c9f release 0.2.2 2016-11-23 18:59:46 +00:00
Josh Barnes efdad72cf6 Use jupyter_latex_envs version >=1.3.4
now available from conda-forge
2016-11-23 15:18:03 +00:00
Josh Barnes ee6e8a86b2 also remove latex_envs entry-points 2016-11-16 23:18:40 +00:00
Josh Barnes fa67142155 replace vendored latex_envs with its pypi package 2016-11-16 23:16:11 +00:00
Josh Barnes 3d2fce8629 release 0.2.1 2016-10-17 11:02:16 +01:00
Jürgen Hasch c14649116b Remove embed postprocessor call and bump to 0.2.1 2016-10-08 10:24:28 +02:00
juhasch 98cac6fbe6 Add exporter to embed graphics in HTML 2016-10-01 19:22:17 +02:00
jcb91 d9125d4d57 release 0.2.0 2016-09-08 13:36:49 +01:00
Josh BarnesandGitHub 3d7a532807 Merge pull request #703 from jfbercher/latex_envs
Latex_envs: reworked math numbering and exports
2016-07-29 19:03:53 +01:00
Jean-François Bercher f6fddf4e50 latex_envs: updates for tox -e lint 2016-07-29 18:57:43 +02:00
Josh Barnes 5ce1b3b101 CI & packaging fixes [skip travis]
* fix typo'd setuptools kwarg `platform` -> `platforms`
 * fix appveyor toxenvs
 * attempt to get appveyor to pass even if codecov fails
2016-07-29 11:45:53 +01:00
Josh Barnes 5bc54dcf3e release 0.1.0 2016-07-28 23:58:56 +01:00
Jean-François Bercher 6732e84179 latex_envs+toc: configure entry point sfor exporters in setup.py 2016-07-28 19:32:38 +02:00
Josh Barnes 20bfaaa5c1 IPython-notebook-extensions -> jupyter_contrib_nbextensions
replace references to IPython-notebook-extensions with jupyter_contrib_nbextensions
2016-07-27 23:56:24 +01:00
Josh Barnes 7391a27860 readme & setup updates
* fix repo URLs in setup.py
 * clarify separation of `jupyter_nbextensions_configurator` in readme
 * add reference to github view for viewing repository readmes
 * update readme with migration instructions
 * formatting update for notbook extension structure in readme
2016-07-25 10:59:37 +01:00
Josh Barnes 4f23698e5e New installation method
based on a jupyter application calling notebook 4.2-style extension API methods
Also make check for running server more robust
2016-07-24 00:09:14 +01:00
Josh Barnes 199bfe27b3 Turn setup.py into a proper setuptools installer
* make a proper package, which can therefore be installed
 * include package data
 * don't modify config as part of pip install, only do it as part of explicit script
 * add setup.cfg to support universal wheel builds
2016-07-18 02:06:28 +01:00
Josh BarnesandGitHub b148511713 update setup.py
jupyter_nbextensions_configurator is needed to run setup...
2016-06-29 09:39:02 +01:00
Josh Barnes d076664a20 replace config extension
with standalone jupyter_nbextensions_configurator
2016-06-24 18:23:39 +01:00
Josh Barnes 2776c9fa12 update setup.py requirements
this list is derived from the actual import statements made in all the source files, so should hopefully be accurate. The only thing I haven't included is setuptools, which is importes by setup.py, so it wouldn't help to add it anyway.
2016-05-03 00:24:25 +01:00
Josh Barnes de3677cc94 remove Python imports, which catered to IPython 3.x, so are redundant on master 4.x branch 2016-05-03 00:07:31 +01:00
Josh Barnes 89109b4b91 fix install broken in #569 2016-04-16 16:34:27 +01:00
Josh Barnes 2730ed3e93 Minor improvements to python 2/3 compatibility, as suggested by futurize script 2016-03-01 12:28:31 +00:00
Juergen Hasch 0d37be679d Merge pull request #463 from ipython-contrib/fix/py2
Allow Python2 installation
2016-02-08 17:47:00 +01:00
Ronald Phlypo dc9f109dc3 pyaml --> pyyaml 2016-02-08 17:14:56 +01:00
Juergen Hasch 81c988d235 Allow Python2 installation 2016-01-29 11:20:01 +01:00
Jean-François Bercher a7ba10fef6 Updated README.md with pip-install instructions 2016-01-10 09:52:23 +01:00