Use IPython REPL in VS Code

前端 未结 6 1432
天涯浪人
天涯浪人 2020-12-29 04:15

Using the Python extension of Visual Studio Code, I can select some code, right-click it, and select \"Run Selection/Line in Python Terminal\" (alternatively, I can hit Shif

6条回答
  •  忘掉有多难
    2020-12-29 04:49

    IPython support is provided by "IPython for VSCode" plugin.

    Just select the text and invoke 'Send Selected Text (or current line) To IPython' in command palette.

    Also official Microsoft Python plugin now supports interactive Jupiter windows, with similar functionality.

提交回复
热议问题