Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 GET #1702

Closed
soamaven opened this issue Sep 4, 2017 · 30 comments
Closed

404 GET #1702

soamaven opened this issue Sep 4, 2017 · 30 comments
Labels
needs info resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@soamaven
Copy link

soamaven commented Sep 4, 2017

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?

@jasongrout
Copy link
Member

jasongrout commented Sep 5, 2017

There was only an alpha or two where we were looking for something like that path, before we reverted back to nbextensions/jupyter-js-widgets/extension.js. Do jupyter nbextension list to see what each config file is registering - what does that say?

@jasongrout jasongrout added this to the Reference milestone Sep 5, 2017
@soamaven
Copy link
Author

soamaven commented Sep 5, 2017

Thanks for the reply. jupyter-js-widgets is disabled and widgets is not included in the list:

$ jupyter nbextension list
Known nbextensions:
  config dir: /home/user/.jupyter/nbconfig
    notebook section
      varInspector/main  enabled 
      - Validating: OK
      codefolding/main  enabled 
      - Validating: OK
      nbextensions_configurator/config_menu/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/config_menu/main
      autosavetime/main  enabled 
      - Validating: OK
      code_prettify/code_prettify  enabled 
      - Validating: OK
      latex_envs/latex_envs  enabled 
      - Validating: OK
      export_embedded/main  enabled 
      - Validating: OK
      keyboard_shortcut_editor/main  enabled 
      - Validating: OK
      search-replace/main  enabled 
      - Validating: OK
      navigation-hotkeys/main disabled
      hide_input_all/main  enabled 
      - Validating: OK
      highlight_selected_word/main disabled
      jupyter-js-widgets/extension disabled
      calysto/document-tools/main  enabled 
      - Validating: OK
      hide_input/main  enabled 
      - Validating: OK
      calysto/cell-tools/main disabled
      hinterland/hinterland  enabled 
      - Validating: OK
      rise/main  enabled 
      - Validating: OK
      python-markdown/main  enabled 
      - Validating: OK
      code_prettify/autopep8 disabled
      jupyter-js-widgets disabled
      collapsible_headings/main  enabled 
      - Validating: OK
      limit_output/main  enabled 
      - Validating: OK
      scratchpad/main  enabled 
      - Validating: OK
      calysto/publish/main disabled
      snippets_menu/main  enabled 
      - Validating: OK
      zenmode/main  enabled 
      - Validating: OK
      init_cell/main  enabled 
      - Validating: OK
      addbefore/main  enabled 
      - Validating: OK
      code_prettify/2to3  enabled 
      - Validating: OK
      snippets/main  enabled 
      - Validating: OK
      calysto/spell-check/main disabled
      toc2/main  enabled 
      - Validating: OK
      contrib_nbextensions_help_item/main  enabled 
      - Validating: OK
      freeze/main  enabled 
      - Validating: OK
    tree section
      nbextensions_configurator/tree_tab/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/tree_tab/main
      tree-filter/index  enabled 
      - Validating: OK
    edit section
      codefolding/edit disabled
  config dir: /home/user/anaconda3/envs/py35/etc/jupyter/nbconfig
    notebook section
      jupyter-js-widgets/extension disabled
      nbextensions_configurator/config_menu/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/config_menu/main
      jupyter-matplotlib/extension  enabled 
      - Validating: OK
      rise/main  enabled 
      - Validating: OK
      contrib_nbextensions_help_item/main  enabled 
      - Validating: OK
    tree section
      nbextensions_configurator/tree_tab/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/tree_tab/main

probably some other helpful information is:

$conda list widgets
# packages in environment at /home/user/anaconda3/envs/py35:
#
ipywidgets                7.0.0                    py35_1    conda-forge
widgetsnbextension        3.0.2                    py35_0    conda-forge
$conda list jupyter
# packages in environment at /home/user/anaconda3/envs/py35:
#
jupyter                   1.0.0                    py35_0    conda-forge
jupyter-contrib-nbextensions 0.2.8                     <pip>
jupyter_client            5.1.0                    py35_0    conda-forge
jupyter_console           5.1.0                    py35_0    conda-forge
jupyter_contrib_core      0.3.3                    py35_0    conda-forge
jupyter_core              4.3.0                    py35_0    conda-forge
jupyter_highlight_selected_word 0.0.11                   py35_0    conda-forge
jupyter_latex_envs        1.3.8.2                  py35_1    conda-forge
jupyter_nbextensions_configurator 0.2.7                    py35_0    conda-forge

@jasongrout
Copy link
Member

Can you examine this in the chrome debugger network pane? There you can see exactly what was requesting the file. It may not be from ipywidgets at all.

@soamaven
Copy link
Author

