.ipynb
, but it's hard to use vim keybindings: cry:.py
file / project.Working with the Python Interactive window https://code.visualstudio.com/docs/python/jupyter-support-py
Just create a Python file and type # %%
to get a notebook-like interactive mode!
(#
And %%
can be either with or without spaces)
jupyter related If it is not installed, it will pop up if you want to install it!
Cell
is annotated on the VSCode side.
Is it possible to display inline by setting various settings?
On macOS, it may not work if you are not careful about installing python and jupyter addon!
TODO