examples/server/api/README.md
flask_embed.pyRun with python flask_embed.py and open http://localhost:8000/ in a web browser.
flask_gunicorn_embed.pyRun with gunicorn -w 4 flask_gunicorn_embed:app
A UNIX environment is required to run this script.
notebook_embed.ipynbrequires Jupyter Notebook.
standalone_embed.pyRun with python standalone_embed.py.
On Windows, the num_procs=4 argument must be removed from the Server initialisation call on line 34.
tornado_embed.pyRun with python tornado_embed.py.
On Windows, the num_procs=4 argument must be removed from the Server initialisation call on line 47.
asgi/Framework-neutral Bokeh ASGI mounting examples for FastAPI, Starlette, Django,
and Streamlit. See asgi/README.md for installation and run
commands.