Bug#875538: jupyter-nbextension-jupyter-js-widgets: fails to configure: json.decoder.JSONDecodeError

2017-09-13 Thread Norbert Preining
Hi Ximin, > $ for file in /etc/jupyter/nbconfig/*.json; do if [ -f "$file" ] && [ -r > "$file" ]; then echo "-- $file"; cat "$file"; echo; fi; done -- /etc/jupyter/nbconfig/common.json -- /etc/jupyter/nbconfig/edit.json -- /etc/jupyter/nbconfig/notebook.json --

Bug#875538: jupyter-nbextension-jupyter-js-widgets: fails to configure: json.decoder.JSONDecodeError

2017-09-13 Thread Ximin Luo
Control: tags -1 + moreinfo unreproducible Control: severity -1 important Hi Norbert, Could you tell me the output of this: $ for file in /etc/jupyter/nbconfig/*.json; do if [ -f "$file" ] && [ -r "$file" ]; then echo "-- $file"; cat "$file"; echo; fi; done If any of these files are empty,

Bug#875538: jupyter-nbextension-jupyter-js-widgets: fails to configure: json.decoder.JSONDecodeError

2017-09-11 Thread Norbert Preining
Package: jupyter-nbextension-jupyter-js-widgets Version: 6.0.0-2 Severity: serious Dear maintainer, the package consistently fails to configure with the following error: Setting up jupyter-nbextension-jupyter-js-widgets (6.0.0-2) ... /usr/lib/python3.5/runpy.py:125: RuntimeWarning: