jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Download as "HTML with toc" does not work
I am trying to export a jupyter notebook as an html with the table of contents. For that I want to use the "Table of contents (2)" extension. It used to work before, but after changing my environment, I get a 500 : Internal Server Error
. Unfortunately, I cannot recall what I changed in my environment. Below, please find the output of jupyter notebook. There is an error saying ValueError: Unknown exporter "html_toc", did you mean one of: asciidoc, custom, html, latex, markdown, notebook, pdf, python, rst, script, slides?
pretty much at the end of the log. Is there anything I can do to get a html file with table of contents?
(spols180816d) crick> jupyter notebook --no-browser --debug
[D 13:54:05.361 NotebookApp] Searching ['/home/fabrost', '/home/fabrost/.jupyter', '/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 13:54:05.362 NotebookApp] Looking for jupyter_config in /etc/jupyter
[D 13:54:05.362 NotebookApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 13:54:05.363 NotebookApp] Looking for jupyter_config in /home/fabrost/miniconda3/envs/spols180816d/etc/jupyter
[D 13:54:05.363 NotebookApp] Looking for jupyter_config in /home/fabrost/.jupyter
[D 13:54:05.363 NotebookApp] Looking for jupyter_config in /home/fabrost
[D 13:54:05.364 NotebookApp] Looking for jupyter_notebook_config in /etc/jupyter
[D 13:54:05.364 NotebookApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 13:54:05.365 NotebookApp] Loaded config file: /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 13:54:05.365 NotebookApp] Looking for jupyter_notebook_config in /home/fabrost/miniconda3/envs/spols180816d/etc/jupyter
[D 13:54:05.366 NotebookApp] Loaded config file: /home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/jupyter_notebook_config.json
[D 13:54:05.367 NotebookApp] Looking for jupyter_notebook_config in /home/fabrost/.jupyter
[D 13:54:05.367 NotebookApp] Loaded config file: /home/fabrost/.jupyter/jupyter_notebook_config.json
[D 13:54:05.368 NotebookApp] Looking for jupyter_notebook_config in /home/fabrost
[D 13:54:05.373 NotebookApp] [nb_conda_kernels] refreshing conda info
[D 13:54:06.595 NotebookApp] [nb_conda_kernels] refreshing conda kernelspecs
[I 13:54:06.622 NotebookApp] [nb_conda_kernels] enabled, 17 kernels found
[D 13:54:07.488 NotebookApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 13:54:07.490 NotebookApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 13:54:07.493 NotebookApp] Paths used for configuration of jupyter_notebook_config:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/jupyter_notebook_config.json
[D 13:54:07.496 NotebookApp] Paths used for configuration of jupyter_notebook_config:
/home/fabrost/.jupyter/jupyter_notebook_config.json
[D 13:54:07.569 NotebookApp] [jupyter_nbextensions_configurator] Loading 0.4.0
[D 13:54:07.570 NotebookApp] [jupyter_nbextensions_configurator] Editing templates path to add /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/templates
[D 13:54:07.570 NotebookApp] [jupyter_nbextensions_configurator] Editing nbextensions path to add /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static
[D 13:54:07.570 NotebookApp] [jupyter_nbextensions_configurator] Adding new handlers
[I 13:54:07.572 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.0
[I 13:54:07.674 NotebookApp] JupyterLab extension loaded from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyterlab
[I 13:54:07.674 NotebookApp] JupyterLab application directory is /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/lab
[I 13:54:08.313 NotebookApp] [nb_conda] enabled
[I 13:54:08.313 NotebookApp] Serving notebooks from local directory: /home/fabrost
[I 13:54:08.313 NotebookApp] The Jupyter Notebook is running at:
[I 13:54:08.314 NotebookApp] http://localhost:8888/
[I 13:54:08.314 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 13:54:12.633 NotebookApp] 302 GET / (::1) 1.51ms
[D 13:54:12.662 NotebookApp] Using contents: services/contents
[D 13:54:12.913 NotebookApp] Path base/images/favicon.ico served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/base/images/favicon.ico
[D 13:54:12.915 NotebookApp] Path components/jquery-ui/themes/smoothness/jquery-ui.min.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css
[D 13:54:12.917 NotebookApp] Path components/jquery-typeahead/dist/jquery.typeahead.min.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css
[D 13:54:12.919 NotebookApp] Path style/style.min.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/style/style.min.css
[D 13:54:12.922 NotebookApp] Path components/es6-promise/promise.min.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/es6-promise/promise.min.js
[D 13:54:12.923 NotebookApp] Path components/preact/index.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/preact/index.js
[D 13:54:12.925 NotebookApp] Path components/proptypes/index.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/proptypes/index.js
[D 13:54:12.926 NotebookApp] Path components/preact-compat/index.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/preact-compat/index.js
[D 13:54:12.928 NotebookApp] Path components/requirejs/require.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/requirejs/require.js
[D 13:54:12.929 NotebookApp] Path base/images/logo.png served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/base/images/logo.png
[D 13:54:12.933 NotebookApp] Path tree/js/main.min.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/tree/js/main.min.js
[D 13:54:12.941 NotebookApp] 200 GET /tree? (::1) 281.51ms
[D 13:54:13.036 NotebookApp] Path custom.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/custom/custom.css
[D 13:54:13.041 NotebookApp] 200 GET /static/components/jquery-ui/themes/smoothness/jquery-ui.min.css?v=9b2c8d3489227115310662a343fce11c (::1) 2.04ms
[D 13:54:13.042 NotebookApp] 200 GET /static/components/jquery-typeahead/dist/jquery.typeahead.min.css?v=7afb461de36accb1aa133a1710f5bc56 (::1) 11.62ms
[D 13:54:13.042 NotebookApp] 200 GET /custom/custom.css (::1) 7.94ms
[D 13:54:13.128 NotebookApp] Path services/contents.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/services/contents.js
[D 13:54:13.132 NotebookApp] 200 GET /static/services/contents.js?v=20180903135406 (::1) 4.96ms
[D 13:54:13.179 NotebookApp] Paths used for configuration of tree:
/etc/jupyter/nbconfig/tree.json
[D 13:54:13.180 NotebookApp] Paths used for configuration of tree:
/usr/local/etc/jupyter/nbconfig/tree.json
[D 13:54:13.183 NotebookApp] Paths used for configuration of tree:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/tree.json
[D 13:54:13.186 NotebookApp] Paths used for configuration of tree:
/home/fabrost/.jupyter/nbconfig/tree.json
[D 13:54:13.187 NotebookApp] 200 GET /api/config/tree?_=1535975653092 (::1) 10.81ms
[D 13:54:13.191 NotebookApp] Paths used for configuration of common:
/etc/jupyter/nbconfig/common.json
[D 13:54:13.192 NotebookApp] Paths used for configuration of common:
/usr/local/etc/jupyter/nbconfig/common.json
[D 13:54:13.194 NotebookApp] Paths used for configuration of common:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/common.json
[D 13:54:13.195 NotebookApp] Paths used for configuration of common:
/home/fabrost/.jupyter/nbconfig/common.json
[D 13:54:13.196 NotebookApp] 200 GET /api/config/common?_=1535975653093 (::1) 7.29ms
[D 13:54:13.203 NotebookApp] 200 GET /api/sessions?_=1535975653095 (::1) 5.21ms
[D 13:54:13.208 NotebookApp] 200 GET /api/terminals?_=1535975653096 (::1) 1.12ms
[D 13:54:13.213 NotebookApp] Found kernel python3 in /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/kernels
[D 13:54:13.216 NotebookApp] Found kernel python2 in /usr/local/share/jupyter/kernels
[D 13:54:13.217 NotebookApp] Found kernel octave in /usr/local/share/jupyter/kernels
[D 13:54:13.240 NotebookApp] 304 GET /api/kernelspecs (::1) 30.62ms
[D 13:54:13.244 NotebookApp] 200 GET /api/terminals?_=1535975653094 (::1) 1.47ms
[D 13:54:13.256 NotebookApp] Path custom.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/custom/custom.js
[D 13:54:13.318 NotebookApp] 200 GET /api/contents?type=directory&_=1535975653097 (::1) 57.62ms
[D 13:54:13.319 NotebookApp] 200 GET /custom/custom.js?v=20180903135406 (::1) 64.80ms
[D 13:54:13.323 NotebookApp] Path nb_conda/tree.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/tree.js
[D 13:54:13.329 NotebookApp] Path nbextensions_configurator/tree_tab/main.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js
[D 13:54:13.332 NotebookApp] 200 GET /nbextensions/nb_conda/tree.js?v=20180903135406 (::1) 11.43ms
[D 13:54:13.333 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/tree_tab/main.js?v=20180903135406 (::1) 7.21ms
[D 13:54:13.426 NotebookApp] Path nb_conda/models.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/models.js
[D 13:54:13.430 NotebookApp] Path nb_conda/views.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/views.js
[D 13:54:13.435 NotebookApp] Path nb_conda/urls.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/urls.js
[D 13:54:13.440 NotebookApp] Path nbextensions_configurator/main.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/main.js
[D 13:54:13.445 NotebookApp] Path nbextensions_configurator/render/render.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js
[D 13:54:13.447 NotebookApp] 200 GET /nbextensions/nb_conda/models.js?v=20180903135406 (::1) 22.94ms
[D 13:54:13.448 NotebookApp] 200 GET /nbextensions/nb_conda/views.js?v=20180903135406 (::1) 19.14ms
[D 13:54:13.449 NotebookApp] 200 GET /nbextensions/nb_conda/urls.js?v=20180903135406 (::1) 15.35ms
[D 13:54:13.450 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/main.js?v=20180903135406 (::1) 11.84ms
[D 13:54:13.450 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/render/render.js?v=20180903135406 (::1) 7.87ms
[D 13:54:13.454 NotebookApp] Path components/jquery-ui/ui/minified/jquery-ui.min.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/jquery-ui/ui/minified/jquery-ui.min.js
[D 13:54:13.458 NotebookApp] Path nb_conda/common.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/common.js
[D 13:54:13.467 NotebookApp] Path notebook/js/mathjaxutils.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/js/mathjaxutils.js
[D 13:54:13.472 NotebookApp] Path base/js/security.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/base/js/security.js
[D 13:54:13.478 NotebookApp] Path notebook/js/quickhelp.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/js/quickhelp.js
[D 13:54:13.482 NotebookApp] Path nbextensions_configurator/kse_components.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/kse_components.js
[D 13:54:13.485 NotebookApp] 200 GET /nbextensions/nb_conda/common.js?v=20180903135406 (::1) 28.21ms
[D 13:54:13.486 NotebookApp] 200 GET /static/notebook/js/mathjaxutils.js?v=20180903135406 (::1) 20.22ms
[D 13:54:13.490 NotebookApp] 200 GET /static/base/js/security.js?v=20180903135406 (::1) 19.25ms
[D 13:54:13.490 NotebookApp] 200 GET /static/notebook/js/quickhelp.js?v=20180903135406 (::1) 13.59ms
[D 13:54:13.491 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/kse_components.js?v=20180903135406 (::1) 10.32ms
[D 13:54:13.494 NotebookApp] Path components/marked/lib/marked.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/marked/lib/marked.js
[D 13:54:13.499 NotebookApp] Path components/codemirror/addon/runmode/runmode.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/runmode.js
[D 13:54:13.503 NotebookApp] 200 GET /static/components/jquery-ui/ui/minified/jquery-ui.min.js?v=20180903135406 (::1) 51.59ms
[D 13:54:13.506 NotebookApp] Path components/codemirror/mode/gfm/gfm.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/gfm/gfm.js
[D 13:54:13.511 NotebookApp] Path notebook/js/codemirror-ipython.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipython.js
[D 13:54:13.514 NotebookApp] Path notebook/js/codemirror-ipythongfm.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipythongfm.js
[D 13:54:13.517 NotebookApp] 200 GET /static/components/marked/lib/marked.js?v=20180903135406 (::1) 25.47ms
[D 13:54:13.518 NotebookApp] 200 GET /static/components/codemirror/addon/runmode/runmode.js?v=20180903135406 (::1) 21.93ms
[D 13:54:13.521 NotebookApp] Path nb_conda/conda.css served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/conda.css
[D 13:54:13.522 NotebookApp] 304 GET /nbextensions/nb_conda/conda.css (::1) 2.33ms
[D 13:54:13.523 NotebookApp] 200 GET /static/components/codemirror/mode/gfm/gfm.js?v=20180903135406 (::1) 18.49ms
[D 13:54:13.523 NotebookApp] 200 GET /static/notebook/js/codemirror-ipython.js?v=20180903135406 (::1) 13.97ms
[D 13:54:13.524 NotebookApp] 200 GET /static/notebook/js/codemirror-ipythongfm.js?v=20180903135406 (::1) 10.24ms
[D 13:54:13.526 NotebookApp] Path components/codemirror/mode/python/python.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/python/python.js
[D 13:54:13.530 NotebookApp] Path nb_conda/tab.html served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/tab.html
[D 13:54:13.531 NotebookApp] 304 GET /nbextensions/nb_conda/tab.html (::1) 2.38ms
[D 13:54:13.536 NotebookApp] Path components/google-caja/html-css-sanitizer-minified.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/google-caja/html-css-sanitizer-minified.js
[D 13:54:13.541 NotebookApp] Path nbextensions_configurator/quickhelp_shim.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/quickhelp_shim.js
[D 13:54:13.545 NotebookApp] Path components/codemirror/mode/markdown/markdown.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/markdown/markdown.js
[D 13:54:13.548 NotebookApp] Path components/codemirror/addon/mode/overlay.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/overlay.js
[D 13:54:13.550 NotebookApp] 200 GET /static/components/codemirror/mode/python/python.js?v=20180903135406 (::1) 25.92ms
[D 13:54:13.552 NotebookApp] Path components/codemirror/mode/stex/stex.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/stex/stex.js
[D 13:54:13.555 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/quickhelp_shim.js?v=20180903135406 (::1) 15.33ms
[D 13:54:13.555 NotebookApp] 200 GET /static/components/codemirror/mode/markdown/markdown.js?v=20180903135406 (::1) 12.21ms
[D 13:54:13.556 NotebookApp] 200 GET /static/components/codemirror/addon/mode/overlay.js?v=20180903135406 (::1) 9.01ms
[D 13:54:13.556 NotebookApp] 200 GET /static/components/google-caja/html-css-sanitizer-minified.js?v=20180903135406 (::1) 22.04ms
[D 13:54:13.558 NotebookApp] Path components/codemirror/addon/mode/multiplex.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/multiplex.js
[D 13:54:13.560 NotebookApp] 200 GET /static/components/codemirror/mode/stex/stex.js?v=20180903135406 (::1) 9.04ms
[D 13:54:13.564 NotebookApp] Path components/codemirror/mode/xml/xml.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/xml/xml.js
[D 13:54:13.566 NotebookApp] 200 GET /static/components/codemirror/addon/mode/multiplex.js?v=20180903135406 (::1) 8.84ms
[D 13:54:13.567 NotebookApp] 200 GET /static/components/codemirror/mode/xml/xml.js?v=20180903135406 (::1) 4.34ms
[D 13:54:13.575 NotebookApp] Path nbextensions_configurator/main.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/main.css
[D 13:54:13.580 NotebookApp] Path nbextensions_configurator/render/rendermd.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/rendermd.css
[D 13:54:13.582 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/main.css?v=20180903135406 (::1) 9.85ms
[D 13:54:13.583 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/render/rendermd.css?v=20180903135406 (::1) 4.86ms
[D 13:54:13.593 NotebookApp] Paths used for configuration of notebook:
/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.595 NotebookApp] Paths used for configuration of notebook:
/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/usr/local/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.599 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.603 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/.jupyter/nbconfig/notebook.json
[D 13:54:13.605 NotebookApp] 200 GET /api/config/notebook?_=1535975653098 (::1) 15.10ms
[D 13:54:13.608 NotebookApp] Paths used for configuration of edit:
/etc/jupyter/nbconfig/edit.json
[D 13:54:13.609 NotebookApp] Paths used for configuration of edit:
/usr/local/etc/jupyter/nbconfig/edit.json
[D 13:54:13.610 NotebookApp] Paths used for configuration of edit:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/edit.json
[D 13:54:13.611 NotebookApp] Paths used for configuration of edit:
/home/fabrost/.jupyter/nbconfig/edit.json
[D 13:54:13.612 NotebookApp] 200 GET /api/config/edit?_=1535975653100 (::1) 5.71ms
[D 13:54:13.614 NotebookApp] Paths used for configuration of notebook:
/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.615 NotebookApp] Paths used for configuration of notebook:
/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/usr/local/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.618 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.json
[D 13:54:13.620 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/.jupyter/nbconfig/notebook.json
[D 13:54:13.621 NotebookApp] 200 GET /api/config/notebook?_=1535975653099 (::1) 9.07ms
[D 13:54:13.625 NotebookApp] Paths used for configuration of common:
/etc/jupyter/nbconfig/common.json
[D 13:54:13.626 NotebookApp] Paths used for configuration of common:
/usr/local/etc/jupyter/nbconfig/common.json
[D 13:54:13.627 NotebookApp] Paths used for configuration of common:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/common.json
[D 13:54:13.628 NotebookApp] Paths used for configuration of common:
/home/fabrost/.jupyter/nbconfig/common.json
[D 13:54:13.629 NotebookApp] 200 GET /api/config/common?_=1535975653104 (::1) 5.90ms
[D 13:54:13.632 NotebookApp] Paths used for configuration of common:
/etc/jupyter/nbconfig/common.json
[D 13:54:13.633 NotebookApp] Paths used for configuration of common:
/usr/local/etc/jupyter/nbconfig/common.json
[D 13:54:13.634 NotebookApp] Paths used for configuration of common:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/common.json
[D 13:54:13.635 NotebookApp] Paths used for configuration of common:
/home/fabrost/.jupyter/nbconfig/common.json
[D 13:54:13.636 NotebookApp] 200 GET /api/config/common?_=1535975653105 (::1) 5.65ms
[D 13:54:13.639 NotebookApp] Paths used for configuration of edit:
/etc/jupyter/nbconfig/edit.json
[D 13:54:13.640 NotebookApp] Paths used for configuration of edit:
/usr/local/etc/jupyter/nbconfig/edit.json
[D 13:54:13.641 NotebookApp] Paths used for configuration of edit:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/edit.json
[D 13:54:13.642 NotebookApp] Paths used for configuration of edit:
/home/fabrost/.jupyter/nbconfig/edit.json
[D 13:54:13.643 NotebookApp] 200 GET /api/config/edit?_=1535975653101 (::1) 5.67ms
[D 13:54:13.645 NotebookApp] Paths used for configuration of tree:
/etc/jupyter/nbconfig/tree.json
[D 13:54:13.646 NotebookApp] Paths used for configuration of tree:
/usr/local/etc/jupyter/nbconfig/tree.json
[D 13:54:13.648 NotebookApp] Paths used for configuration of tree:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/tree.json
[D 13:54:13.651 NotebookApp] Paths used for configuration of tree:
/home/fabrost/.jupyter/nbconfig/tree.json
[D 13:54:13.652 NotebookApp] 200 GET /api/config/tree?_=1535975653102 (::1) 8.85ms
[D 13:54:13.655 NotebookApp] Paths used for configuration of tree:
/etc/jupyter/nbconfig/tree.json
[D 13:54:13.656 NotebookApp] Paths used for configuration of tree:
/usr/local/etc/jupyter/nbconfig/tree.json
[D 13:54:13.658 NotebookApp] Paths used for configuration of tree:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/tree.json
[D 13:54:13.660 NotebookApp] Paths used for configuration of tree:
/home/fabrost/.jupyter/nbconfig/tree.json
[D 13:54:13.661 NotebookApp] 200 GET /api/config/tree?_=1535975653103 (::1) 7.89ms
[D 13:54:13.668 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /home/fabrost/.local/share/jupyter/nbextensions
[D 13:54:13.668 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions
[D 13:54:13.670 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/jupyter/nbextensions
[D 13:54:13.675 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hinterland' in hinterland/hinterland.yaml
[D 13:54:13.680 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Table of Contents (2)' in toc2/toc2.yaml
[D 13:54:13.683 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AutoSaveTime' in autosavetime/autosavetime.yaml
[D 13:54:13.686 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Variable Inspector' in varInspector/varInspector.yaml
[D 13:54:13.689 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Keyboard shortcut editor' in keyboard_shortcut_editor/keyboard_shortcut_editor.yaml
[D 13:54:13.690 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input all' in hide_input_all/hide_input_all.yaml
[D 13:54:13.692 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'zenmode' in zenmode/zenmode.yaml
[D 13:54:13.695 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets' in snippets/snippets.yaml
[D 13:54:13.698 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'nbTranslate' in nbTranslate/nbTranslate.yaml
[D 13:54:13.700 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Comment/Uncomment Hotkey' in comment-uncomment/comment-uncomment.yaml
[D 13:54:13.702 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'CodeMirror mode extensions' in codemirror_mode_extensions/codemirror_mode_extensions.yaml
[D 13:54:13.703 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Navigation-Hotkeys' in navigation-hotkeys/hotkeys.yaml
[D 13:54:13.706 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autopep8' in code_prettify/autopep8.yaml
[D 13:54:13.709 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '2to3 Converter' in code_prettify/2to3.yaml
[D 13:54:13.712 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code prettify' in code_prettify/code_prettify.yaml
[D 13:54:13.715 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide Header' in hide_header/hide_header.yaml
[D 13:54:13.719 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Gist-it' in gist_it/gist_it.yaml
[D 13:54:13.721 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'SKILL Syntax' in skill/skill.yaml
[D 13:54:13.723 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Toggle all line numbers' in toggle_all_line_numbers/main.yaml
[D 13:54:13.725 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Printview' in printview/printview.yaml
[D 13:54:13.727 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Initialization cells' in init_cell/init_cell.yaml
[D 13:54:13.729 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Split Cells Notebook' in splitcell/splitcell.yaml
[D 13:54:13.731 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'datestamper' in datestamper/main.yaml
[D 13:54:13.733 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding' in codefolding/codefolding.yaml
[D 13:54:13.734 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding in Editor' in codefolding/codefolding_editor.yaml
[D 13:54:13.736 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code Font Size' in code_font_size/code_font_size.yaml
[D 13:54:13.737 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Scratchpad' in scratchpad/scratchpad.yaml
[D 13:54:13.739 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Freeze' in freeze/config.yaml
[D 13:54:13.743 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Runtools' in runtools/runtools.yaml
[D 13:54:13.746 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ExecuteTime' in execute_time/ExecuteTime.yaml
[D 13:54:13.748 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Live Markdown Preview' in livemdpreview/livemdpreview.yml
[D 13:54:13.749 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Move selected cells' in move_selected_cells/move_selected_cells.yaml
[D 13:54:13.751 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ScrollDown' in scroll_down/config.yaml
[D 13:54:13.752 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Notify' in notify/notify.yaml
[D 13:54:13.754 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Skip-Traceback' in skip-traceback/skip-traceback.yaml
[D 13:54:13.755 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Help panel' in help_panel/help_panel.yaml
[D 13:54:13.757 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'contrib_nbextensions_help_item' in contrib_nbextensions_help_item/contrib_nbextensions_help_item.yaml
[D 13:54:13.759 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Ruler' in ruler/ruler.yaml
[D 13:54:13.760 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'highlighter' in highlighter/highlighter.yaml
[D 13:54:13.761 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise2' in exercise2/exercise2.yaml
[D 13:54:13.765 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Collapsible Headings' in collapsible_headings/collapsible_headings.yaml
[D 13:54:13.766 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'table_beautifier' in table_beautifier/table_beautifier.yaml
[D 13:54:13.767 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autoscroll' in autoscroll/autoscroll.yaml
[D 13:54:13.769 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Launch QTConsole' in qtconsole/qtconsole.yaml
[D 13:54:13.770 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Limit Output' in limit_output/limit-output.yaml
[D 13:54:13.771 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AddBefore' in addbefore/addbefore.yaml
[D 13:54:13.772 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Rubberband' in rubberband/rubberband.yaml
[D 13:54:13.773 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Select CodeMirror Keymap' in select_keymap/select_keymap.yaml
[D 13:54:13.774 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input' in hide_input/hide-input.yaml
[D 13:54:13.775 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise' in exercise/exercise.yaml
[D 13:54:13.777 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'spellchecker' in spellchecker/config.yaml
[D 13:54:13.779 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Tree Filter' in tree-filter/tree-filter.yaml
[D 13:54:13.780 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Export Embedded HTML' in export_embedded/export_embedded.yaml
[D 13:54:13.781 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Equation Auto Numbering' in equation-numbering/info.yaml
[D 13:54:13.783 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets Menu' in snippets_menu/config.yaml
[D 13:54:13.784 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Python Markdown' in python-markdown/python-markdown.yaml
[D 13:54:13.787 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Highlight selected word' in highlight_selected_word/configurator.yaml
[D 13:54:13.789 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '(some) LaTeX environments for Jupyter' in latex_envs/latex_envs.yaml
[D 13:54:13.790 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/share/jupyter/nbextensions
[D 13:54:13.790 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /home/fabrost/.ipython/nbextensions
[D 13:54:13.791 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static
[D 13:54:13.793 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions edit menu item' in nbextensions_configurator/config_menu/config_menu.yaml
[D 13:54:13.795 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions dashboard tab' in nbextensions_configurator/tree_tab/tree_tab.yaml
[D 13:54:13.796 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/list?_=1535975653106 (::1) 129.74ms
[D 13:54:13.892 NotebookApp] Path zenmode/README.md served from /usr/local/share/jupyter/nbextensions/zenmode/README.md
[D 13:54:13.893 NotebookApp] 304 GET /nbextensions/zenmode/README.md (::1) 3.16ms
[D 13:54:22.849 NotebookApp] 200 GET /api/contents/tmp?type=directory&_=1535975653107 (::1) 16.25ms
[I 13:54:27.332 NotebookApp] Creating new notebook in /tmp
[D 13:54:27.339 NotebookApp] Saving /home/fabrost/tmp/Untitled2.ipynb
[D 13:54:27.459 NotebookApp] 201 POST /api/contents/tmp (::1) 129.10ms
[D 13:54:27.503 NotebookApp] Using contents: services/contents
[D 13:54:27.603 NotebookApp] Path base/images/favicon-notebook.ico served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/base/images/favicon-notebook.ico
[D 13:54:27.606 NotebookApp] Path components/bootstrap-tour/build/css/bootstrap-tour.min.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css
[D 13:54:27.608 NotebookApp] Path components/codemirror/lib/codemirror.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/lib/codemirror.css
[D 13:54:27.610 NotebookApp] Path notebook/css/override.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/css/override.css
[D 13:54:28.138 NotebookApp] Path components/text-encoding/lib/encoding.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/text-encoding/lib/encoding.js
[D 13:54:28.140 NotebookApp] Path notebook/js/main.min.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/notebook/js/main.min.js
[D 13:54:28.145 NotebookApp] 200 GET /notebooks/tmp/Untitled2.ipynb?kernel_name=conda-env-spols180816d-py (::1) 643.62ms
[D 13:54:28.227 NotebookApp] Path components/MathJax/MathJax.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/MathJax.js
[D 13:54:28.228 NotebookApp] 304 GET /static/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (::1) 3.22ms
[D 13:54:28.234 NotebookApp] 304 GET /custom/custom.css (::1) 1.64ms
[D 13:54:28.268 NotebookApp] Path components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
[D 13:54:28.269 NotebookApp] 304 GET /static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.4 (::1) 3.15ms
[D 13:54:28.350 NotebookApp] Path components/MathJax/config/Safe.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/config/Safe.js
[D 13:54:28.351 NotebookApp] 200 GET /static/components/MathJax/config/Safe.js?V=2.7.4 (::1) 3.11ms
[D 13:54:28.443 NotebookApp] Paths used for configuration of notebook:
/etc/jupyter/nbconfig/notebook.json
[D 13:54:28.445 NotebookApp] Paths used for configuration of notebook:
/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/usr/local/etc/jupyter/nbconfig/notebook.json
[D 13:54:28.447 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/notebook.json
[D 13:54:28.450 NotebookApp] Paths used for configuration of notebook:
/home/fabrost/.jupyter/nbconfig/notebook.json
[D 13:54:28.451 NotebookApp] 200 GET /api/config/notebook?_=1535975668314 (::1) 9.63ms
[D 13:54:28.455 NotebookApp] Paths used for configuration of common:
/etc/jupyter/nbconfig/common.json
[D 13:54:28.456 NotebookApp] Paths used for configuration of common:
/usr/local/etc/jupyter/nbconfig/common.json
[D 13:54:28.457 NotebookApp] Paths used for configuration of common:
/home/fabrost/miniconda3/envs/spols180816d/etc/jupyter/nbconfig/common.json
[D 13:54:28.458 NotebookApp] Paths used for configuration of common:
/home/fabrost/.jupyter/nbconfig/common.json
[D 13:54:28.459 NotebookApp] 200 GET /api/config/common?_=1535975668315 (::1) 6.49ms
[D 13:54:28.482 NotebookApp] Path components/MathJax/extensions/MathML/content-mathml.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathML/content-mathml.js
[D 13:54:28.483 NotebookApp] 304 GET /static/components/MathJax/extensions/MathML/content-mathml.js?V=2.7.4 (::1) 3.52ms
[D 13:54:28.493 NotebookApp] Found kernel python3 in /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/kernels
[D 13:54:28.494 NotebookApp] Found kernel python2 in /usr/local/share/jupyter/kernels
[D 13:54:28.494 NotebookApp] Found kernel octave in /usr/local/share/jupyter/kernels
[D 13:54:28.511 NotebookApp] 200 GET /api/kernelspecs (::1) 18.74ms
[D 13:54:28.558 NotebookApp] 200 GET /api/contents/tmp/Untitled2.ipynb?type=notebook&_=1535975668316 (::1) 18.32ms
[D 13:54:28.563 NotebookApp] 304 GET /custom/custom.js?v=20180903135406 (::1) 2.21ms
[D 13:54:28.567 NotebookApp] Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
[D 13:54:28.568 NotebookApp] 304 GET /static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.4 (::1) 3.43ms
[D 13:54:28.600 NotebookApp] Path jupyter-js-widgets/extension.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/jupyter-js-widgets/extension.js
[D 13:54:28.604 NotebookApp] Path nbextensions_configurator/config_menu/main.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/config_menu/main.js
[D 13:54:28.610 NotebookApp] Path contrib_nbextensions_help_item/main.js served from /usr/local/share/jupyter/nbextensions/contrib_nbextensions_help_item/main.js
[D 13:54:28.613 NotebookApp] Path nb_conda/main.js served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/main.js
[D 13:54:28.620 NotebookApp] Path toc2/main.js served from /usr/local/share/jupyter/nbextensions/toc2/main.js
[D 13:54:28.625 NotebookApp] Path codefolding/main.js served from /usr/local/share/jupyter/nbextensions/codefolding/main.js
[D 13:54:28.629 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/config_menu/main.js?v=20180903135406 (::1) 26.28ms
[D 13:54:28.630 NotebookApp] 200 GET /nbextensions/contrib_nbextensions_help_item/main.js?v=20180903135406 (::1) 22.27ms
[D 13:54:28.631 NotebookApp] 200 GET /nbextensions/nb_conda/main.js?v=20180903135406 (::1) 19.07ms
[D 13:54:28.631 NotebookApp] 200 GET /nbextensions/toc2/main.js?v=20180903135406 (::1) 15.69ms
[D 13:54:28.631 NotebookApp] 200 GET /nbextensions/codefolding/main.js?v=20180903135406 (::1) 8.31ms
[D 13:54:28.635 NotebookApp] Path execute_time/ExecuteTime.js served from /usr/local/share/jupyter/nbextensions/execute_time/ExecuteTime.js
[D 13:54:28.638 NotebookApp] Path freeze/main.js served from /usr/local/share/jupyter/nbextensions/freeze/main.js
[D 13:54:28.642 NotebookApp] Path snippets/main.js served from /usr/local/share/jupyter/nbextensions/snippets/main.js
[D 13:54:28.645 NotebookApp] 200 GET /nbextensions/execute_time/ExecuteTime.js?v=20180903135406 (::1) 11.21ms
[D 13:54:28.646 NotebookApp] 200 GET /nbextensions/freeze/main.js?v=20180903135406 (::1) 8.35ms
[D 13:54:28.646 NotebookApp] 200 GET /nbextensions/snippets/main.js?v=20180903135406 (::1) 5.60ms
[D 13:54:28.659 NotebookApp] 200 GET /nbextensions/jupyter-js-widgets/extension.js?v=20180903135406 (::1) 60.72ms
[D 13:54:28.759 NotebookApp] Starting kernel: ['/home/fabrost/miniconda3/envs/spols180816d/bin/python', '-m', 'ipykernel', '-f', '/run/user/10162/jupyter/kernel-70f208f7-2d7f-4fc4-971c-296d528cd99c.json']
[D 13:54:28.769 NotebookApp] Connecting to: tcp://127.0.0.1:41794
[D 13:54:28.773 NotebookApp] Connecting to: tcp://127.0.0.1:52679
[I 13:54:28.776 NotebookApp] Kernel started: 70f208f7-2d7f-4fc4-971c-296d528cd99c
[D 13:54:28.777 NotebookApp] Kernel args: {'kernel_name': 'conda-env-spols180816d-py', 'cwd': '/home/fabrost/tmp'}
[D 13:54:28.779 NotebookApp] 201 POST /api/sessions (::1) 71.31ms
[D 13:54:28.781 NotebookApp] Serving kernel resource from: /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/nb_conda_kernels/logos/python
[D 13:54:28.788 NotebookApp] Path collapsible_headings/main.js served from /usr/local/share/jupyter/nbextensions/collapsible_headings/main.js
[D 13:54:28.792 NotebookApp] Path snippets/snippets.json served from /usr/local/share/jupyter/nbextensions/snippets/snippets.json
[D 13:54:28.793 NotebookApp] 304 GET /nbextensions/snippets/snippets.json (::1) 2.15ms
[D 13:54:28.795 NotebookApp] Path notify/notify.js served from /usr/local/share/jupyter/nbextensions/notify/notify.js
[D 13:54:28.799 NotebookApp] 200 GET /api/contents/tmp/Untitled2.ipynb/checkpoints?_=1535975668317 (::1) 2.42ms
[D 13:54:28.802 NotebookApp] 304 GET /nbextensions/nb_conda/models.js?v=20180903135406 (::1) 1.72ms
[D 13:54:28.804 NotebookApp] 304 GET /nbextensions/nb_conda/urls.js?v=20180903135406 (::1) 1.66ms
[D 13:54:28.806 NotebookApp] 304 GET /nbextensions/nb_conda/views.js?v=20180903135406 (::1) 1.66ms
[D 13:54:28.807 NotebookApp] 200 GET /kernelspecs/conda-env-spols180816d-py/logo-64x64.png (::1) 27.50ms
[D 13:54:28.808 NotebookApp] 200 GET /nbextensions/collapsible_headings/main.js?v=20180903135406 (::1) 22.26ms
[D 13:54:28.811 NotebookApp] Path export_embedded/main.js served from /usr/local/share/jupyter/nbextensions/export_embedded/main.js
[D 13:54:28.814 NotebookApp] Path code_prettify/autopep8.js served from /usr/local/share/jupyter/nbextensions/code_prettify/autopep8.js
[D 13:54:28.817 NotebookApp] Path highlight_selected_word/main.js served from /usr/local/share/jupyter/nbextensions/highlight_selected_word/main.js
[D 13:54:28.820 NotebookApp] Path components/MathJax/extensions/Safe.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/Safe.js
[D 13:54:28.821 NotebookApp] 304 GET /static/components/MathJax/extensions/Safe.js?V=2.7.4 (::1) 2.07ms
[D 13:54:28.823 NotebookApp] Path components/codemirror/addon/fold/brace-fold.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/brace-fold.js
[D 13:54:28.825 NotebookApp] 200 GET /nbextensions/notify/notify.js?v=20180903135406 (::1) 31.35ms
[D 13:54:28.827 NotebookApp] Path code_prettify/2to3.js served from /usr/local/share/jupyter/nbextensions/code_prettify/2to3.js
[D 13:54:28.828 NotebookApp] 200 GET /nbextensions/export_embedded/main.js?v=20180903135406 (::1) 18.46ms
[D 13:54:28.828 NotebookApp] 200 GET /nbextensions/code_prettify/autopep8.js?v=20180903135406 (::1) 15.37ms
[D 13:54:28.828 NotebookApp] 200 GET /nbextensions/highlight_selected_word/main.js?v=20180903135406 (::1) 12.58ms
[D 13:54:28.828 NotebookApp] 200 GET /static/components/codemirror/addon/fold/brace-fold.js?v=20180903135406 (::1) 6.83ms
[D 13:54:28.830 NotebookApp] Path code_prettify/code_prettify.js served from /usr/local/share/jupyter/nbextensions/code_prettify/code_prettify.js
[D 13:54:28.831 NotebookApp] 200 GET /nbextensions/code_prettify/2to3.js?v=20180903135406 (::1) 5.03ms
[D 13:54:28.832 NotebookApp] Path toc2/toc2.js served from /usr/local/share/jupyter/nbextensions/toc2/toc2.js
[D 13:54:28.834 NotebookApp] Path components/codemirror/addon/fold/foldcode.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldcode.js
[D 13:54:28.836 NotebookApp] Path components/codemirror/addon/fold/foldgutter.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldgutter.js
[D 13:54:28.838 NotebookApp] Path components/codemirror/addon/fold/indent-fold.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/indent-fold.js
[D 13:54:28.840 NotebookApp] 200 GET /nbextensions/code_prettify/code_prettify.js?v=20180903135406 (::1) 11.01ms
[D 13:54:28.841 NotebookApp] Path execute_time/ExecuteTime.css served from /usr/local/share/jupyter/nbextensions/execute_time/ExecuteTime.css
[D 13:54:28.842 NotebookApp] 200 GET /nbextensions/toc2/toc2.js?v=20180903135406 (::1) 10.62ms
[D 13:54:28.842 NotebookApp] 200 GET /static/components/codemirror/addon/fold/foldcode.js?v=20180903135406 (::1) 9.14ms
[D 13:54:28.842 NotebookApp] 200 GET /static/components/codemirror/addon/fold/foldgutter.js?v=20180903135406 (::1) 7.03ms
[D 13:54:28.843 NotebookApp] 200 GET /static/components/codemirror/addon/fold/indent-fold.js?v=20180903135406 (::1) 4.89ms
[D 13:54:28.843 NotebookApp] 200 GET /nbextensions/execute_time/ExecuteTime.css?v=20180903135406 (::1) 2.61ms
[D 13:54:28.869 NotebookApp] Initializing websocket connection /api/kernels/70f208f7-2d7f-4fc4-971c-296d528cd99c/channels
[D 13:54:28.871 NotebookApp] Requesting kernel info from 70f208f7-2d7f-4fc4-971c-296d528cd99c
[D 13:54:28.871 NotebookApp] Connecting to: tcp://127.0.0.1:56350
[D 13:54:28.894 NotebookApp] Path code_prettify/kernel_exec_on_cell.js served from /usr/local/share/jupyter/nbextensions/code_prettify/kernel_exec_on_cell.js
[D 13:54:28.896 NotebookApp] 200 GET /nbextensions/code_prettify/kernel_exec_on_cell.js?v=20180903135406 (::1) 1.98ms
[D 13:54:28.905 NotebookApp] Path components/codemirror/addon/fold/foldgutter.css served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/fold/foldgutter.css
[D 13:54:28.908 NotebookApp] Path codefolding/foldgutter.css served from /usr/local/share/jupyter/nbextensions/codefolding/foldgutter.css
[D 13:54:28.910 NotebookApp] Path collapsible_headings/main.css served from /usr/local/share/jupyter/nbextensions/collapsible_headings/main.css
[D 13:54:28.911 NotebookApp] 200 GET /static/components/codemirror/addon/fold/foldgutter.css?v=20180903135406 (::1) 6.47ms
[D 13:54:28.912 NotebookApp] Path codefolding/firstline-fold.js served from /usr/local/share/jupyter/nbextensions/codefolding/firstline-fold.js
[D 13:54:28.914 NotebookApp] Path codefolding/magic-fold.js served from /usr/local/share/jupyter/nbextensions/codefolding/magic-fold.js
[D 13:54:28.915 NotebookApp] 200 GET /nbextensions/codefolding/foldgutter.css?v=20180903135406 (::1) 7.03ms
[D 13:54:28.915 NotebookApp] 200 GET /nbextensions/collapsible_headings/main.css?v=20180903135406 (::1) 5.71ms
[D 13:54:28.916 NotebookApp] 304 GET /nbextensions/nb_conda/common.js?v=20180903135406 (::1) 0.76ms
[D 13:54:28.917 NotebookApp] 200 GET /nbextensions/codefolding/firstline-fold.js?v=20180903135406 (::1) 5.15ms
[D 13:54:28.917 NotebookApp] 200 GET /nbextensions/codefolding/magic-fold.js?v=20180903135406 (::1) 3.78ms
[D 13:54:28.924 NotebookApp] Path components/codemirror/addon/selection/mark-selection.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/selection/mark-selection.js
[D 13:54:28.926 NotebookApp] 200 GET /static/components/codemirror/addon/selection/mark-selection.js?v=20180903135406 (::1) 2.78ms
[D 13:54:28.935 NotebookApp] Path toc2/main.css served from /usr/local/share/jupyter/nbextensions/toc2/main.css
[D 13:54:28.936 NotebookApp] 200 GET /nbextensions/toc2/main.css?v=20180903135406 (::1) 1.62ms
[D 13:54:29.032 NotebookApp] Path highlight_selected_word/main.css served from /usr/local/share/jupyter/nbextensions/highlight_selected_word/main.css
[D 13:54:29.034 NotebookApp] 200 GET /nbextensions/highlight_selected_word/main.css?v=20180903135406 (::1) 3.11ms
[D 13:54:29.043 NotebookApp] 304 GET /nbextensions/nb_conda/conda.css (::1) 0.68ms
[D 13:54:29.045 NotebookApp] Path nb_conda/menu.html served from /home/fabrost/miniconda3/envs/spols180816d/share/jupyter/nbextensions/nb_conda/menu.html
[D 13:54:29.045 NotebookApp] 304 GET /nbextensions/nb_conda/menu.html (::1) 1.25ms
[D 13:54:29.943 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:29.944 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:29.946 NotebookApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.1', 'implementation': 'ipython', 'implementation_version': '6.5.0', 'language_info': {'name': 'python', 'version': '3.6.6', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.6.6 | packaged by conda-forge | (default, Jul 26 2018, 09:53:17) \nType 'copyright', 'credits' or 'license' for more information\nIPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.6'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[I 13:54:29.946 NotebookApp] Adapting to protocol v5.1 for kernel 70f208f7-2d7f-4fc4-971c-296d528cd99c
[D 13:54:29.948 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:29.949 NotebookApp] 101 GET /api/kernels/70f208f7-2d7f-4fc4-971c-296d528cd99c/channels?session_id=82a32d45f966492b847c2fbf3dd207df (::1) 1080.19ms
[D 13:54:29.949 NotebookApp] Opening websocket /api/kernels/70f208f7-2d7f-4fc4-971c-296d528cd99c/channels
[D 13:54:29.950 NotebookApp] Getting buffer for 70f208f7-2d7f-4fc4-971c-296d528cd99c
[D 13:54:29.950 NotebookApp] Connecting to: tcp://127.0.0.1:56350
[D 13:54:29.950 NotebookApp] Connecting to: tcp://127.0.0.1:52679
[D 13:54:29.951 NotebookApp] Connecting to: tcp://127.0.0.1:50103
[D 13:54:29.966 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:29.967 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:29.984 NotebookApp] Path base/images/favicon-busy-1.ico served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/base/images/favicon-busy-1.ico
[D 13:54:29.986 NotebookApp] 200 GET /static/base/images/favicon-busy-1.ico (::1) 6.37ms
[D 13:54:29.989 NotebookApp] 304 GET /static/base/images/favicon-busy-1.ico (::1) 1.50ms
[D 13:54:30.005 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.013 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.020 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:30.134 NotebookApp] 304 GET /static/base/images/favicon-notebook.ico (::1) 1.81ms
[D 13:54:30.318 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.321 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.324 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:30.328 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.332 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.337 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.340 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.343 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.367 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.371 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:30.374 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.377 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.380 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:30.541 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.545 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:30.550 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: execute_input
[D 13:54:30.553 NotebookApp] activity on 70f208f7-2d7f-4fc4-971c-296d528cd99c: status
[D 13:54:36.150 NotebookApp] 200 GET /api/contents/tmp/Untitled2.ipynb?content=0&_=1535975668318 (::1) 3.53ms
[I 13:54:36.163 NotebookApp] Saving file at /tmp/Untitled2.ipynb
[D 13:54:36.163 NotebookApp] Saving /home/fabrost/tmp/Untitled2.ipynb
[D 13:54:36.222 NotebookApp] 200 PUT /api/contents/tmp/Untitled2.ipynb (::1) 59.90ms
[E 13:54:36.441 NotebookApp] Uncaught exception GET /nbconvert/html_toc/tmp/Untitled2.ipynb?download=true (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/nbconvert/html_toc/tmp/Untitled2.ipynb?download=true', version='HTTP/1.1', remote_ip='::1')
Traceback (most recent call last):
File "/home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/tornado/web.py", line 1590, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/tornado/web.py", line 3006, in wrapper
return method(self, *args, **kwargs)
File "/home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/nbconvert/handlers.py", line 84, in get
exporter = get_exporter(format, config=self.config, log=self.log)
File "/home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/nbconvert/handlers.py", line 66, in get_exporter
Exporter = get_exporter(format)
File "/home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/nbconvert/exporters/base.py", line 110, in get_exporter
% (name, ', '.join(get_export_names())))
ValueError: Unknown exporter "html_toc", did you mean one of: asciidoc, custom, html, latex, markdown, notebook, pdf, python, rst, script, slides?
[D 13:54:36.444 NotebookApp] Using contents: services/contents
[D 13:54:36.445 NotebookApp] Using contents: services/contents
[E 13:54:36.454 NotebookApp] {
"Host": "localhost:8888",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Language": "de,en-US;q=0.7,en;q=0.3",
"Accept-Encoding": "gzip, deflate",
"Referer": "http://localhost:8888/notebooks/tmp/Untitled2.ipynb?kernel_name=conda-env-spols180816d-py",
"Cookie": "_xsrf=2|135d5d05|16b20236eecfcc0cbf8e56ff91134f2f|1533554630; username-localhost-8888=\"2|1:0|10:1535973612|23:username-localhost-8888|44:YzdiN2RhY2NmY2YwNDZhOTljOWMxNDU2ZGU4NzMzMzI=|20ac3bd6c4d19eb89bb8243b43e0d874c0648a38c115d3e7d4e08e5f09768382\"",
"Dnt": "1",
"Connection": "keep-alive",
"Upgrade-Insecure-Requests": "1"
}
[E 13:54:36.454 NotebookApp] 500 GET /nbconvert/html_toc/tmp/Untitled2.ipynb?download=true (::1) 186.18ms referer=http://localhost:8888/notebooks/tmp/Untitled2.ipynb?kernel_name=conda-env-spols180816d-py
[D 13:54:36.530 NotebookApp] 304 GET /custom/custom.css (::1) 1.65ms
[D 13:54:36.596 NotebookApp] Path components/jquery/jquery.min.js served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/components/jquery/jquery.min.js
[D 13:54:36.599 NotebookApp] 200 GET /static/components/jquery/jquery.min.js?v=20180903135406 (::1) 4.47ms
[D 13:54:36.607 NotebookApp] Path favicon.ico served from /home/fabrost/miniconda3/envs/spols180816d/lib/python3.6/site-packages/notebook/static/favicon.ico
[D 13:54:36.608 NotebookApp] 304 GET /favicon.ico (::1) 2.31ms
Hey man, did you install "jupyter-contrib-nbextensions" ? if not that may be the issue. I had similar problem, and was solved by installing the "jupyter-contrib-nbextensions" installation guide linked below https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html
Thanks @ChengdaoYang , but I already installed jupyter-contrib-nbextensions according to the instructions.