Support Jupyter syntax in regular python file with #%% marker. #4703
rowillia
started this conversation in
Enhancement
Replies: 1 comment 6 replies
-
I am having the exact same issue right now, because top-level await in a notebook just works (and I believe with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment data
Code Snippet
Repro Steps
Load the above file in VSCode. Note that VSCode recognizes it as the jupytext syntax and treats it as a notebook, but still shows an error for the top level await.
Expected behavior
No error - I would expect Jupytext notebooks to behave the same as Jupyter notebooks (this issue was fixed in #1754 for Jupyter notebooks).
Actual behavior
Beta Was this translation helpful? Give feedback.
All reactions