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

Output widget does not work in notebook 4.x #1050

Closed
jdemeyer opened this issue Jan 19, 2017 · 5 comments
Closed

Output widget does not work in notebook 4.x #1050

jdemeyer opened this issue Jan 19, 2017 · 5 comments
Labels
critical resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@jdemeyer
Copy link
Contributor

Doing exactly what the documentation of Output? says does not actually work. When creating a notebook cell with the code

import ipywidgets as widgets
from IPython.display import display
out = widgets.Output()
display(out)

print('prints to output area')

with out:
    print('prints to output widget')

the string prints to output widget is displayed normally and ''not'' in the Output widget.

@jasongrout
Copy link
Member

jasongrout commented Jan 19, 2017

Output widget should work if you have one of the recent ipywidgets/widgetsnbextension beta versions, and you are either on notebook master or you're using jupyter/notebook#2022 on notebook 4.3.x.

Or if you're on jlab.

@jasongrout
Copy link
Member

Output widget is I think completely broken in ipywidgets on released versions of notebook 4.x.

@jasongrout jasongrout added this to the 6.0 milestone Jan 31, 2017
@jasongrout
Copy link
Member

To resolve this, we should either:

(a) decide that we only need to support notebook 5.0, and have 5.0 released before ipywidgets 6.0.

or

(b) release notebook 4.4 with my changes at jupyter/notebook#2022 to enable the output widget

@SylvainCorlay - this impacts our release timeline for 6.0.

@SylvainCorlay
Copy link
Member

I would like to get jupyter/notebook#2087 fixed in notebook 5.0.

@jasongrout jasongrout changed the title Output widget does not work as documented Output widget does not work in notebook 4.x Feb 2, 2017
@jasongrout
Copy link
Member

We've now merged the necessary changes and plan to release Notebook 4.4 supporting the output widget.

@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
critical resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

3 participants