Magic commands not parsed anymore in interactive .py files. #7557
Labels
bug
Issue identified by VS Code Team member as probable bug
interactive-window
Impacts interactive window
Environment data
Expected behaviour
When executing cells from interactive .py python files (as opposed to .ipynb notebooks), magic commands are not parsed anymore. This used to be the case earlier this year, and pretty useful.
These lines are ignored (no effect)
I need to use this instead (which is less practical, and makes it harder to move code between .ipynb / .py files)
my settings.json does include this:
Actual behaviour
Nothing is executed
Steps to reproduce:
No particular steps, code is just ignored. It used to work previously (2020, early 2021).
Logs
The text was updated successfully, but these errors were encountered: