PythonでHello, World!しよう Jupyter Notebookは、Python自身で開発されているWebアプリケーションです。 Webブラウザ上でPythonをインタラクティブに実行できるので、非常に便利です。 Jupyter Notebookを開いたら、画面右上にある [New]をクリックし、 [Python3]を選びましょう。
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 ...