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
Extension version (available under the Extensions sidebar): 2018.12.1
OS and version: Linux x64 4.20.1-1-MANJARO
Python version: 3.7.12
Type of virtual environment used: virtualenv
Expected behaviour
I can normally execute single line % magic commands in the Python Interactive window.
I would like to do the same using cell magic with %% prefix in my cell.
Actual behaviour
In VSCode I get a SyntaxError.
Steps to reproduce:
Try to execute a cell with %% magic:
#%%%%timeitL= [n**2forninrange(100)]
The text was updated successfully, but these errors were encountered:
Najsztub
changed the title
Enable multiline cell magics with %% prefix
Multiline cell magics with %% prefix fail
Jan 20, 2019
Environment data
Expected behaviour
I can normally execute single line
%
magic commands in the Python Interactive window.I would like to do the same using cell magic with
%%
prefix in my cell.Actual behaviour
In VSCode I get a
SyntaxError
.Steps to reproduce:
Try to execute a cell with
%%
magic:The text was updated successfully, but these errors were encountered: