是否可以在 ConEmu 選項卡中運行 Spyder ([I]Python IDE)?
我使用 Notepad++ 作為 Far Manager 中的外部編輯器,並且它在其中運行,因為我已將 -new_console 添加到 Far 中的外部編輯器命令中。
我安裝了 WinPython(預設情況下,即作為便攜式應用程式)並嘗試透過熱鍵宏在 ConEmu 內運行 IPython Notebook.exe,如下所示:
cmd.exe /k "...\\"IPython Notebook.exe\"" -new_console
但 ipython 進程在新的 cmd.exe 視窗中運行。
誰能建議如何實現這個目標?
答案1
cmd.exe
您正在嘗試在 ConEmu 選項卡中運行。
相反,您必須執行 WinPython。
更多,iPython.exe
是一個安慰應用程序,但如果你想運行 python 腳本子圖形使用者介面你必須pythonw.exe
帶著適當的參數來運作。