-
Notifications
You must be signed in to change notification settings - Fork 65
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
IPython question mark does not display output #193
Comments
You are observing jupyter/nbclient#196. I don't think we can offer a workaround on the jupyter-sphinx side. Pinning nbclient or IPython versions would probably be unnecessarily disruptive (and I'm not even sure if this worked before), and therefore I propose to close this issue. Let me know if you disagree. |
Thanks. Yes, fine to close this in favor of the nbclient one. I believe that nbconvert does handle this correctly and puts the output of |
nbconvert directly uses nbclient for execution, and therefore has the exact same problem (I also checked that). |
Interesting. Here is an example of it working with nbviewer: https://nbviewer.org/github/moorepants/mae223/blob/master/content/lecture-notebooks/mae223-l02.ipynb But I'm not sure what the difference is. |
Can't confirm using Your notebook already contains outputs; was it not executed manually, e.g. using run all cells or so? |
Yes, manually executed then uploaded to github and displayed via nbviewer. So I guess manual execution of the notebook catches the output properly. Thanks. |
I have lines like:
The output that displays in IPython or Jupyter notebook does not seem to display with jupyter-sphinx. For example:
Is there a way to have the output from the IPython
?
and??
display?The text was updated successfully, but these errors were encountered: