Package: ipython / 2.3.0-2

Metadata

Package Version Patches format
ipython 2.3.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use LightBG colorscheme.patch | (download)

IPython/core/interactiveshell.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use lightbg colorscheme

by default Linux scheme leads to invisible text when console background
is light LightBG is at least readable with dark background
debianize error messages.patch | (download)

IPython/config/application.py | 16 13 + 3 - 0 !
IPython/lib/clipboard.py | 2 1 + 1 - 0 !
IPython/utils/zmqrelated.py | 4 2 + 2 - 0 !
3 files changed, 16 insertions(+), 6 deletions(-)

 debianize error messages



use system mathjax if available.patch | (download)

IPython/html/notebookapp.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 use system mathjax if available


shared static path.patch | (download)

IPython/html/__init__.py | 7 5 + 2 - 0 !
IPython/nbconvert/filters/marked.js | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 use usr/share/ipython/notebook by default for the static data
 provided by ipython-notebook-common
 during build the folder does not exist so use the local tree path for tests
no submodule check.patch | (download)

IPython/html/notebookapp.py | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

 package does not need to check for git submodules

packaged js.patch | (download)

IPython/html/static/components/bootstrap/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use packaged js tools

split pkg.patch | (download)

IPython/core/profiledir.py | 21 12 + 9 - 0 !
1 file changed, 12 insertions(+), 9 deletions(-)

 don't fail startup if ipython-notebook is not installed
 e.g. ipython locate triggers this code but doesn't need the notebook css files

pygments2.0_compatibility.patch | (download)

IPython/qt/console/pygments_highlighter.py | 16 11 + 5 - 0 !
1 file changed, 11 insertions(+), 5 deletions(-)

 update pygments monkeypatch for compatibility with pygments 2.0