You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reverted the Python and Jupyter extensions (Python: v2021.6.944021595; and Jupyter: v2021.8.1013163132), and it works again. Something appears to be changed between those versions and the current versions for both.
When using
"jupyter.magicCommandsAsComments": true
, I use to be able to have:run the Python magic timeit interactively. However, it not longer does that, and just executes the chunk as a normal command.
When I go to the interactive Jupyter interface and put in:
I get the standard output of:
Has something changed?
Environment data
Expected behaviour
XXX
Actual behaviour
XXX
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: