1
00:00:03,000 --> 00:00:07,890
So I guess most of you are familiar with Jupyter notebooks.

2
00:00:07,890 --> 00:00:11,610
If you are coming from machine learning, data science, etc. this.

3
00:00:11,610 --> 00:00:14,430
This would be a very frequent tool for you.

4
00:00:14,430 --> 00:00:15,510
If you don't.

5
00:00:15,510 --> 00:00:18,240
Don't worry, Jupyter notebooks is super easy.

6
00:00:18,300 --> 00:00:22,290
It's super easy to start using it.

7
00:00:22,950 --> 00:00:26,220
Whenever you have a doubt, you just go to ChatGPT and ask.

8
00:00:26,220 --> 00:00:35,070
That is the the good way always, and you will see that the use we are going to make for a Jupyter notebooks

9
00:00:35,100 --> 00:00:36,420
is very simple.

10
00:00:36,630 --> 00:00:45,600
Uh, in the next exercises you are going to learn how to create a new notebook, how to enter code or

11
00:00:45,600 --> 00:00:54,390
markdown, how to run a cell, how to create or insert a new cell, and how to deal with error messages.

12
00:00:54,390 --> 00:00:59,190
In my opinion, error messages are the weakest part of Jupyter notebooks.

13
00:00:59,190 --> 00:01:06,750
And sometimes, you know, at the bottom of the error message, you have, uh, more or less clear,

14
00:01:06,900 --> 00:01:12,840
uh, message, uh, that is easy to understand in some cases.

15
00:01:12,840 --> 00:01:18,840
Uh, well, in most cases, what I do is I just copy the error message and I throw it to ChatGPT in

16
00:01:18,840 --> 00:01:24,540
order for ChatGPT to tell me what is going on and what is the way to solve it, you don't solve it like

17
00:01:24,540 --> 00:01:24,780
that.

18
00:01:24,780 --> 00:01:31,290
You just copy the code that is creating an error, you know, and copy it to ChatGPT and say, okay,

19
00:01:31,290 --> 00:01:32,550
what is happening here?

20
00:01:32,550 --> 00:01:37,830
And in most cases, ChatGPT is going to identify the problem for you and you will learn, uh, from

21
00:01:37,830 --> 00:01:38,400
that.

