lightkurve.seismology.Seismology.interact_echelle#

Seismology.interact_echelle(notebook_url='localhost:8888', **kwargs)[source]#

Display an interactive Jupyter notebook widget showing an Echelle diagram.

This feature only works inside an active Jupyter Notebook, and requires an optional dependency, bokeh (v1.0 or later). This dependency can be installed using e.g. conda install bokeh.

Parameters
notebook_urlstr

Location of the Jupyter notebook page (default: “localhost:8888”) When showing Bokeh applications, the Bokeh server must be explicitly configured to allow connections originating from different URLs. This parameter defaults to the standard notebook host and port. If you are running on a different location, you will need to supply this value for the application to display properly. If no protocol is supplied in the URL, e.g. if it is of the form “localhost:8888”, then “http” will be used.