Skip to content

pchp250g8-home-python-tutorials/python-notebook-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld. Python tutorials. Jupyter Notebook. Simple Input/Output. To create a Jupyter notebook, follow these steps:

  1. Launch terminal.
  2. Select the location to create the Jupyter notebook (use the cd, mkdir commands).
  3. Type "jupyter notebook" in it.
  4. The browser with the Jupyter system web interface will launch.
  5. Click the "New" button and select "Python3 (pykernel)" from the drop-down menu.
  6. Enter the code in the cell: print("Hello, world!!!") print("Test Notebook")
  7. Click the "Run" button (black arrow) on the toolbar.

HelloWorld. Занятия Python. Блокноты Jupyter. Простой ввод/вывод. Для создания блокнота Jupyter нужно выполнить следующие действия:

  1. Запустить терминал.
  2. Выбрать место создания блокнота "Jupyter" (использовать комманды cd,mkdir).
  3. В нём набрать "jupyter notebook".
  4. Запустится браузер с веб интерфейсом системы "Jupyter".
  5. Нажать кнопку "New" и выпадающем меню выбрать пункт "Python3 (pykernel)".
  6. В ячейке ввести код: print("Hello,world!!!") print("Test Notebook")
  7. Нажать кнопку "Выполнить" (чёрная стрелка) на панели инструментов.

About

HelloWorld. Python tutorials. Jupyter Notebook. Simple Input/Output.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors