Skip to content

Instantly share code, notes, and snippets.

@philippjfr
Created June 2, 2019 15:38
Show Gist options
  • Save philippjfr/e5c7e5870f7a3f74670e71e55786c575 to your computer and use it in GitHub Desktop.
Save philippjfr/e5c7e5870f7a3f74670e71e55786c575 to your computer and use it in GitHub Desktop.
ticker = pn.widgets.Select(options=['AAPL', ...])
@pn.depends(ticker.param.value)
def plot(ticker):
...
return plot_obj
pn.Row(ticker, plot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment