Package: jupyter-notebook / 4.2.3-4~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
jupyter-notebook | 4.2.3-4~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Nodejs binary and import names.patch | (download) |
setupbase.py |
2 1 + 1 - 0 ! |
nodejs binary and import names * Binary node -> nodejs |
0002 Use local MathJax in documentation.patch | (download) |
docs/source/conf.py |
2 2 + 0 - 0 ! |
use local mathjax in documentation |
0003 Unmask setuptools in setup.py so dependencies are de.patch | (download) |
setup.py |
3 1 + 2 - 0 ! |
unmask setuptools in setup.py so dependencies are detected |
0004 jquery ui 1.12 compatibility changes.patch | (download) |
notebook/static/notebook/js/outputarea.js |
3 2 + 1 - 0 ! |
jquery-ui 1.12 compatibility changes |
0005 Call lessc with source map basepath option for repro.patch | (download) |
setupbase.py |
2 1 + 1 - 0 ! |
call lessc with --source-map-basepath option for reproducibility |
0006 Work around https github.com less less.js pull 3002.patch | (download) |
setupbase.py |
2 1 + 1 - 0 ! |
work around https://github.com/less/less.js/pull/3002 |
0007 Debian specific hack to fix upstream s non increment.patch | (download) |
setup.py |
21 12 + 9 - 0 ! |
debian-specific hack to fix upstream's (non-)incremental build |
0008 Don t automatically import ipywidgets.patch | (download) |
notebook/notebookapp.py |
29 14 + 15 - 0 ! |
don't automatically import ipywidgets ipywidgets.find_static_assets() is a no-op for ipywidgets > 4, which instead use the nbextensions mechanism, but causes a warning to be shown if the (redundant) widgetsnbextension package is not installed Instead, a check is made whether the extensions.js file for the widgets is available, and if not, a warning is shown advising the user of the deb package to install |