It is a basic explanation of Jupyter notebook. The usage is very rough, so the content is for those who are new to it. Therefore, I haven't written anything particularly advanced. Please be careful.
When you press New, the following display will appear. Click Python3 to create a Jupyter Notebook format file.
You can select a file by entering ☑︎. After that, the following display will be displayed, and you can duplicate, delete, edit, etc.
Immediately after startup, it is in the above state.
In []: You can enter the program in the horizontal part (cell).
You can run it by clicking "Run" above or by Shift + Enter. And a new cell is created (when the next cell already exists, no new cell is created)
This page only explains the basic usage, so if you want to use it more conveniently or know how to install it, please refer to the following site.
Recommended reference site Jupyter notebook Shortcut Description: https://qiita.com/forusufia/items/bea3f6fd6160cd2f5843
Summary of shortcut keys for Jupyter Notebook for Python beginners: https://tonari-it.com/python-jupyter-notebook-shortcut-key/
Explanation from the installation of Jupyter Notebook: https://techacademy.jp/magazine/17430
Recommended Posts