euporie.preview.tabs.notebook.ConditionalContainer

class euporie.preview.tabs.notebook.ConditionalContainer(content: AnyContainer, filter: FilterOrBool)

Wrapper around any other container that can change the visibility. The received filter determines whether the given container should be displayed or not.

Parameters: