Package: ipywidgets / 5.2.2-3

Metadata

Package Version Patches format
ipywidgets 5.2.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Unconditionally import setuptools to pick up depende.patch | (download)

setup.py | 3 1 + 2 - 0 !
widgetsnbextension/setup.py | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 unconditionally import setuptools to pick up dependencies


0002 Fix upstream package.json otherwise the webpack buil.patch | (download)

docs/package.json | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix upstream package.json, otherwise the webpack build emits errors

Note that we're not actually using this; this is just for documentation purposes

0003 Don t build extension.js in widgetsnbextension setup.patch | (download)

widgetsnbextension/setup.py | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 don't build extension.js in widgetsnbextension/setup.py, since it
 will be done manually


0004 Use relative paths otherwise the examples stuff give.patch | (download)

docs/source/_templates/layout.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use relative paths, otherwise the examples/* stuff gives a runtime
 error


0005 Empty out build local since we replace it with our o.patch | (download)

docs/build-local.sh | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 empty out build-local since we replace it with our own process


0006 Use local MathJax.patch | (download)

docs/source/conf.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use local mathjax


0007 Remove unneeded notebook version warning.patch | (download)

ipywidgets/__init__.py | 17 1 + 16 - 0 !
1 file changed, 1 insertion(+), 16 deletions(-)

 remove unneeded notebook version warning

This warning tries to detect the presence of widgetsnbextension, but the
debian packaging installs the extension directly, causing this warning
to be wrongly displayed.