jupyter / colaboratory

[deprecated] Jupyter CoLaboratory, goto google colab now
https://colab.research.google.com
BSD 3-Clause "New" or "Revised" License
740 stars 111 forks source link

Unable to load IPython.mathjaxutils #100

Closed takluyver closed 7 years ago

takluyver commented 10 years ago

When I create or open a notebook, a popup appears saying "Unable to load the framework. Error: IPython.mathjaxutils is undefined See console for more details."

The browser console has a traceback:

TypeError: IPython.mathjaxutils is undefined
Stack trace:
colab.onLoadNotebookSuccess_@http://127.0.0.1:8844/colab/js/main.js:253:5
loadNotebook/<@http://127.0.0.1:8844/colab/js/main.js:117:7
colab.model.Notebook.prototype.load/onLoadCallback/</xhrRequest.onreadystatechange@http://127.0.0.1:8844/colab/js/model/notebook.js:422:13
takluyver commented 10 years ago

This is in the whatever we're calling the one you launch by running python -m colaboratory, i.e. without the PNacl kernel.

KesterTong commented 10 years ago

Hi Thomas, this may be caused by not running git submodule init and git submodule update. MathJax JavaScript is now pulled in as a submodule. Can you try this and let me know if you still get the error. Also sorry for the delay, I need to set up git so I get notified of all new issues.

rgbkrk commented 7 years ago

This version of colaboratory is no longer supported, please switch to https://colab.research.google.com.