Город МОСКОВСКИЙ
00:09:14

HOW TO CREATE A PROGRAM USE JUPYTER NOTEBOOK (PYTHON)

Аватар
Питоновый стиль
Просмотры:
26
Дата загрузки:
02.12.2023 10:38
Длительность:
00:09:14
Категория:
Лайфстайл

Описание

steps:
1. dont forget to download anaconda in here
https://repo.continuum.io/archive
2. click start, click anaconda prompt.
3. click Jupyter Notebook in anaconda prompt and the browser will open.
4. click new, select python [conda root]
5. write source code instruction ; how to create calculator(see the video) the click run.
6. write source code instruction ; how to create arithmatic operation (see the video) the click run.
7. write source code instruction ; date and time (see the video) the click run.
8. write source code instruction ; how to create enum (see the video) the click run.