-
Notifications
You must be signed in to change notification settings - Fork 300
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
outputPrepend created excessively. #1738
Comments
Thanks for letting us know @khs. Looks like we are just pushing that like crazy. |
It could be the recent update. It could be something else. But in the past I've been able to smoothly alternate between opening notebooks in Jupyter and opening them in VSCode, so that is at least my best guess at what the change is. |
Has to do with trimming strings. Regression from a couple releases ago. |
… each cell execute. (#11871) * Fixes bugs #11777 and #11726 Changed 'outputPrepend' to be a per 'execution' tag instead of a per 'session' tag. Once it got saved in the ipynb file, it never went away, thus always showing the truncation message. All fixed an egregious spelling error. * Fixes bugs #11777 and #11726 Changed 'outputPrepend' to be a per 'execution' tag instead of a per 'session' tag. Once it got saved in the ipynb file, it never went away, thus always showing the truncation message. All fixed an egregious spelling error.
This is an annoying bug :( In case that's a useful workaround for some (but use at own risk, I haven't tested it extensively!) to "purge" all the
or replace the regex The resulting .ipynb file should pass validations without errors. |
This should be fixed in our insider's build if you want to try it out. |
Validated just one outputPrepend in the metadata, and file with trimmed output opens in jupyter as well. |
Bug: Notebook Editor
Steps to cause the bug to occur
Actual behavior
Several thousand excess instances of outputPrepend in one cell, a much smaller number of excess instances in a second.
AutomationAnalysis.txt
Expected behavior
Your Jupyter and/or Python environment
Please provide as much info as you readily know
Developer Tools Console Output
It just has a theme: I assume I am missing something.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: