Jupyter - Creating new notebook getting blank page

How to reproduce:

1. Browse http://localhost:8888/tree

2. Click on "New", choose Python 3

3. It open a new tab with link: http://localhost:8888/notebooks/Untitled.ipynb?kernel_name=python3

4. Geting some errors in console:

ReferenceError: preact is not defined
TypeError: Cannot read property 'ShortcutEditor' of undefined
TypeError: Cannot read property 'Notebook' of undefined


Comments