vscode 中 ipython 的更多问题。我打开了一个以前在 pycharm 中使用过的项目,运行脚本并在控制台中收到消息
ipython --no-autoindent --InteractiveShellApp.exec_lines="%load_ext autoreload" --InteractiveShellApp.exec_lines="%autoreload 2"
.venv➜ my ipython --no-autoindent --InteractiveShellApp.exec_lines="%load_ext autoreload" --InteractiveShellApp.exec_lines="%autoreload
2"
zsh: command not found: ipython
.venv➜ my git:(b) ✗ %run "/Users/4izhyk/Documents/Python/myPoker/main.py"
fg: job not found: run
我不明白这意味着什么以及他们想从我这里得到什么。帮我弄清楚或者更好地告诉我如何在这个 vscode 中使用 Python,以便它尽可能接近 pycharm、一些扩展或其他东西,否则我已经厌倦了这个 vscode,但 pycharm 加载很长一段时间,他们建议 vscode,我决定尝试一下,我很痛苦。
该消息
zsh: command not found: ipython
表明 VSCode 找不到 ipython 命令,可能是因为它未安装或未在您的 PATH 中。确保已安装 IPython。您可以使用 pip 安装它。打开终端并运行: