Skip to content

Replace ipywidgets.Output with ipyvuetify #316

@CnBDM-Su

Description

@CnBDM-Su

Is there any ipyvuetify component can be used to replace the ipwidgets.Output?

Ipywidgets.Output can capture all ipython output run under this component.
eg:

import ipywidgets as widgets
out = widgets.Output()
with out:
    print('test')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions