deephaven / streamlit-deephaven

Deephaven Streamlit custom component
MIT License
1 stars 3 forks source link

Allow specifying the base URL for the widget #2

Closed mofojed closed 1 year ago

mofojed commented 1 year ago

Right now the base URL is hardcoded to localhost: https://github.com/deephaven/streamlit-deephaven/blob/defcb81309dd16642dd5f89f98c3b165492e5614/streamlit_deephaven/__init__.py#L92

Should have it check an environment variable so it can be set, similar to https://github.com/deephaven/deephaven-ipywidgets/pull/12