I took this example to run interactive Bokeh (in this case with sliders) in Jupyter Notebook: How to get interactive bokeh in Jupyter notebook
That works fine.
But when I start the notebook with voila on the command line ("voila bokeh_jupyter.ipynb") than the only output I see is "BokehJS 2.4.2 successfully loaded."
Why does it not work with Voila and what can I do about it?