A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
Bokeh Server integration with Bootstrap (front-end component)
In this example, Bootstrap is used for better layout of a Bokeh dashboard.
https://github.com/bokeh/bokeh/tree/master/examples/app/dash
As of Bokeh 1.4.0, is it possible to further integrate Bokeh Server and Bootstrap so that we could trigger callbacks by clicking on Bootstrap components?
An example will be assigning Python (or JavaScript) callbacks to Bootstrap dropdowns (https://getbootstrap.com/docs/4.4/components/dropdowns/) (rather than Bokeh dropdowns). The purpose is mostly cosmetic.
Thank you