Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sidecar or tear-off style widgets (Support for separate windows for output rather than inline) #1120

Open
psychemedia opened this issue Apr 22, 2020 · 12 comments
Assignees
Labels
feature-request Request for new features or functionality ipywidgets Rendering, loading, saving, anything to do with IPyWidgets
Milestone

Comments

@psychemedia
Copy link

The JupyterLab UI allows for the output view of code cells to be "torn off" into their own view (eg feature request https://github.com/microsoft/vscode-python/issues/8740).

The JupyterLab sidecar extension is an alternative context manager that allows a a user to create a reference to a new view and then display a widget within it.

from sidecar import Sidecar
from ipywidgets import IntSlider

sc = Sidecar(title='Sidecar Output')

#Create some sort of widget
sl = IntSlider(description='Some slider')

# Create the separate output view and populate it with the widget
with sc:
    display(sl)
@greazer
Copy link
Member

greazer commented Jul 27, 2020

This issue accidentally got moved out of our triage discussions. Putting it back for next time.

@greazer greazer changed the title Add support for sidecar style widgets Add support for sidecar style widgets (Support for separate windows for output rather than inline) Jul 30, 2020
@greazer greazer changed the title Add support for sidecar style widgets (Support for separate windows for output rather than inline) DS: Add support for sidecar style widgets (Support for separate windows for output rather than inline) Jul 30, 2020
@IanMatthewHuff IanMatthewHuff transferred this issue from microsoft/vscode-python Nov 13, 2020
@greazer greazer changed the title DS: Add support for sidecar style widgets (Support for separate windows for output rather than inline) DS: Add support for sidecar or tear-off style widgets (Support for separate windows for output rather than inline) Nov 14, 2020
@greazer greazer changed the title DS: Add support for sidecar or tear-off style widgets (Support for separate windows for output rather than inline) Add support for sidecar or tear-off style widgets (Support for separate windows for output rather than inline) Nov 14, 2020
@greazer greazer added ipywidgets Rendering, loading, saving, anything to do with IPyWidgets and removed epic labels Aug 3, 2021
@greazer greazer added feature-request Request for new features or functionality and removed enhancement labels May 4, 2022
@KaivnD
Copy link

KaivnD commented Oct 6, 2022

any updates here?

@DonJayamanne
Copy link
Contributor

none yet, please do upvote the issue

@KaivnD
Copy link

KaivnD commented Oct 6, 2022

Definitely need it!

@brentgunderson
Copy link

+1

2 similar comments
@lalligagger
Copy link

+1

@joedon4477
Copy link

+1

@DonJayamanne DonJayamanne added this to the Backlog milestone Dec 4, 2023
@TsubasaBE
Copy link

+1

@DonJayamanne
Copy link
Contributor

Please remember to upvote the issue, thats how we measure interest in this issue and then use that for prioritising issues.

@krokosik
Copy link

krokosik commented Sep 6, 2024

+1

@odhondt
Copy link

odhondt commented Sep 17, 2024

+1

1 similar comment
@TsubasaBE
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality ipywidgets Rendering, loading, saving, anything to do with IPyWidgets
Projects
None yet
Development

No branches or pull requests