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

Cell results won't match what is shown in the editor #427

Closed
DavidKutu opened this issue Nov 9, 2020 · 3 comments
Closed

Cell results won't match what is shown in the editor #427

DavidKutu opened this issue Nov 9, 2020 · 3 comments

Comments

@DavidKutu
Copy link

  1. Have autosave enabled
  2. Create a new notebook
  3. Paste this code:
from time import sleep
dict2 = {'a> <a href="bobs"/>':[1, 2, 3], '<b':[4, 5, 6]}
df6 = pd.DataFrame.from_dict(dict2)
print(df6)
  1. Edit the cell
  2. Run the cell

Result:
result won't match the contents

@rchiodo
Copy link
Contributor

rchiodo commented Nov 9, 2020

t.zip

This is the specific file that repros it for me.

@rchiodo
Copy link
Contributor

rchiodo commented Nov 10, 2020

I can repro this only in a specific cell of a specific notebook, and only on my machine.

@greazer
Copy link
Member

greazer commented Jun 6, 2021

Thanks for your feedback. This issue will be addressed once VS Code adds native support for editing notebooks. Please see microsoft/vscode#91987. You can experiment by using VS Code insiders, which defaults to the new notebook experience.

@greazer greazer closed this as completed Jun 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants