00:09:14
HOW TO CREATE A PROGRAM USE JUPYTER NOTEBOOK (PYTHON)
Описание
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.