soamaven commented Sep 5, 2017

Let me know if you need anything more specific. Here is the javascript console output when the notebook loads.

Error is in the last 3 lines -- wants me to install ipywidgets 4.0 ... but I have 7.0?

actions jupyter-notebook:find-and-replace does not exist, still binding it in case it will be defined later...
MenuBar.bind_events @ main.min.js:33264
main.min.js:12429 load_extensions Arguments(28)
main.min.js:12406 Loading extension: autosavetime/main
main.min.js:12406 Loading extension: hide_input/main
main.min.js:12406 Loading extension: jupyter-matplotlib/extension
main.min.js:12406 Loading extension: scratchpad/main
main.min.js:12406 Loading extension: init_cell/main
main.min.js:12406 Loading extension: export_embedded/main
:8888/nbextensions/export_embedded/main.js?v=20170905161639:22 Notebook version 5.1.0 or higher required for this extension
main.min.js:12406 Loading extension: contrib_nbextensions_help_item/main
:8888/nbextensions/latex_envs/latex_envs.js?v=20170905161639:309 Loading ./latex_envs.js
main.min.js:12406 Loading extension: limit_output/main
main.min.js:12406 Loading extension: rise/main
main.min.js:12406 Loading extension: hide_input_all/main
main.min.js:12406 Loading extension: nbextensions_configurator/config_menu/main
main.min.js:12406 Loading extension: addbefore/main
main.min.js:12406 Loading extension: zenmode/main
:8888/nbextensions/zenmode/main.js?v=20170905161639:130 not hiding notebook menubar
:8888/nbextensions/zenmode/main.js?v=20170905161639:154 zenmode_backgrounds =  Array(8)
:8888/nbextensions/zenmode/main.js?v=20170905161639:115 zenmode -> true
:8888/nbextensions/zenmode/main.js?v=20170905161639:72 toggling zenmode on
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer p.style changed Object
main.min.js:15467 HTML Sanitizer p.style changed Object
main.min.js:15467 HTML Sanitizer p.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15771 Exception in event handler for autosave_enabled.Notebook RangeError: Maximum call stack size exceeded
    at Object.remove (main.min.js:5)
    at HTMLDivElement.<anonymous> (main.min.js:5)
    at Function.each (main.min.js:4)
    at init.each (main.min.js:4)
    at init.off (main.min.js:5)
    at init.unbind (main.min.js:5)
    at NotificationWidget.set_message (main.min.js:33512)
    at window._Events.<anonymous> (main.min.js:34049)
    at window._Events.dispatch (main.min.js:5)
    at window._Events.y.handle (main.min.js:5) Arguments(2)
