dashboards_bundlers icon indicating copy to clipboard operation
dashboards_bundlers copied to clipboard

Deploy as "Local Dashboard" is not working with Notebook 4.2.0

Open codingneo opened this issue 8 years ago • 2 comments

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

codingneo avatar Jan 03 '17 16:01 codingneo

Try to remove .jupyter folder in your home directory.

etikhomolov avatar Jan 19 '17 19:01 etikhomolov

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.

parente avatar Jan 20 '17 12:01 parente