ipywidgets: 404 GET

404 GET /nbextensions/widgets/notebook/js/extension.js?v=20170904163701

This error is driving me crazy! Uninstalled and reinstalled so many times. Definitely not being loaded via any jupyter config files. Are there any ipython config files that might be looking to load it on notebook load?

Also, there is no yaml spec, so the nbextensions_configurator from user-contrib is no help.

Any advice?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 6
  • Comments: 30 (13 by maintainers)

Most upvoted comments

@ahmadia Yes, thanks, I just came here to post a similar solution!

For anyone who may come after me. I am not sure if all steps are required, but they helped me narrow down the possible problem sources. Pretty sure only step 7 as above. So, perhaps just moving files to backups is a more appropriate strategy and slowly adding them back to their proper paths, e.g. mv ~/.jupyter ~/.jupyter.bak is better than rm ~/.jupyter

  1. Uninstalled jupyter-contrib-nbextensions, ipywidgets, ipython_genutils, from the target conda environment. Uninstalled ipywidgets from everywhere, system, user, and sys-prefix.

  2. Removed the jupyter_contrib_nbextensions config files ( common.json, edit.json, tree.json, terminal.json, notebook.json, jupyter_nvconver_config.json) from /usr/local/share/jupyter/nbextensions and /usr/local/share/jupyter/nbextensions. Not sure the sub-directories, but a simple find /usr -name "*.json" should reveal them.

  3. Removed my ~/.jupyter user config files in order to force use of the conda environment config files. Also made sure to target any extensions from the packages in 1 located in ~/.local/share/jupyter/nbextensions. I don’t have a ~/.ipython folder anymore, pretty sure that’s depricated, so that went too.

  4. Manually edited (because I have other extensions I wanted to keep) the conda env config files (same as in step 2) in ~/anaconda3/envs/myenv/etc/jupyter/nbconfig to delete any reference to any of the jupyter-contrib-nbextensions or ipywidgets extensions, whether enabled or not. Watch out for trailing commas at the end of the json lists!

  5. Reinstall all the things! conda install -c conda-forge jupyter_contrib_nbextensions ipywidgets

  6. Enable jupyter_contrib_nbextensions things with jupyter contrib nbextension install --sys-prefix and jupyter nbextensions_configurator install --sys-prefix (shouldn’t be needed, but doesn’t hurt)

  7. Enable ipywidgets as above with jupyter nbextension enable --py --sys-prefix widgetsnbextension. Pretty sure this was the magic step.

Thanks @jasongrout for your pleasantly persistent help!

I had similar problems, I fixed it with the following command:

jupyter nbextension enable --py --sys-prefix widgetsnbextension

The sys-prefix seemed to fix whatever issue the conda installer is having in getting the nbextension to properly register the Javascript.

I continue to see a similar error 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20170915085159 (::1) 2.74ms referer=http://localhost:8888/notebooks/some_notebook.ipynb when calling jupyter notebook. The symptom was ‘Widget Javascript not detected’ (jupyter-widgets/ipywidgets#669) when calling `tqdm.tqdm_notebook’, but console output looks like this issue so did not want to open a new issue.

I tried the proposed solution from that issue jupyter nbextension enable --py --sys-prefix widgetsnbextension, which did not work. Then I removed and re-installed ipywidgets 6.0 (upgrading to 7.0 in the process) and widgetsnbextension 3.0 but the original problem remains.

Current information:

conda list widgets

ipywidgets                7.0.0                    py36_1    conda-forge
widgetsnbextension        3.0.2                    py36_0
conda list jupyter