events.trigger @ main.min.js:15771
main.min.js:12406 Loading extension: varInspector/main
main.min.js:12406 Loading extension: snippets/main
main.min.js:12406 Loading extension: python-markdown/main
main.min.js:24777 Session: kernel_created (9370c245-d2b3-4f97-bb47-ca5761a84a68)
main.min.js:23933 Starting WebSockets: ws://localhost:8888/api/kernels/102b44c5-0e2e-4149-9342-857cd12b82d2
main.min.js:12406 Loading extension: freeze/main
:8888/nbextensions/freeze/main.js?v=20170905161639:43 [Freeze] patching CodeCell.prototype.execute
:8888/nbextensions/freeze/main.js?v=20170905161639:29 [Freeze] patching MarkdownCell.prototype.unrender
main.min.js:12406 Loading extension: collapsible_headings/main
main.min.js:12406 Loading extension: hinterland/hinterland
:8888/nbextensions/hinterland/hinterland.js?v=20170905161639:79 [nbextensions/hinterland/hinterland] patching Cell.prototype.handle_codemirror_keyevent
:8888/nbextensions/hinterland/hinterland.js?v=20170905161639:122 [nbextensions/hinterland/hinterland] continuous hinting on
main.min.js:12406 Loading extension: code_prettify/2to3
main.min.js:12406 Loading extension: code_prettify/code_prettify
main.min.js:12406 Loading extension: toc2/main
:8888/nbextensions/toc2/main.js?v=20170905161639:238 [toc2] Notebook fully loaded -- toc2 initialized 
:8888/nbextensions/toc2/toc2.js?v=20170905161639:395 ******Restoring toc display
main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:12406 Loading extension: codefolding/main
main.min.js:12406 Loading extension: keyboard_shortcut_editor/main
:8888/nbextensions/keyboard_shortcut_editor/main.js?v=20170905161639:112 [keyboard_shortcut_editor] patched ShortcutManager.prototype.add_shortcut
:8888/nbextensions/keyboard_shortcut_editor/main.js?v=20170905161639:124 [keyboard_shortcut_editor] patched QuickHelp.prototype.build_command_help
:8888/nbextensions/keyboard_shortcut_editor/main.js?v=20170905161639:131 [keyboard_shortcut_editor] patched QuickHelp.prototype.build_edit_help
main.min.js:23577 Kernel: kernel_connected (102b44c5-0e2e-4149-9342-857cd12b82d2)
main.min.js:12406 Loading extension: calysto/document-tools/main
:8888/nbextensions/latex_envs/latex_envs.js?v=20170905161639:301 Loading latex_envs.css
main.min.js:12406 Loading extension: latex_envs/latex_envs
:8888/nbextensions/latex_envs/latex_envs.js?v=20170905161639:272 Notebook fully loaded -- latex_envs initialized 
:8888/nbextensions/scratchpad/main.js?v=20170905161639:118 Setting up scratchpad
:8888/nbextensions/init_cell/main.js?v=20170905161639:44 [init_cell] running all initialization cells
:8888/nbextensions/init_cell/main.js?v=20170905161639:54 [init_cell] finished running 2 initialization cells
:8888/nbextensions/varInspector/main.js?v=20170905161639:442 [varInspector] Kernel is available -- reading configuration
main.min.js:23577 Kernel: kernel_ready (102b44c5-0e2e-4149-9342-857cd12b82d2)
:8888/nbextensions/code_prettify/kernel_exec_on_cell.js?v=20170905161639:320 [2to3] restarting for new kernel_ready.Kernel event
:8888/nbextensions/code_prettify/kernel_exec_on_cell.js?v=20170905161639:320 [code_prettify] restarting for new kernel_ready.Kernel event
main.min.js:12406 Loading extension: search-replace/main
main.min.js:28 accessing `MarkdownCell` is deprecated. Use `require("notebook/js/textcell").MarkdownCell`
get @ main.min.js:28
:8888/nbextensions/varInspector/main.js?v=20170905161639:383 [varInspector] Restoring Variable Inspector window
:8888/nbextensions/varInspector/main.js?v=20170905161639:203 [varInspector] loaded library
:8888/nbextensions/codefolding/main.js?v=20170905161639:262 Codefolding: Wait for 1500 ms
biblio.bib Failed to load resource: the server responded with a status of 404 (Not Found)
:8888/nbextensions/latex_envs/bibInNb4.js?v=20170905161639:31 The bib file biblio.bib was not found


main.min.js:15467 HTML Sanitizer div.style changed Object
main.min.js:15467 HTML Sanitizer div.style changed Object
about:blank Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME
nbextensions/latex_envs/envsLatex.json Failed to load resource: net::ERR_NAME_NOT_RESOLVED
:8888/nbextensions/latex_envs/initNb.js?v=20170905161639:91 latex_envs: error loading /nbextensions/latex_envs/envsLatex.json
:8888/nbextensions/latex_envs/initNb.js?v=20170905161639:92 Request Failed: error, 
main.min.js:12406 Loading extension: snippets_menu/main
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default numpy sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default scipy sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default matplotlib sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default sympy sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default pandas sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default astropy sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default h5py sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default numba sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default python sub-menu
:8888/nbextensions/snippets_menu/main.js?v=20170905161639:126 snippets_menu[snippets_menu] Inserting default markdown sub-menu
extension.js Failed to load resource: the server responded with a status of 404 (Not Found)
main.min.js:36594 Widgets are not available.  Please install widgetsnbextension or ipywidgets 4.0
(anonymous) @ main.min.js:36594

There is nothing other than the 404 GET error in the console when using jupyter notebook --debug

@jasongrout
Copy link
Member

jasongrout commented Sep 7, 2017

What I meant is go into the Chrome debug view, in the Network panel, refresh your page, and look at the Initiator column of that 404 request (or do https://developers.google.com/web/tools/chrome-devtools/network-performance/reference#initiators-dependencies). That will tell you who is requesting that file. Alternatively, perhaps you can go to main.min.js line 36594 like mentioned in the error, and see where that error is coming from. Is it coming from another notebook extension?

@soamaven
Copy link
Author

soamaven commented Sep 8, 2017

In the file main.min.js, the context around line 36594 is:

// BEGIN HARDCODED WIDGETS HACK
    .then(function() {
        if (!utils.is_loaded('jupyter-js-widgets/extension')) {
            // Fallback to the ipywidgets extension
            utils.load_extension('widgets/notebook/js/extension').catch(function () {
                console.warn('Widgets are not available.  Please install widgetsnbextension or ipywidgets 4.0');
            });
        }
    })
    .catch(function(error) {
        console.error('Could not load ipywidgets', error);
    });
    // END HARDCODED WIDGETS HACK

Will pull up the notebook in chrome for the other info when I have a little more time tomorrow.

@soamaven
Copy link
Author

soamaven commented Sep 8, 2017

Whoa. This code should have been taken out according to this issue jupyter/notebook#1960 in the notebook.

I have notebook v5.0 installed though. I will reference this issue on that thread too.

@jasongrout
Copy link
Member

Can you try using the browser incognito mode, to make sure it's not a caching issue?

@soamaven
Copy link
Author

soamaven commented Sep 8, 2017

Found the issue -- Jupyter was reading a notebook.json in the anaconda root dir, rather than user or env dir, which I didn't know about. Not sure why it is doing that though... Hopefully this is solved. Thanks for the help!

@soamaven soamaven closed this as completed Sep 8, 2017
@jasongrout
Copy link
Member

Great, I'm glad you found the issue!

@soamaven
Copy link
Author

soamaven commented Sep 8, 2017

Actually didn't stick.

So the initiator for the 404 is: http://localhost:8888/static/components/requirejs/require.js?v=6da8be361b9ee26c5e721e76c6d4afce

Incognito gives the same: http://localhost:8888/static/components/requirejs/require.js?v=6da8be361b9ee26c5e721e76c6d4afce

@soamaven soamaven reopened this Sep 8, 2017
@jasongrout
Copy link
Member

Okay, we expect require to have initiated it. The key is finding out who told require to load it. If what you posted above is still the case (about having that fallback), that seems to be the culprit - outdated javascript of some sort. Now a key is to track down where that javascript is coming from. Can you launch the notebook with --debug, which should tell you exactly where it's finding that main.js file on disk? Does the location look right?

@soamaven
Copy link
Author

soamaven commented Sep 8, 2017

Debug just gives the same as the normal console: 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20170908160710 (127.0.0.1) 6.41ms referer=http://localhost:8888/notebooks/Untitled4.ipynb

@jasongrout
Copy link
Member

In the server output, underneath the 404, there should be a line like "Path /nbextensions/widgets/notebook/js/extension.js served from ..." That's where it is attempting to serve the extension.js. But even more interesting is: where is it getting that main.min.js that seems to be old?

@soamaven
Copy link
Author

@jasongrout Its really not giving any more information than I've already provided above. It is using the main.min.js. I've had previous versions of ipython and jupyter and widgets that are fully up-to-date in the same vitrual env, but the bizzare things is that the warning persists throughout my virtual envs... It's gotta be accessing a user or system file somewhere. Hopefully I get a response on the other issue unless you've got some more ideas to try.

@jasongrout
Copy link
Member

jasongrout commented Sep 11, 2017

When using --debug, the server log should have a line like "Path /path/to/file/main.min.js served from ..."? That will tell you where that old main.min.js file is coming from. That, I think, is the key to knowing why you're loading old code.

@soamaven
Copy link
Author

Where is the server log? The console?

@jasongrout
Copy link
Member

By server log, I mean the text that is printed out in you terminal after you launch the notebook server, that is, not the JavaScript log or console.

@soamaven
Copy link
Author

Yeah okay that's what I thought. I've provided that in the initial comment.

@jasongrout
Copy link
Member

Just to confirm, does launching the notebook server with --debug print out a line similar to "Path notebook/js/main.min.js served from ..." when opening a notebook? That's what I'm hoping - that we can find out where this outdated notebook javascript is coming from.

@ralexx
Copy link

ralexx commented Sep 15, 2017

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' (#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)

@nunocalaim
Copy link

I have similar problems... reinstalled my anaconda fro scratch installed everything anew but still with the same problem

@jasongrout
Copy link
Member

@nunocalaim - there are several different problems that have slightly different error messages. Exactly what error are you seeing? Can you post exactly what you did to install everything anew?

@soamaven
Copy link
Author

Just to confirm, does launching the notebook server with --debug print out a line similar to "Path notebook/js/main.min.js served from ..." when opening a notebook?

The output with --debug is shown in the screenshot.
404getipywidgets

@jasongrout
Copy link
Member

@soamaven - again, I'm not looking for the /nbextensions/widgets line, but the line that looks like "Path notebook/js/main.min.js served from ..."

@soamaven
Copy link
Author

Sorry, I apologize for not understanding where exactly to be looking.

print out a line

prints to where? The browser js console?

@ahmadia
Copy link

ahmadia commented Sep 26, 2017

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.

@ahmadia
Copy link

ahmadia commented Sep 26, 2017

(Hopefully we're dealing with the same problem)

@jasongrout
Copy link
Member

prints to where?

@soamaven - in the notebook server log, the same place you see the ... NotebookApp] 404 GET ... error you've been posting.

@soamaven
Copy link
Author

@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!

@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs info resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

5 participants