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
Describe the bug
When setting up ContainDS with a Kubernetes cluster and a Voila presentation, the presentation_path variable uses /home/jovyan instead of the user-specific path. Related issue: #43.
To Reproduce
Follow instructions to install ContainDS Kubernetes. Edit the configuration file to include
Create a new dashboard using a defined notebook. Upon visiting the dashboard, note 400 Bad Request error message in browser and the following error in the log:
ERROR:tornado.application:b'WARNING:tornado.general:400 GET / (127.0.0.1): Unreadable Notebook: /home/jovyan/HubbleDS.ipynb TypeError("__init__() got an unexpected keyword argument \'capture_validation_error\'")\n'
WARNING:tornado.access:400 GET /user/admin/dash-hubbleds/ (::ffff:192.168.126.246) 1352.61ms
Describe the bug
When setting up ContainDS with a Kubernetes cluster and a Voila presentation, the
presentation_path
variable uses/home/jovyan
instead of the user-specific path. Related issue: #43.To Reproduce
Follow instructions to install ContainDS Kubernetes. Edit the configuration file to include
Create a new dashboard using a defined notebook. Upon visiting the dashboard, note
400 Bad Request
error message in browser and the following error in the log:Screenshots
Configuration
The text was updated successfully, but these errors were encountered: