Commit Graph
34 Commits
Author SHA1 Message Date
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
Jean-François Bercher e6192d7ea3 Updated setup.py 2016-01-10 09:17:41 +01:00
Jean-François Bercher b9caf62a15 pip install attempt 2016-01-10 09:00:30 +01:00
Jonathan Baik c2445aeb58 Patched setup.py error when checking for running jupyter-notebook process on Mac OS X (Issue #431) 2015-12-06 15:47:02 -08:00
Juergen Hasch 61fddfe0d5 Prevent setup.py from installing while notebook server is running. 2015-10-01 14:19:07 +02:00
Juergen Hasch 81987286a3 Check IPython and notebook version in setup.py 2015-09-24 20:40:43 +02:00
Juergen Hasch acf885f139 Describe the new setup procedure in more detail 2015-09-05 21:38:39 +02:00
Juergen Hasch 28537f90d2 Reorg part 4 2015-09-04 23:24:46 +02:00
Juergen Hasch d23f95fd45 Reorg part 3 2015-09-04 21:47:04 +02:00
Juergen Hasch 64d2e365fc Reorganize repository 2015-09-01 13:03:39 +02:00