DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Are PEP 8 comments supported? #106

Closed kiwi0fruit closed 5 years ago

kiwi0fruit commented 6 years ago

Does vscodeJupyter support PEP 8 compatible comments as cell separators? Like:

# %%
ogrisel commented 6 years ago

+1 for using the PEP8 compatible comment syntax for the default cell separator in the documentation otherwise one get spurious linter warnings when using flake8 or similar code linting tools.

Jiang-Li-backup commented 6 years ago

+1, otherwise I saw many warnings...

kiwi0fruit commented 5 years ago

I've finally tested it. And they actually work.