markdown cells not being split for code #8543
Labels
bug
Issue identified by VS Code Team member as probable bug
good first issue
Good for newcomers
interactive-window
Impacts interactive window
verified
Verification succeeded
Milestone
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]
The output in IPython 7.30.1 will only be the markdown text, with no code running.
Removing the "[markdown]" from the cell lets the markdown text be treated as a comment and the code executes, since it's not just a code cell. All of my python files have cells that start with markdown and go into code. Do I have to manually separate every cell?
Same problem is here microsoft/vscode-jupyter#3501
The automatic splitting appears to be a feature according to microsoft/vscode-jupyter#2285
Seems this is indeed a bug then
The text was updated successfully, but these errors were encountered: