Windows上でPythonを動かそうと思った場合、いろいろな選択肢が存在する。 まず、Python公式(https://www.python.org/)が用意している ...
先程も述べたが、WindowsにはコマンドプロンプトやPowershellウインドウといったターミナルアプリケーションがすでに存在している。Windows Consoleとも呼ばれているそれらのアプリケーションは、Windowsが標準で持っているWindows APIを使って動作を実現している。
Jupyter Notebook is a tool to run and write Python code easily, showing results right away, and allowing you to combine code, charts, notes, and files in one place ...