Describe the bug
When using VSCodium to write Jupyter notebooks, entering the line %matplotlib inline causes a red squiggly line to appear under %, indicating a SyntaxError: invalid syntax. This is incorrect behavior since %matplotlib inline is a valid IPython magic command for Jupyter notebooks.
Please confirm that this problem is VSCodium-specific
[x] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
Add the following line to a cell: %matplotlib inline.
Notice the red squiggly line under % and the associated SyntaxError: invalid syntax.
Expected behavior
VSCodium should recognize %matplotlib inline as a valid IPython magic command when editing Jupyter notebooks and should not flag it as a syntax error.
Describe the bug
When using VSCodium to write Jupyter notebooks, entering the line
%matplotlib inline
causes a red squiggly line to appear under%
, indicating aSyntaxError: invalid syntax
. This is incorrect behavior since%matplotlib inline
is a valid IPython magic command for Jupyter notebooks.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
.ipynb
).%matplotlib inline
.%
and the associatedSyntaxError: invalid syntax
.Expected behavior
VSCodium should recognize
%matplotlib inline
as a valid IPython magic command when editing Jupyter notebooks and should not flag it as a syntax error.Desktop: