Package: ipython / 2.3.0-2
Metadata
Package | Version | Patches format |
---|---|---|
ipython | 2.3.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use LightBG colorscheme.patch | (download) |
IPython/core/interactiveshell.py |
2 1 + 1 - 0 ! |
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 ! |
debianize error messages |
use system mathjax if available.patch | (download) |
IPython/html/notebookapp.py |
9 9 + 0 - 0 ! |
use system mathjax if available |
shared static path.patch | (download) |
IPython/html/__init__.py |
7 5 + 2 - 0 ! |
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 ! |
package does not need to check for git submodules |
packaged js.patch | (download) |
IPython/html/static/components/bootstrap/Makefile |
2 1 + 1 - 0 ! |
use packaged js tools |
split pkg.patch | (download) |
IPython/core/profiledir.py |
21 12 + 9 - 0 ! |
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 ! |
update pygments monkeypatch for compatibility with pygments 2.0 |