Sending URL parameter from Flask to a Bokeh server
I'm trying to integrate a Bokeh "autoloaded" server into a Flask app where the set of data to load would be chosen by the user on another page. The ID of this set of data is in the URL (get parameter), and I'm not able to send it from the Flask app to the Bokeh server. Some example code: # flask_app.py import subprocess import atexit import subprocess, os from flask import render_template, render_template_string, Flask from bokeh.embed import autoload_server from bokeh.client import pull_session, push_session app_html = """ <!DOCTYPE html> <html lang="en"> <body> <div class="bk-root"> {{ bokeh