Skip to content

Instantly share code, notes, and snippets.

@philippjfr
Created June 2, 2019 15:36
Show Gist options
  • Save philippjfr/5e4fa9eb41f41b9f9509a38b8905d732 to your computer and use it in GitHub Desktop.
Save philippjfr/5e4fa9eb41f41b9f9509a38b8905d732 to your computer and use it in GitHub Desktop.
interact.py
def plot(ticker):
...
return plot_object
pn.interact(plot, ticker=['AAPL', ...])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment