I am running Ubuntu 14.04 in a virtual box with a recent installation of anaconda. I installed jupyter laptops using conda. I have completed all the documentation that I can find on the Internet to install laptop extensions, but they cannot load with the error messages listed below. The first error is from a jupyter laptop application running in the terminal, and the second error is from the Chrome java console. Please note that I cannot post this question with these many hyperlinks, so I remove the “p” from the “http” in my error messages.
[W 07: 02: 06.451 NotebookApp] 404 GET / nbextensions / python -markdown.js? V = 20150904070147 (127.0.0.1) 8.47ms referrer = HTT: // local: 8888 / laptops / Untitled.ipynb
HTT: // local: 8888 / nbextensions / python-markdown.js v = 20150904070147 Could not load resource: server responded with status 404 (Not found)
More on the installation method: I cloned the git repository [IPython-notebook-extensions][1]and used the command jupyter-nbextension install python-markdowninside the folder IPython-notebook-extensions/usability/. Then I turned on the extension with jupyter-nbextension enable python-markdown. I also ran these commands as superuser.
After that, I installed this extension inside python (from the usability / repository directory) using:
import notebook
notebook.install_nbextension('python-markdown',user=True)
E=notebook.nbextensions.EnableNBExtensionApp()
E.enable_nbextension('python-markdown')
I also tried this as root without parameter user=True.
, /usr/local/share/jupyter/nbextensions/python-markdown, ~/.local/share/jupyter/nbextensions/python-markdown. ~/.jupyter/nbconfig/notebook.json. , mozilla ( ~/.cache) .