You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Desktop:
OS: Windows 11 (Build 23H2)
Architecture: x64
Version: 1.95.2
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: