dashboards_bundlers
dashboards_bundlers copied to clipboard
Deploy as "Local Dashboard" is not working with Notebook 4.2.0
Once a notebook is deployed as a local dashboard, you get 404s in the console on URLs like https://localhost/user/yiqun/files/local_dashboards/hello_world/static/nbextensions/widgets/widgets/css/widgets.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
There is no static/nbetensions in my local_dashboards folder. And according to my experiment, the problem is because my Ipython notebook version is 4.2.0 instead of 4.1.0
Try to remove .jupyter folder in your home directory.
The deploy as local option is deprecated and unlikely to work with newer versions of ipywidgets and notebook. You might be able to get it working, but it may also be time that we just remove it.