HelloWorld. Python tutorials. Jupyter Notebook. Simple Input/Output. To create a Jupyter notebook, follow these steps:
- Launch terminal.
- Select the location to create the Jupyter notebook (use the cd, mkdir commands).
- Type "jupyter notebook" in it.
- The browser with the Jupyter system web interface will launch.
- Click the "New" button and select "Python3 (pykernel)" from the drop-down menu.
- Enter the code in the cell: print("Hello, world!!!") print("Test Notebook")
- Click the "Run" button (black arrow) on the toolbar.
HelloWorld. Занятия Python. Блокноты Jupyter. Простой ввод/вывод. Для создания блокнота Jupyter нужно выполнить следующие действия:
- Запустить терминал.
- Выбрать место создания блокнота "Jupyter" (использовать комманды cd,mkdir).
- В нём набрать "jupyter notebook".
- Запустится браузер с веб интерфейсом системы "Jupyter".
- Нажать кнопку "New" и выпадающем меню выбрать пункт "Python3 (pykernel)".
- В ячейке ввести код: print("Hello,world!!!") print("Test Notebook")
- Нажать кнопку "Выполнить" (чёрная стрелка) на панели инструментов.