jupyter                   1.0.0                    py36_3
jupyter_client            5.1.0                    py36_0
jupyter_console           5.2.0                    py36_0
jupyter_contrib_core      0.3.3                    py36_0    conda-forge
jupyter_contrib_nbextensions 0.3.1                    py36_0    conda-forge
jupyter_core              4.3.0                    py36_0
jupyter_highlight_selected_word 0.0.11                   py36_0    conda-forge
jupyter_latex_envs        1.3.8.2                  py36_1    conda-forge
jupyter_nbextensions_configurator 0.2.7                    py36_0    conda-forge
jupyter notebook --debug
[D 08:51:59.634 NotebookApp] Searching ['/Volumes/WorkHorse/repos/ChinaMktIntel/notebooks', '/Users/arg/.jupyter', '/usr/local/share/anaconda/envs/nlp36/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 08:51:59.635 NotebookApp] Looking for jupyter_config in /etc/jupyter
[D 08:51:59.635 NotebookApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 08:51:59.635 NotebookApp] Looking for jupyter_config in /usr/local/share/anaconda/envs/nlp36/etc/jupyter
[D 08:51:59.635 NotebookApp] Looking for jupyter_config in /Users/arg/.jupyter
[D 08:51:59.635 NotebookApp] Looking for jupyter_config in /Volumes/WorkHorse/repos/ChinaMktIntel/notebooks
[D 08:51:59.636 NotebookApp] Looking for jupyter_notebook_config in /etc/jupyter
[D 08:51:59.636 NotebookApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 08:51:59.637 NotebookApp] Looking for jupyter_notebook_config in /usr/local/share/anaconda/envs/nlp36/etc/jupyter
[D 08:51:59.637 NotebookApp] Looking for jupyter_notebook_config in /Users/arg/.jupyter
[D 08:51:59.637 NotebookApp] Loaded config file: /Users/arg/.jupyter/jupyter_notebook_config.py
[D 08:51:59.638 NotebookApp] Loaded config file: /Users/arg/.jupyter/jupyter_notebook_config.json
[D 08:51:59.638 NotebookApp] Looking for jupyter_notebook_config in /Volumes/WorkHorse/repos/ChinaMktIntel/notebooks
[D 08:52:00.325 NotebookApp] [jupyter_nbextensions_configurator] Loading 0.2.7
[D 08:52:00.325 NotebookApp] [jupyter_nbextensions_configurator]   Editing templates path to add /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/templates
[D 08:52:00.326 NotebookApp] [jupyter_nbextensions_configurator]   Editing nbextensions path to add /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static
[D 08:52:00.326 NotebookApp] [jupyter_nbextensions_configurator]   Adding new handlers
[I 08:52:00.327 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.2.7
[I 08:52:00.334 NotebookApp] Serving notebooks from local directory: /Volumes/WorkHorse/repos/ChinaMktIntel/notebooks
[I 08:52:00.334 NotebookApp] 0 active kernels
[I 08:52:00.334 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=519cd83f6462b74f37f1e22d7ac78aecffeb22e53b876bb8
[I 08:52:00.334 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 08:52:00.335 NotebookApp]

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=519cd83f6462b74f37f1e22d7ac78aecffeb22e53b876bb8
[I 08:52:00.864 NotebookApp] Accepting one-time-token-authenticated connection from ::1
[D 08:52:00.866 NotebookApp] Using contents: services/contents
[D 08:52:00.902 NotebookApp] Path base/images/favicon.ico served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/base/images/favicon.ico
[D 08:52:00.903 NotebookApp] Path components/jquery-ui/themes/smoothness/jquery-ui.min.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css
[D 08:52:00.903 NotebookApp] Path components/jquery-typeahead/dist/jquery.typeahead.min.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css
[D 08:52:00.904 NotebookApp] Path style/style.min.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/style/style.min.css
[D 08:52:00.905 NotebookApp] Path components/es6-promise/promise.min.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/es6-promise/promise.min.js
[D 08:52:00.906 NotebookApp] Path components/preact/index.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/preact/index.js
[D 08:52:00.906 NotebookApp] Path components/proptypes/index.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/proptypes/index.js
[D 08:52:00.907 NotebookApp] Path components/preact-compat/index.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/preact-compat/index.js
[D 08:52:00.907 NotebookApp] Path components/requirejs/require.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/requirejs/require.js
[D 08:52:00.909 NotebookApp] Path base/images/logo.png served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/base/images/logo.png
[D 08:52:00.909 NotebookApp] Path tree/js/main.min.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/tree/js/main.min.js
[D 08:52:00.912 NotebookApp] 200 GET /tree?token=051b2aeafe1235fc142f03283edaefebd13699bf4a1aeb0f (::1) 48.88ms
[D 08:52:00.951 NotebookApp] Path custom.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/custom/custom.css
[D 08:52:00.952 NotebookApp] 304 GET /custom/custom.css (::1) 1.46ms
[D 08:52:01.096 NotebookApp] Path services/contents.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/services/contents.js
[D 08:52:01.097 NotebookApp] 200 GET /static/services/contents.js?v=20170915085159 (::1) 1.53ms
[D 08:52:01.128 NotebookApp] 200 GET /api/config/tree?_=1505490721033 (::1) 3.30ms
[D 08:52:01.132 NotebookApp] 200 GET /api/config/common?_=1505490721034 (::1) 2.69ms
[D 08:52:01.154 NotebookApp] 200 GET /api/terminals?_=1505490721035 (::1) 0.82ms
[D 08:52:01.157 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:52:01.157 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:52:01.161 NotebookApp] 304 GET /api/kernelspecs (::1) 6.01ms
[D 08:52:01.163 NotebookApp] 200 GET /api/terminals?_=1505490721037 (::1) 0.80ms
[D 08:52:01.165 NotebookApp] 200 GET /api/sessions?_=1505490721036 (::1) 1.51ms
[D 08:52:01.208 NotebookApp] 200 GET /api/contents?type=directory&_=1505490721038 (::1) 3.47ms
[D 08:52:01.210 NotebookApp] Path nb_conda/tree.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/tree.js
[D 08:52:01.211 NotebookApp] 200 GET /nbextensions/nb_conda/tree.js?v=20170915085159 (::1) 1.48ms
[D 08:52:01.212 NotebookApp] Path custom.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/custom/custom.js
[D 08:52:01.214 NotebookApp] 200 GET /custom/custom.js?v=20170915085159 (::1) 2.50ms
[D 08:52:01.215 NotebookApp] Path nbextensions_configurator/tree_tab/main.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js
[D 08:52:01.217 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/tree_tab/main.js?v=20170915085159 (::1) 1.85ms
[D 08:52:01.247 NotebookApp] Path nb_conda/models.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/models.js
[D 08:52:01.249 NotebookApp] 200 GET /nbextensions/nb_conda/models.js?v=20170915085159 (::1) 2.19ms
[D 08:52:01.250 NotebookApp] Path nb_conda/urls.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/urls.js
[D 08:52:01.251 NotebookApp] 200 GET /nbextensions/nb_conda/urls.js?v=20170915085159 (::1) 1.33ms
[D 08:52:01.252 NotebookApp] Path nb_conda/views.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/views.js
[D 08:52:01.253 NotebookApp] 200 GET /nbextensions/nb_conda/views.js?v=20170915085159 (::1) 1.45ms
[D 08:52:01.254 NotebookApp] Path nbextensions_configurator/main.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/main.js
[D 08:52:01.256 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/main.js?v=20170915085159 (::1) 1.91ms
[D 08:52:01.257 NotebookApp] Path components/jquery-ui/ui/minified/jquery-ui.min.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/jquery-ui/ui/minified/jquery-ui.min.js
[D 08:52:01.260 NotebookApp] 200 GET /static/components/jquery-ui/ui/minified/jquery-ui.min.js?v=20170915085159 (::1) 2.80ms
[D 08:52:01.261 NotebookApp] Path nbextensions_configurator/render/render.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/render.js
[D 08:52:01.263 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/render/render.js?v=20170915085159 (::1) 2.17ms
[D 08:52:01.264 NotebookApp] Path nb_conda/common.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/common.js
[D 08:52:01.265 NotebookApp] 200 GET /nbextensions/nb_conda/common.js?v=20170915085159 (::1) 1.38ms
[D 08:52:01.266 NotebookApp] Path nbextensions_configurator/kse_components.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/kse_components.js
[D 08:52:01.267 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/kse_components.js?v=20170915085159 (::1) 1.64ms
[D 08:52:01.269 NotebookApp] Path notebook/js/quickhelp.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/quickhelp.js
[D 08:52:01.270 NotebookApp] 200 GET /static/notebook/js/quickhelp.js?v=20170915085159 (::1) 1.38ms
[D 08:52:01.289 NotebookApp] Path base/js/security.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/base/js/security.js
[D 08:52:01.290 NotebookApp] 200 GET /static/base/js/security.js?v=20170915085159 (::1) 1.70ms
[D 08:52:01.291 NotebookApp] Path components/marked/lib/marked.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/marked/lib/marked.js
[D 08:52:01.293 NotebookApp] 200 GET /static/components/marked/lib/marked.js?v=20170915085159 (::1) 1.81ms
[D 08:52:01.294 NotebookApp] Path notebook/js/mathjaxutils.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/mathjaxutils.js
[D 08:52:01.295 NotebookApp] 200 GET /static/notebook/js/mathjaxutils.js?v=20170915085159 (::1) 1.89ms
[D 08:52:01.297 NotebookApp] Path components/codemirror/addon/runmode/runmode.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/runmode/runmode.js
[D 08:52:01.298 NotebookApp] 200 GET /static/components/codemirror/addon/runmode/runmode.js?v=20170915085159 (::1) 1.40ms
[D 08:52:01.299 NotebookApp] Path components/codemirror/mode/gfm/gfm.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/gfm/gfm.js
[D 08:52:01.300 NotebookApp] 200 GET /static/components/codemirror/mode/gfm/gfm.js?v=20170915085159 (::1) 1.51ms
[D 08:52:01.301 NotebookApp] Path notebook/js/codemirror-ipythongfm.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipythongfm.js
[D 08:52:01.302 NotebookApp] 200 GET /static/notebook/js/codemirror-ipythongfm.js?v=20170915085159 (::1) 1.40ms
[D 08:52:01.303 NotebookApp] Path nb_conda/conda.css served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/conda.css
[D 08:52:01.304 NotebookApp] 304 GET /nbextensions/nb_conda/conda.css (::1) 1.02ms
[D 08:52:01.305 NotebookApp] Path notebook/js/codemirror-ipython.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/codemirror-ipython.js
[D 08:52:01.306 NotebookApp] 200 GET /static/notebook/js/codemirror-ipython.js?v=20170915085159 (::1) 1.29ms
[D 08:52:01.307 NotebookApp] Path nb_conda/tab.html served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/nb_conda/tab.html
[D 08:52:01.307 NotebookApp] 304 GET /nbextensions/nb_conda/tab.html (::1) 0.92ms
[D 08:52:01.308 NotebookApp] Path nbextensions_configurator/quickhelp_shim.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/quickhelp_shim.js
[D 08:52:01.309 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/quickhelp_shim.js?v=20170915085159 (::1) 1.37ms
[D 08:52:01.311 NotebookApp] Path components/google-caja/html-css-sanitizer-minified.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/google-caja/html-css-sanitizer-minified.js
[D 08:52:01.313 NotebookApp] 200 GET /static/components/google-caja/html-css-sanitizer-minified.js?v=20170915085159 (::1) 2.22ms
[D 08:52:01.318 NotebookApp] Path components/codemirror/mode/markdown/markdown.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/markdown/markdown.js
[D 08:52:01.319 NotebookApp] 200 GET /static/components/codemirror/mode/markdown/markdown.js?v=20170915085159 (::1) 1.64ms
[D 08:52:01.320 NotebookApp] Path components/codemirror/addon/mode/overlay.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/overlay.js
[D 08:52:01.321 NotebookApp] 200 GET /static/components/codemirror/addon/mode/overlay.js?v=20170915085159 (::1) 1.30ms
[D 08:52:01.322 NotebookApp] Path components/codemirror/addon/mode/multiplex.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/addon/mode/multiplex.js
[D 08:52:01.323 NotebookApp] 200 GET /static/components/codemirror/addon/mode/multiplex.js?v=20170915085159 (::1) 1.42ms
[D 08:52:01.325 NotebookApp] Path components/codemirror/mode/stex/stex.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/stex/stex.js
[D 08:52:01.325 NotebookApp] 200 GET /static/components/codemirror/mode/stex/stex.js?v=20170915085159 (::1) 1.26ms
[D 08:52:01.326 NotebookApp] Path components/codemirror/mode/python/python.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/python/python.js
[D 08:52:01.327 NotebookApp] 200 GET /static/components/codemirror/mode/python/python.js?v=20170915085159 (::1) 1.26ms
[D 08:52:01.353 NotebookApp] Path components/codemirror/mode/xml/xml.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/xml/xml.js
[D 08:52:01.354 NotebookApp] 200 GET /static/components/codemirror/mode/xml/xml.js?v=20170915085159 (::1) 1.56ms
[D 08:52:01.361 NotebookApp] Path nbextensions_configurator/main.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/main.css
[D 08:52:01.363 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/main.css?v=20170915085159 (::1) 2.37ms
[D 08:52:01.364 NotebookApp] Path nbextensions_configurator/render/rendermd.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/render/rendermd.css
[D 08:52:01.365 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/render/rendermd.css?v=20170915085159 (::1) 1.60ms
[D 08:52:01.386 NotebookApp] 200 GET /api/config/notebook?_=1505490721039 (::1) 3.48ms
[D 08:52:01.390 NotebookApp] 200 GET /api/config/common?_=1505490721042 (::1) 2.85ms
[D 08:52:01.393 NotebookApp] 200 GET /api/config/tree?_=1505490721041 (::1) 2.76ms
[D 08:52:01.397 NotebookApp] 200 GET /api/config/edit?_=1505490721040 (::1) 3.47ms
[D 08:52:01.402 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /Users/arg/Library/Jupyter/nbextensions
[D 08:52:01.403 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions
[D 08:52:01.404 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AddBefore' in addbefore/addbefore.yaml
[D 08:52:01.405 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AutoSaveTime' in autosavetime/autosavetime.yaml
[D 08:52:01.407 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autoscroll' in autoscroll/autoscroll.yaml
[D 08:52:01.407 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Chrome Clipboard' in chrome-clipboard/chrome-clipboard.yaml
[D 08:52:01.408 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code Font Size' in code_font_size/code_font_size.yaml
[D 08:52:01.410 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '2to3 Converter' in code_prettify/2to3.yaml
[D 08:52:01.412 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autopep8' in code_prettify/autopep8.yaml
[D 08:52:01.414 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code prettify' in code_prettify/code_prettify.yaml
[D 08:52:01.415 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding' in codefolding/codefolding.yaml
[D 08:52:01.416 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding in Editor' in codefolding/codefolding_editor.yaml
[D 08:52:01.417 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'CodeMirror mode extensions' in codemirror_mode_extensions/codemirror_mode_extensions.yaml
[D 08:52:01.420 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Collapsible Headings' in collapsible_headings/collapsible_headings.yaml
[D 08:52:01.421 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Comment/Uncomment Hotkey' in comment-uncomment/comment-uncomment.yaml
[D 08:52:01.422 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'contrib_nbextensions_help_item' in contrib_nbextensions_help_item/contrib_nbextensions_help_item.yaml
[D 08:52:01.422 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'datestamper' in datestamper/main.yaml
[D 08:52:01.423 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Drag and Drop' in dragdrop/dragdrop.yaml
[D 08:52:01.424 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Equation Auto Numbering' in equation-numbering/info.yaml
[D 08:52:01.425 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ExecuteTime' in execute_time/ExecuteTime.yaml
[D 08:52:01.426 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise' in exercise/exercise.yaml
[D 08:52:01.427 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise2' in exercise2/exercise2.yaml
[D 08:52:01.427 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Export Embedded HTML' in export_embedded/export_embedded.yaml
[D 08:52:01.428 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Freeze' in freeze/config.yaml
[D 08:52:01.429 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Gist-it' in gist_it/gist_it.yaml
[D 08:52:01.430 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Help panel' in help_panel/help_panel.yaml
[D 08:52:01.430 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide Header' in hide_header/hide_header.yaml
[D 08:52:01.431 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input' in hide_input/hide-input.yaml
[D 08:52:01.431 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input all' in hide_input_all/hide_input_all.yaml
[D 08:52:01.433 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Highlight selected word' in highlight_selected_word/configurator.yaml
[D 08:52:01.434 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'highlighter' in highlighter/highlighter.yaml
[D 08:52:01.435 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hinterland' in hinterland/hinterland.yaml
[D 08:52:01.436 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Initialization cells' in init_cell/init_cell.yaml
[D 08:52:01.437 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Keyboard shortcut editor' in keyboard_shortcut_editor/keyboard_shortcut_editor.yaml
[D 08:52:01.438 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '(some) LaTeX environments for Jupyter' in latex_envs/latex_envs.yaml
[D 08:52:01.440 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Limit Output' in limit_output/limit-output.yaml
[D 08:52:01.440 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Move selected cells' in move_selected_cells/move_selected_cells.yaml
[D 08:52:01.441 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Navigation-Hotkeys' in navigation-hotkeys/hotkeys.yaml
[D 08:52:01.443 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'nbTranslate' in nbTranslate/nbTranslate.yaml
[D 08:52:01.443 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Notify' in notify/notify.yaml
[D 08:52:01.444 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Printview' in printview/printview.yaml
[D 08:52:01.445 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Python Markdown' in python-markdown/python-markdown.yaml
[D 08:52:01.445 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Launch QTConsole' in qtconsole/qtconsole.yaml
[D 08:52:01.446 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Rubberband' in rubberband/rubberband.yaml
[D 08:52:01.447 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Ruler' in ruler/ruler.yaml
[D 08:52:01.448 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Runtools' in runtools/runtools.yaml
[D 08:52:01.448 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ScrollDown' in scroll_down/config.yaml
[D 08:52:01.449 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Search-Replace' in search-replace/search-replace.yaml
[D 08:52:01.450 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Select CodeMirror Keymap' in select_keymap/select_keymap.yaml
[D 08:52:01.450 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'SKILL Syntax' in skill/skill.yaml
[D 08:52:01.451 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Skip-Traceback' in skip-traceback/skip-traceback.yaml
[D 08:52:01.452 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets' in snippets/snippets.yaml
[D 08:52:01.454 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets Menu' in snippets_menu/config.yaml
[D 08:52:01.456 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'spellchecker' in spellchecker/config.yaml
[D 08:52:01.456 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Split Cells Notebook' in splitcell/splitcell.yaml
[D 08:52:01.457 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'table_beautifier' in table_beautifier/table_beautifier.yaml
[D 08:52:01.459 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Table of Contents (2)' in toc2/toc2.yaml
[D 08:52:01.460 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Toggle all line numbers' in toggle_all_line_numbers/main.yaml
[D 08:52:01.461 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Tree Filter' in tree-filter/tree-filter.yaml
[D 08:52:01.462 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Variable Inspector' in varInspector/varInspector.yaml
[D 08:52:01.463 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'zenmode' in zenmode/zenmode.yaml
[D 08:52:01.463 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/jupyter/nbextensions
[D 08:52:01.463 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/share/jupyter/nbextensions
[D 08:52:01.463 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /Users/arg/.ipython/nbextensions
[D 08:52:01.464 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static
[D 08:52:01.464 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions edit menu item' in nbextensions_configurator/config_menu/config_menu.yaml
[D 08:52:01.465 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions dashboard tab' in nbextensions_configurator/tree_tab/tree_tab.yaml
[D 08:52:01.466 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/list?_=1505490721043 (::1) 64.74ms
[D 08:52:01.510 NotebookApp] Path zenmode/README.md served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/zenmode/README.md
[D 08:52:01.511 NotebookApp] 304 GET /nbextensions/zenmode/README.md (::1) 0.98ms
[D 08:53:01.165 NotebookApp] 200 GET /api/sessions?_=1505490721044 (::1) 0.98ms
[D 08:53:01.167 NotebookApp] 200 GET /api/terminals?_=1505490721045 (::1) 0.57ms
[D 08:53:01.171 NotebookApp] 200 GET /api/contents?type=directory&_=1505490721046 (::1) 2.26ms
[D 08:53:57.001 NotebookApp] Path style/style.min.css.map served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/style/style.min.css.map
[D 08:53:57.001 NotebookApp] 304 GET /static/style/style.min.css.map (::1) 0.93ms
[D 08:53:57.014 NotebookApp] Using contents: services/contents
[W 08:53:57.025 NotebookApp] 404 GET /static/components/preact-compat/preact-compat.min.js.map (::1) 11.63ms referer=http://localhost:8888/tree
[D 08:53:57.027 NotebookApp] Using contents: services/contents
[W 08:53:57.027 NotebookApp] 404 GET /static/components/proptypes/index.js.map (::1) 1.46ms referer=http://localhost:8888/tree
[D 08:53:57.029 NotebookApp] Using contents: services/contents
[W 08:53:57.029 NotebookApp] 404 GET /static/components/preact/preact.min.js.map (::1) 1.34ms referer=http://localhost:8888/tree
[D 08:53:57.030 NotebookApp] Path tree/js/main.min.js.map served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/tree/js/main.min.js.map
[D 08:53:57.031 NotebookApp] 304 GET /static/tree/js/main.min.js.map (::1) 0.76ms
[D 08:58:41.266 NotebookApp] 200 GET /api/sessions?_=1505490721047 (::1) 1.11ms
[D 08:58:41.268 NotebookApp] 200 GET /api/terminals?_=1505490721048 (::1) 0.96ms
[D 08:58:41.278 NotebookApp] 200 GET /api/contents?type=directory&_=1505490721049 (::1) 2.49ms
[D 08:58:49.726 NotebookApp] Using contents: services/contents
[D 08:58:49.728 NotebookApp] 200 GET /tree/warehouse_data (::1) 2.49ms
[D 08:58:49.785 NotebookApp] 304 GET /custom/custom.css (::1) 0.82ms
[D 08:58:49.909 NotebookApp] 304 GET /static/style/style.min.css.map (::1) 0.85ms
[D 08:58:49.910 NotebookApp] Using contents: services/contents
[W 08:58:49.912 NotebookApp] 404 GET /static/components/preact/preact.min.js.map (::1) 2.28ms referer=http://localhost:8888/tree/warehouse_data
[D 08:58:49.914 NotebookApp] Using contents: services/contents
[W 08:58:49.915 NotebookApp] 404 GET /static/components/preact-compat/preact-compat.min.js.map (::1) 2.40ms referer=http://localhost:8888/tree/warehouse_data
[D 08:58:49.917 NotebookApp] Using contents: services/contents
[W 08:58:49.918 NotebookApp] 404 GET /static/components/proptypes/index.js.map (::1) 1.68ms referer=http://localhost:8888/tree/warehouse_data
[D 08:58:49.920 NotebookApp] 304 GET /static/tree/js/main.min.js.map (::1) 0.64ms
[D 08:58:49.996 NotebookApp] 200 GET /api/config/tree?_=1505491129828 (::1) 3.07ms
[D 08:58:49.999 NotebookApp] 200 GET /api/config/common?_=1505491129829 (::1) 2.50ms
[D 08:58:50.007 NotebookApp] 200 GET /api/terminals?_=1505491129830 (::1) 0.65ms
[D 08:58:50.009 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:58:50.009 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:58:50.010 NotebookApp] 304 GET /api/kernelspecs (::1) 2.13ms
[D 08:58:50.012 NotebookApp] 200 GET /api/sessions?_=1505491129831 (::1) 0.73ms
[D 08:58:50.013 NotebookApp] 200 GET /api/terminals?_=1505491129832 (::1) 0.58ms
[D 08:58:50.064 NotebookApp] 200 GET /api/contents/warehouse_data?type=directory&_=1505491129833 (::1) 32.28ms
[D 08:58:50.066 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/tree_tab/main.js?v=20170915085159 (::1) 0.96ms
[D 08:58:50.068 NotebookApp] 304 GET /nbextensions/nb_conda/tree.js?v=20170915085159 (::1) 1.15ms
[D 08:58:50.070 NotebookApp] 304 GET /custom/custom.js?v=20170915085159 (::1) 0.99ms
[D 08:58:50.389 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/main.js?v=20170915085159 (::1) 1.09ms
[D 08:58:50.391 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/render/render.js?v=20170915085159 (::1) 0.99ms
[D 08:58:50.392 NotebookApp] 304 GET /nbextensions/nb_conda/models.js?v=20170915085159 (::1) 0.85ms
[D 08:58:50.394 NotebookApp] 304 GET /nbextensions/nb_conda/urls.js?v=20170915085159 (::1) 0.88ms
[D 08:58:50.396 NotebookApp] 304 GET /nbextensions/nb_conda/views.js?v=20170915085159 (::1) 0.75ms
[D 08:58:50.401 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/kse_components.js?v=20170915085159 (::1) 0.89ms
[D 08:58:50.410 NotebookApp] 304 GET /nbextensions/nb_conda/common.js?v=20170915085159 (::1) 0.90ms
[D 08:58:50.450 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/quickhelp_shim.js?v=20170915085159 (::1) 0.93ms
[D 08:58:50.452 NotebookApp] 304 GET /nbextensions/nb_conda/conda.css (::1) 0.74ms
[D 08:58:50.455 NotebookApp] 304 GET /nbextensions/nb_conda/tab.html (::1) 0.76ms
[D 08:58:50.484 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/main.css?v=20170915085159 (::1) 1.24ms
[D 08:58:50.486 NotebookApp] 304 GET /nbextensions/nbextensions_configurator/render/rendermd.css?v=20170915085159 (::1) 0.87ms
[D 08:58:50.514 NotebookApp] 200 GET /api/config/notebook?_=1505491129834 (::1) 3.33ms
[D 08:58:50.519 NotebookApp] 200 GET /api/config/edit?_=1505491129835 (::1) 3.62ms
[D 08:58:50.523 NotebookApp] 200 GET /api/config/tree?_=1505491129836 (::1) 2.98ms
[D 08:58:50.526 NotebookApp] 200 GET /api/config/common?_=1505491129837 (::1) 2.82ms
[D 08:58:50.561 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /Users/arg/Library/Jupyter/nbextensions
[D 08:58:50.561 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions
[D 08:58:50.562 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AddBefore' in addbefore/addbefore.yaml
[D 08:58:50.563 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'AutoSaveTime' in autosavetime/autosavetime.yaml
[D 08:58:50.564 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autoscroll' in autoscroll/autoscroll.yaml
[D 08:58:50.565 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Chrome Clipboard' in chrome-clipboard/chrome-clipboard.yaml
[D 08:58:50.566 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code Font Size' in code_font_size/code_font_size.yaml
[D 08:58:50.567 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '2to3 Converter' in code_prettify/2to3.yaml
[D 08:58:50.568 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Autopep8' in code_prettify/autopep8.yaml
[D 08:58:50.570 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Code prettify' in code_prettify/code_prettify.yaml
[D 08:58:50.571 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding' in codefolding/codefolding.yaml
[D 08:58:50.571 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Codefolding in Editor' in codefolding/codefolding_editor.yaml
[D 08:58:50.572 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'CodeMirror mode extensions' in codemirror_mode_extensions/codemirror_mode_extensions.yaml
[D 08:58:50.575 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Collapsible Headings' in collapsible_headings/collapsible_headings.yaml
[D 08:58:50.576 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Comment/Uncomment Hotkey' in comment-uncomment/comment-uncomment.yaml
[D 08:58:50.577 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'contrib_nbextensions_help_item' in contrib_nbextensions_help_item/contrib_nbextensions_help_item.yaml
[D 08:58:50.577 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'datestamper' in datestamper/main.yaml
[D 08:58:50.578 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Drag and Drop' in dragdrop/dragdrop.yaml
[D 08:58:50.579 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Equation Auto Numbering' in equation-numbering/info.yaml
[D 08:58:50.580 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ExecuteTime' in execute_time/ExecuteTime.yaml
[D 08:58:50.581 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise' in exercise/exercise.yaml
[D 08:58:50.582 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Exercise2' in exercise2/exercise2.yaml
[D 08:58:50.583 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Export Embedded HTML' in export_embedded/export_embedded.yaml
[D 08:58:50.584 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Freeze' in freeze/config.yaml
[D 08:58:50.585 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Gist-it' in gist_it/gist_it.yaml
[D 08:58:50.586 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Help panel' in help_panel/help_panel.yaml
[D 08:58:50.587 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide Header' in hide_header/hide_header.yaml
[D 08:58:50.587 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input' in hide_input/hide-input.yaml
[D 08:58:50.588 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hide input all' in hide_input_all/hide_input_all.yaml
[D 08:58:50.590 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Highlight selected word' in highlight_selected_word/configurator.yaml
[D 08:58:50.591 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'highlighter' in highlighter/highlighter.yaml
[D 08:58:50.593 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Hinterland' in hinterland/hinterland.yaml
[D 08:58:50.594 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Initialization cells' in init_cell/init_cell.yaml
[D 08:58:50.595 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Keyboard shortcut editor' in keyboard_shortcut_editor/keyboard_shortcut_editor.yaml
[D 08:58:50.596 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension '(some) LaTeX environments for Jupyter' in latex_envs/latex_envs.yaml
[D 08:58:50.598 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Limit Output' in limit_output/limit-output.yaml
[D 08:58:50.599 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Move selected cells' in move_selected_cells/move_selected_cells.yaml
[D 08:58:50.600 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Navigation-Hotkeys' in navigation-hotkeys/hotkeys.yaml
[D 08:58:50.602 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'nbTranslate' in nbTranslate/nbTranslate.yaml
[D 08:58:50.603 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Notify' in notify/notify.yaml
[D 08:58:50.604 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Printview' in printview/printview.yaml
[D 08:58:50.605 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Python Markdown' in python-markdown/python-markdown.yaml
[D 08:58:50.606 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Launch QTConsole' in qtconsole/qtconsole.yaml
[D 08:58:50.606 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Rubberband' in rubberband/rubberband.yaml
[D 08:58:50.608 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Ruler' in ruler/ruler.yaml
[D 08:58:50.608 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Runtools' in runtools/runtools.yaml
[D 08:58:50.609 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'ScrollDown' in scroll_down/config.yaml
[D 08:58:50.610 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Search-Replace' in search-replace/search-replace.yaml
[D 08:58:50.611 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Select CodeMirror Keymap' in select_keymap/select_keymap.yaml
[D 08:58:50.612 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'SKILL Syntax' in skill/skill.yaml
[D 08:58:50.613 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Skip-Traceback' in skip-traceback/skip-traceback.yaml
[D 08:58:50.614 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets' in snippets/snippets.yaml
[D 08:58:50.616 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Snippets Menu' in snippets_menu/config.yaml
[D 08:58:50.617 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'spellchecker' in spellchecker/config.yaml
[D 08:58:50.618 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Split Cells Notebook' in splitcell/splitcell.yaml
[D 08:58:50.619 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'table_beautifier' in table_beautifier/table_beautifier.yaml
[D 08:58:50.621 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Table of Contents (2)' in toc2/toc2.yaml
[D 08:58:50.622 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Toggle all line numbers' in toggle_all_line_numbers/main.yaml
[D 08:58:50.623 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Tree Filter' in tree-filter/tree-filter.yaml
[D 08:58:50.624 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Variable Inspector' in varInspector/varInspector.yaml
[D 08:58:50.625 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'zenmode' in zenmode/zenmode.yaml
[D 08:58:50.625 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/jupyter/nbextensions
[D 08:58:50.625 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/share/jupyter/nbextensions
[D 08:58:50.625 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /Users/arg/.ipython/nbextensions
[D 08:58:50.626 NotebookApp] [jupyter_nbextensions_configurator] Looking for nbextension yaml descriptor files in /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static
[D 08:58:50.626 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions edit menu item' in nbextensions_configurator/config_menu/config_menu.yaml
[D 08:58:50.627 NotebookApp] [jupyter_nbextensions_configurator] Found nbextension 'Nbextensions dashboard tab' in nbextensions_configurator/tree_tab/tree_tab.yaml
[D 08:58:50.629 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/list?_=1505491129838 (::1) 68.41ms
[D 08:58:50.692 NotebookApp] 304 GET /nbextensions/zenmode/README.md (::1) 0.79ms
[D 08:59:00.978 NotebookApp] Using contents: services/contents
[D 08:59:01.006 NotebookApp] Path components/bootstrap-tour/build/css/bootstrap-tour.min.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css
[D 08:59:01.008 NotebookApp] Path components/codemirror/lib/codemirror.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/codemirror/lib/codemirror.css
[D 08:59:01.010 NotebookApp] Path notebook/css/override.css served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/css/override.css
[D 08:59:01.011 NotebookApp] Path components/text-encoding/lib/encoding.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/text-encoding/lib/encoding.js
[D 08:59:01.012 NotebookApp] Path notebook/js/main.min.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/main.min.js
[D 08:59:01.019 NotebookApp] 200 GET /notebooks/warehouse_data/warehouse_v10.ipynb (::1) 42.36ms
[D 08:59:01.023 NotebookApp] 304 GET /api/config/common?_=1505489187701 (::1) 3.89ms
[D 08:59:01.025 NotebookApp] 304 GET /custom/custom.css (::1) 0.71ms
[D 08:59:01.026 NotebookApp] Path components/MathJax/config/Safe.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/config/Safe.js
[D 08:59:01.026 NotebookApp] 304 GET /static/components/MathJax/config/Safe.js?rev=2.6.0 (::1) 0.78ms
[D 08:59:01.027 NotebookApp] Path components/MathJax/MathJax.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/MathJax.js
[D 08:59:01.027 NotebookApp] 304 GET /static/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (::1) 0.99ms
[D 08:59:01.029 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:59:01.029 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:59:01.030 NotebookApp] 304 GET /api/kernelspecs (::1) 1.98ms
[D 08:59:01.031 NotebookApp] Path components/MathJax/extensions/MathML/content-mathml.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/MathML/content-mathml.js
[D 08:59:01.032 NotebookApp] 304 GET /static/components/MathJax/extensions/MathML/content-mathml.js?rev=2.6.0 (::1) 1.18ms
[D 08:59:01.034 NotebookApp] 304 GET /api/contents/warehouse_data/warehouse_v10.ipynb/checkpoints?_=1505489187703 (::1) 1.75ms
[D 08:59:01.037 NotebookApp] 304 GET /api/config/notebook?_=1505489187700 (::1) 2.49ms
[D 08:59:01.038 NotebookApp] Path components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
[D 08:59:01.039 NotebookApp] 304 GET /static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?rev=2.6.0 (::1) 0.80ms
[D 08:59:01.058 NotebookApp] 304 GET /custom/custom.css (::1) 0.77ms
[D 08:59:01.250 NotebookApp] 200 GET /api/config/notebook?_=1505491141143 (::1) 3.09ms
[D 08:59:01.254 NotebookApp] 200 GET /api/config/common?_=1505491141144 (::1) 2.90ms
[D 08:59:01.302 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:59:01.302 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:59:01.303 NotebookApp] 304 GET /api/kernelspecs (::1) 2.12ms
[D 08:59:01.444 NotebookApp] 200 GET /api/contents/warehouse_data/warehouse_v10.ipynb?type=notebook&_=1505491141145 (::1) 119.76ms
[D 08:59:01.446 NotebookApp] Path nbextensions_configurator/config_menu/main.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/jupyter_nbextensions_configurator/static/nbextensions_configurator/config_menu/main.js
[D 08:59:01.447 NotebookApp] 200 GET /nbextensions/nbextensions_configurator/config_menu/main.js?v=20170915085159 (::1) 1.73ms
[D 08:59:01.448 NotebookApp] Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
[D 08:59:01.449 NotebookApp] 304 GET /static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?rev=2.6.0 (::1) 1.12ms
[D 08:59:01.450 NotebookApp] Path comment-uncomment/main.js served from /usr/local/share/anaconda/envs/nlp36/share/jupyter/nbextensions/comment-uncomment/main.js
[D 08:59:01.450 NotebookApp] 200 GET /nbextensions/comment-uncomment/main.js?v=20170915085159 (::1) 1.29ms
[D 08:59:01.452 NotebookApp] Using contents: services/contents
[W 08:59:01.452 NotebookApp] 404 GET /nbextensions/jupyter-js-widgets/extension.js?v=20170915085159 (::1) 1.71ms referer=http://localhost:8888/notebooks/warehouse_data/warehouse_v10.ipynb
[D 08:59:01.454 NotebookApp] 304 GET /custom/custom.js?v=20170915085159 (::1) 0.74ms
[D 08:59:02.767 NotebookApp] Found kernel python3 in /usr/local/share/anaconda/envs/nlp36/share/jupyter/kernels
[D 08:59:02.768 NotebookApp] Starting kernel: ['/usr/local/share/anaconda/envs/nlp36/bin/python', '-m', 'ipykernel_launcher', '-f', '/Users/arg/Library/Jupyter/runtime/kernel-844e39c3-84c2-4c00-8a02-008a1be10239.json']
[D 08:59:02.775 NotebookApp] Connecting to: tcp://127.0.0.1:54907
[D 08:59:02.776 NotebookApp] Connecting to: tcp://127.0.0.1:54905
[I 08:59:02.776 NotebookApp] Kernel started: 844e39c3-84c2-4c00-8a02-008a1be10239
[D 08:59:02.776 NotebookApp] Kernel args: {'kernel_name': 'python3', 'cwd': '/Volumes/WorkHorse/repos/ChinaMktIntel/notebooks/warehouse_data'}
[D 08:59:02.778 NotebookApp] 201 POST /api/sessions (::1) 40.23ms
[D 08:59:02.780 NotebookApp] Path components/MathJax/extensions/Safe.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/extensions/Safe.js
[D 08:59:02.780 NotebookApp] 304 GET /static/components/MathJax/extensions/Safe.js?rev=2.6.0 (::1) 1.46ms
[D 08:59:02.782 NotebookApp] 200 GET /api/contents/warehouse_data/warehouse_v10.ipynb/checkpoints?_=1505491141146 (::1) 1.32ms
[D 08:59:03.044 NotebookApp] Initializing websocket connection /api/kernels/844e39c3-84c2-4c00-8a02-008a1be10239/channels
[D 08:59:03.046 NotebookApp] Requesting kernel info from 844e39c3-84c2-4c00-8a02-008a1be10239
[D 08:59:03.046 NotebookApp] Connecting to: tcp://127.0.0.1:54904
[D 08:59:03.408 NotebookApp] Using contents: services/contents
[W 08:59:03.409 NotebookApp] 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20170915085159 (::1) 2.74ms referer=http://localhost:8888/notebooks/warehouse_data/warehouse_v10.ipynb
[D 08:59:03.474 NotebookApp] Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js
[D 08:59:03.475 NotebookApp] 304 GET /static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js?rev=2.6.0 (::1) 1.29ms
[D 08:59:03.708 NotebookApp] activity on 844e39c3-84c2-4c00-8a02-008a1be10239: status
[D 08:59:03.709 NotebookApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.1', 'implementation': 'ipython', 'implementation_version': '6.1.0', 'language_info': {'name': 'python', 'version': '3.6.2', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.6.2 |Continuum Analytics, Inc.| (default, Jul 20 2017, 13:14:59) \nType 'copyright', 'credits' or 'license' for more information\nIPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python', 'url': 'http://docs.python.org/3.6'}, {'text': 'IPython', 'url': 'http://ipython.org/documentation.html'}, {'text': 'NumPy', 'url': 'http://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy', 'url': 'http://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib', 'url': 'http://matplotlib.org/contents.html'}, {'text': 'SymPy', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas', 'url': 'http://pandas.pydata.org/pandas-docs/stable/'}]}
[I 08:59:03.709 NotebookApp] Adapting to protocol v5.1 for kernel 844e39c3-84c2-4c00-8a02-008a1be10239
[D 08:59:03.710 NotebookApp] activity on 844e39c3-84c2-4c00-8a02-008a1be10239: status
[D 08:59:03.711 NotebookApp] 101 GET /api/kernels/844e39c3-84c2-4c00-8a02-008a1be10239/channels?session_id=3E25EEA1123B42A18DBC925F98E21791 (::1) 667.27ms
[D 08:59:03.711 NotebookApp] Opening websocket /api/kernels/844e39c3-84c2-4c00-8a02-008a1be10239/channels
[D 08:59:03.711 NotebookApp] Connecting to: tcp://127.0.0.1:54904
[D 08:59:03.711 NotebookApp] Connecting to: tcp://127.0.0.1:54905
[D 08:59:03.712 NotebookApp] Connecting to: tcp://127.0.0.1:54906
[D 08:59:03.806 NotebookApp] activity on 844e39c3-84c2-4c00-8a02-008a1be10239: status
[D 08:59:03.810 NotebookApp] activity on 844e39c3-84c2-4c00-8a02-008a1be10239: status
[D 08:59:03.841 NotebookApp] Path components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff
[D 08:59:03.842 NotebookApp] 304 GET /static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff?rev=2.6.0 (::1) 1.03ms
[D 08:59:04.178 NotebookApp] Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js
[D 08:59:04.179 NotebookApp] 304 GET /static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js?rev=2.6.0 (::1) 1.07ms
[D 08:59:04.529 NotebookApp] Path components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff
[D 08:59:04.529 NotebookApp] 304 GET /static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff?rev=2.6.0 (::1) 0.98ms
[D 08:59:09.468 NotebookApp] 304 GET /static/style/style.min.css.map (::1) 0.76ms
[D 08:59:09.482 NotebookApp] Using contents: services/contents
[W 08:59:09.483 NotebookApp] 404 GET /static/components/preact-compat/preact-compat.min.js.map (::1) 2.06ms referer=http://localhost:8888/notebooks/warehouse_data/warehouse_v10.ipynb
[D 08:59:09.485 NotebookApp] Using contents: services/contents
[W 08:59:09.486 NotebookApp] 404 GET /static/components/proptypes/index.js.map (::1) 1.74ms referer=http://localhost:8888/notebooks/warehouse_data/warehouse_v10.ipynb
[D 08:59:09.487 NotebookApp] Using contents: services/contents
[W 08:59:09.488 NotebookApp] 404 GET /static/components/preact/preact.min.js.map (::1) 1.88ms referer=http://localhost:8888/notebooks/warehouse_data/warehouse_v10.ipynb
[D 08:59:09.504 NotebookApp] Path notebook/js/main.min.js.map served from /usr/local/share/anaconda/envs/nlp36/lib/python3.6/site-packages/notebook/static/notebook/js/main.min.js.map
[D 08:59:09.505 NotebookApp] 304 GET /static/notebook/js/main.min.js.map (::1) 1.49ms
conda info
               platform : osx-64
          conda version : 4.3.25
       conda is private : False
      conda-env version : 4.3.25
    conda-build version : 3.0.18
         python version : 3.6.2.final.0
       requests version : 2.14.2
       root environment : /usr/local/share/anaconda  (writable)
    default environment : /usr/local/share/anaconda/envs/nlp36
       envs directories : /usr/local/share/anaconda/envs
                          /Users/arg/.conda/envs
          package cache : /usr/local/share/anaconda/pkgs
                          /Users/arg/.conda/pkgs
           channel URLs : https://conda.anaconda.org/ralexx/osx-64
                          https://conda.anaconda.org/ralexx/noarch
                          https://conda.anaconda.org/r/osx-64
                          https://conda.anaconda.org/r/noarch
                          https://repo.continuum.io/pkgs/free/osx-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/r/osx-64
                          https://repo.continuum.io/pkgs/r/noarch
                          https://repo.continuum.io/pkgs/pro/osx-64
                          https://repo.continuum.io/pkgs/pro/noarch
                          https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
            config file : /Users/arg/.condarc
             netrc file : None
           offline mode : False
             user-agent : conda/4.3.25 requests/2.14.2 CPython/3.6.2 Darwin/16.7.0 OSX/10.12.6
                UID:GID : 501:20
~/.jupyter cat jupyter_notebook_config.json
{
  "NotebookApp": {
    "nbserver_extensions": {
      "jupyter_nbextensions_configurator": true
    }
  }
}⏎
jupyter nbextension list
Known nbextensions:
  config dir: /Users/arg/.jupyter/nbconfig
    notebook section
      comment-uncomment/main  enabled
      - Validating: OK
      nbextensions_configurator/config_menu/main  enabled
      - Validating: problems found:
        - require?  X nbextensions_configurator/config_menu/main
      jupyter-js-widgets/extension  enabled
      - Validating: problems found:
        - require?  X jupyter-js-widgets/extension
    tree section
      nbextensions_configurator/tree_tab/main  enabled
      - Validating: problems found:
        - require?  X nbextensions_configurator/tree_tab/main
  config dir: /usr/local/share/anaconda/envs/nlp36/etc/jupyter/nbconfig
    notebook section
      jupyter-js-widgets/extension  enabled
      - Validating: problems found:
        - require?  X jupyter-js-widgets/extension
    tree section
      nb_conda/tree  enabled
      - Validating: OK
JavaScript console output
[Warning] actions (2) (main.min.js, line 33264)
"jupyter-notebook:find-and-replace"
"does not exist, still binding it in case it will be defined later..."
[Log] load_extensions – Arguments (main.min.js, line 12429)
Arguments
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (extension.js, line 0)
[Log] Session: kernel_created (de640dbf-35cc-4639-b67c-9454907c81d3) (main.min.js, line 24777)
[Log] Starting WebSockets: – "ws://localhost:8888/api/kernels/844e39c3-84c2-4c00-8a02-008a1be10239" (main.min.js, line 23933)
[Log] Loading extension: nbextensions_configurator/config_menu/main (main.min.js, line 12406)
[Log] Loading extension: comment-uncomment/main (main.min.js, line 12406)
[Error] Failed to load extension: (2)
Array (1)
0 "nbextensions/jupyter-js-widgets/extension"
Object Prototype
Error: Script error for "nbextensions/jupyter-js-widgets/extension" http://requirejs.org/docs/errors.html#scripterror
	(anonymous function) (main.min.js:12431)
	promiseReactionJob
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (extension.js, line 0)
[Warning] Widgets are not available.  Please install widgetsnbextension or ipywidgets 4.0 (main.min.js, line 36594)
[Log] Kernel: kernel_connected (844e39c3-84c2-4c00-8a02-008a1be10239) (main.min.js, line 23577)
[Log] Kernel: kernel_ready (844e39c3-84c2-4c00-8a02-008a1be10239) (main.min.js, line 23577)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (preact-compat.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (index.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (preact.min.js.map, line 0)