You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
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
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?
The text was updated successfully, but these errors were encountered: