Skip to content

Replace ipywidgets.Output with ipyvuetify #316

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')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions