-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 from Julia chunk broken into two parts #6605
Comments
Hi @sje30, thank you for submitting this issue. We will keep this open in hopes that someone who uses the iJulia kernel can also verify that this is a jupyter issue but we recommend taking a look at this issue filed in the iJulia repo:JuliaLang/IJulia.jl#1047 |
Hi @sje30, I tried running your notebook with Julia 1.8.2 using both JupyterLab (3.5.0) and Jupyter Notebook (6.4.12) and in both cases, the output of my cell was correct: I wonder if there's a minimum viable script we can follow to reproduce the error. Do you have any suggestions about your environment that might help isolate where the issue is arising? |
thanks for investigating. In quarto-dev/quarto-cli#3093 @cscheid noted that he could reproduce the error, but that he had to run the script a couple of times to get the broken output, so maybe it is stochastic? For me, I got it every time I ran this code (rather than using the web-interface):
so does it make a difference when you run it in batch? I also though @RRosio had a helpful point, that it seems to occur in other contexts too: JuliaLang/IJulia.jl#1047 |
Hi @sje30, thank you again for opening this issue. As of now, we don't have a way to reliably reproduce this issue that indicates it is an issue coming from any part of the Jupyter stack. If new information comes up and it indicates that this is a problem with Jupyter we can go ahead and reopen this issue. Thank you! |
I've found a problem using 'quarto' when trying to render some simple
Julia code.
A full example of the quarto problem was reported here and
in turn, it was suggested this is a bug in Jupyter.
Example f.ipynb
The output from the Julia chunk should be:
but that is broken over two output chunks as
This was generated using:
f.md
System information
The text was updated successfully, but these errors were encountered: