diff --git a/python/lsst/production/tools/bokeh.py b/python/lsst/production/tools/bokeh.py index 6aed530..837e6a7 100644 --- a/python/lsst/production/tools/bokeh.py +++ b/python/lsst/production/tools/bokeh.py @@ -22,7 +22,7 @@ from datetime import datetime, timezone from flask import Blueprint, Flask, render_template, url_for import urllib.parse -bp = Blueprint("bokeh", __name__, url_prefix="/bokeh") +bp = Blueprint("bokeh", __name__, url_prefix="/plot-navigator/bokeh", static_folder="../../../../static") from bokeh.embed import json_item from bokeh.plotting import figure diff --git a/requirements.txt b/requirements.txt index b539b11..f456daf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,10 @@ flask>2 lsst-daf-butler +lsst-efd-client gunicorn psycopg2 boto3 botocore eventlet +bokeh