jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Not working when using the Cloud Foundry setup #340

Open einarbmag opened 6 years ago

einarbmag commented 6 years ago

Hi, I'm trying to get dashboards server working, using the Cloud Foundry setup. I can upload a notebook/dashboard to the server, and I can communicate directly with the kernel gateway. However, there is a problem when trying to view a dashboard. When trying to open INTRO, I get an error (500 internal server error, but if I follow the failed resource I get this:)

Error 404 Error getting notebook info: /home/vcap/node_modules/jupyter-dashboards-server/data/api/kernels - ENOENT: no such file or directory, stat

The failure happens in line 194 in the dashboards-server api routes file: https://github.com/jupyter-attic/dashboards_server/blob/master/routes/api.js

I think the RegEx on line 182 is to blame. Anyone having the same issue?