You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def inspect(self):
"""Plots data in a inspection window.
If the mouse pointer hovers over a datapoint, the index of this datapoint is showed.
"""
raise NotImplementedError('This is not implemented yet.')
def metadata(self):
"""Opens a windows with all user defined variables for inspection.
"""
raise NotImplementedError('This is not implemented yet.')
The text was updated successfully, but these errors were encountered:
The idea is as follow:
The text was updated successfully, but these errors were encountered: