How to import holoviews core elements

Hello team,
I am doing a genomic project and would want to utilise the visualisation cascades of holoviews. however, I am finding challenges in how to import some key classes that I would want to use. for example, if I want to use the classes (class DataFrameView(Dataset):slight_smile: from this Source code for " holoviews.interface.pandas " . How do I import it from jupyter?. Thanks in advance.
class DataFrameView(Dataset):

I don’t think there is a holoviews.interface.pandas module any more. Maybe you mean holoviews.core.data.pandas? In any case, you shouldn’t need to import that file directly unless you are working on HoloViews itself, so it may be better to explain what you are trying to achieve.