I want to embed a bokeh server inside Jupyter Notebook. This has been done in this example file.
But I usually run Jupyter Notebook on Visual Studio Code rather than directly on a web browser. This causes the problem - the bokeh plot doesn't show up in Visual Studio Code as it does in a web browser.
Can anyone help?