Andy Neff
b2471532fc
Update README.md
...
Clarifying how to not use `--user` option and get a system wide install in Linux and Mac
2016-06-22 14:04:46 -04:00
Josh Barnes
f7ad9bd853
Merge pull request #593 from jfbercher/master
...
toc2: sidebar + html export
2016-06-13 11:52:55 +01:00
Josh Barnes
b3ac79b90e
Merge pull request #630 from jcb91/fix/gitter_badge
...
use ipython-contrib gitter badge, rather than the @epifanio one
2016-06-09 01:02:27 +01:00
Josh Barnes
7f72da305e
use ipython-contrib gitter badge, rather than the @epifanio one
2016-06-09 00:58:34 +01:00
Josh Barnes
e7e1176f16
Merge pull request #628 from jcb91/fix/notebook_4.2.1
...
fix for notebook 4.2.1 regression
2016-06-09 00:51:39 +01:00
Josh Barnes
6424603d01
fix for notebook 4.2.1 regression
...
see https://github.com/jupyter/notebook/pull/1399
2016-06-09 00:36:06 +01:00
Josh Barnes
e024b99d7a
Merge pull request #621 from jcb91/fix/latex_envs
...
fix requirejs usage in latex_envs
2016-06-08 11:12:53 +01:00
Josh Barnes
37c3865a1e
fix other latex_envs requirejs errors using simplified define wrapper
2016-06-08 03:12:33 +01:00
Josh Barnes
2e9de7eca0
Merge pull request #624 from epifanio/master
...
add gitter badge
2016-06-07 23:51:05 +01:00
epifanio
37f2281931
Merge pull request #1 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2016-06-07 18:46:43 -04:00
The Gitter Badger
a3a138bd8f
Add Gitter badge
2016-06-07 22:43:55 +00:00
Josh Barnes
6730bbcb88
Merge pull request #622 from ipython-contrib/revert-615-master
...
Revert "Add support for curses-style printing"
2016-06-07 00:03:07 +01:00
Josh Barnes
f84970e823
Revert "Add support for curses-style printing"
2016-06-06 20:22:24 +01:00
Josh Barnes
30334d2c54
use relative require paths in latex_env
...
to fix issues with custom base_url e.g. https://github.com/ipython-contrib/IPython-notebook-extensions/issues/619
2016-06-06 20:13:57 +01:00
Josh Barnes
ebcdf538f0
Merge pull request #615 from jbn/master
...
Add support for curses-style printing
2016-06-06 20:09:10 +01:00
John Bjorn Nelson
0489836fb6
Add support for curses-style printing
2016-06-03 08:44:34 -04:00
Juergen Hasch
93d19ac20a
Merge pull request #614 from m7thon/m7thon-fix-codefolding-magic
...
Fix codefolding of cell magics
2016-05-29 02:33:55 -07:00
Michael Thon
7822770d76
Fix codefolding of cell magics
2016-05-28 20:21:58 +02:00
Jean-François Bercher
9c6720b2b7
Updated description in .yaml
2016-05-22 10:46:39 +02:00
Jean-François Bercher
2877377dca
Updated README
2016-05-05 16:12:38 +02:00
Jean-François Bercher
9d1afc83b1
toc2: fixes to sidebar + navigation menu
2016-05-04 23:43:08 +02:00
Josh Barnes
50ae35e4b1
Merge pull request #589 from jcb91/feature/config
...
updates to config server extension
2016-05-04 18:16:17 +01:00
Josh Barnes
2155c5f9b6
Merge pull request #598 from jcb91/fix/requirements
...
Fix requirements
2016-05-04 18:01:41 +01:00
Josh Barnes
2fc486c56c
Merge pull request #588 from juhasch/feature/test_preprocessors
...
Add tests for preprocessors
2016-05-03 10:05:01 +01:00
Josh Barnes
f6d775a380
Merge pull request #597 from jcb91/remove_aspell
...
Remove aspell
2016-05-03 10:04:44 +01:00
Josh Barnes
64c538e8c7
remove requirements.txt
...
As it contained nothing that wasn't in setup.py anyway, and, indeed, included misleading lines (see https://github.com/ipython-contrib/IPython-notebook-extensions/commit/b9caf62a15bc2e1038b4d68c700c799379cc8b19#commitcomment-17008084 )
2016-05-03 00:33:20 +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
d841da93a1
remove unused imports in ipy_nb_history_websockets.py
2016-05-03 00:20:54 +01:00
Josh Barnes
2078dc64bc
remove six requirement
...
* use explicit unicode string, which is supported in python 2 and in python 3.3+ (notebook requires at least 3.3, so we can assume this if py3 is in use at all)
* use splitlines, rather than StringIO.readlines
2016-05-03 00:11:17 +01:00
Josh Barnes
babfa38c85
remove requests requirement
...
just use url open, as we're not doing anything complicated anyway.
2016-05-03 00:08:10 +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
997f79d3f8
Remove the old spell server extension and its associated js
...
Since it haan't been updated to 4.x, and is redundant now that we have client-side aspell checking
2016-05-02 23:46:05 +01:00
Jean-François Bercher
98a2c70b14
toc2: added toc3 template for demo purposes
2016-04-30 12:37:52 +02:00
Josh Barnes
c83d2a7834
Merge pull request #594 from hagne/master
...
fix of month in datestamper
2016-04-30 08:51:44 +01:00
hagne
eb6000747d
fix of month in datestamper
2016-04-29 17:44:50 -06:00
Jean-François Bercher
db5222eb69
toc2: sidebar - update extension loading
2016-04-29 23:45:09 +02:00
Jean-François Bercher
a6ad455eb3
toc2: sidebar - change reading of initial config
2016-04-29 21:08:08 +02:00
Jean-François Bercher
a0f2504d15
toc2: sidebar + html export
2016-04-29 18:38:38 +02:00
Juergen Hasch
a0a454507a
Merge pull request #587 from juhasch/feature/svg2pdf
...
Feature/svg2pdf
2016-04-22 19:03:25 +02:00
Juergen Hasch
f36b974c7a
Add tests for preprocessors
2016-04-21 22:53:03 +02:00
Juergen Hasch
f4573714ee
Fix if output_files_dir is None
2016-04-21 22:51:34 +02:00
Juergen Hasch
67be0ef5ed
Merge pull request #586 from juhasch/fix/FileNotFoundError
...
FileNotFoundError is not available in Python 2
2016-04-20 21:13:23 +02:00
Juergen Hasch
641382a47b
Catch ENOENT exception
2016-04-20 20:28:00 +02:00
Juergen Hasch
abaae0bf15
Update description
2016-04-20 20:19:21 +02:00
Juergen Hasch
2fcdb19942
SVG to PDF preprocessor
2016-04-20 20:17:53 +02:00
Juergen Hasch
94eb6e5116
FileNotFoundError is not available in Python 2
2016-04-20 19:52:24 +02:00
Josh Barnes
da46af1d53
Merge pull request #583 from jcb91/fix/config-menu
...
(fixes #582 ) support `base_url` in config_menu
2016-04-19 01:10:22 +01:00
Josh Barnes
1c580f4908
( fixes #582 ) support base_url in config_menu
2016-04-19 01:09:41 +01:00
Josh Barnes
b665a8451d
Merge pull request #575 from cdknorow/features/split_cell_notebooks
...
Features/split cell notebooks
2016-04-18 20:35:24 +01:00
Josh Barnes
a81e759c75
Merge pull request #581 from jcb91/new_config_key
...
use new nbserver_extensions config key for notebook 4.2
2016-04-16 22:50:05 +01:00