1
00:00:00,060 --> 00:00:07,440
So let us explore a few more advantages of these Jupyter notebooks, and what I like really much about

2
00:00:07,440 --> 00:00:09,360
it is that you can really style it.

3
00:00:09,870 --> 00:00:14,160
So it's not just some plain text, but you can really change the style.

4
00:00:14,940 --> 00:00:19,200
And we will now make this notebook look a bit more nice.

5
00:00:19,740 --> 00:00:26,310
So first thing that I'm going to do is I'm going to name it finally, because it's still called untitled.

6
00:00:26,880 --> 00:00:33,480
So I click here and just write our first notebook.

7
00:00:34,860 --> 00:00:37,080
Sorry, rename.

8
00:00:37,440 --> 00:00:38,250
And here we go.

9
00:00:38,250 --> 00:00:39,090
And though it has a name.

10
00:00:40,260 --> 00:00:41,400
Now what else can we do?

11
00:00:41,970 --> 00:00:48,810
We can add here and you sell, which is not a sale of code, but instead a cell of text.

12
00:00:49,560 --> 00:00:55,400
So, for example, click here on cell cell type and then marked down.

13
00:00:56,400 --> 00:00:58,260
So maybe you have heard of markdown.

14
00:00:58,620 --> 00:01:00,120
If not, it's not a big deal.

15
00:01:00,270 --> 00:01:01,140
Just click on it.

16
00:01:01,410 --> 00:01:04,980
And if you just want to write standard text, it's really easy to do.

17
00:01:05,010 --> 00:01:07,300
You just write something.

18
00:01:07,320 --> 00:01:08,880
This is a text.

19
00:01:09,420 --> 00:01:16,650
And then when you run the cell, it will turn into just a text cell and you see the background is different,

20
00:01:16,650 --> 00:01:21,530
so you can really use this as a choice for writing.

21
00:01:21,540 --> 00:01:22,050
Come on.

22
00:01:22,440 --> 00:01:24,420
Sorry comments, for example.

23
00:01:25,410 --> 00:01:29,880
But you can also do is you can insert images.

24
00:01:30,780 --> 00:01:34,500
So I will once again turn this into a markdown cell.

25
00:01:35,640 --> 00:01:42,540
Then I will, for example, go to Google and writes and I conduct Python for Google Images.

26
00:01:43,050 --> 00:01:46,950
And for this, I've used some Creative Commons license.

27
00:01:47,580 --> 00:01:52,110
And yeah, I don't know, just is some random image?

28
00:01:52,500 --> 00:01:54,990
Right click copy image.

29
00:01:54,990 --> 00:01:55,390
Sorry.

30
00:01:55,410 --> 00:01:57,840
This is here in German because my system is in German.

31
00:01:58,410 --> 00:02:01,560
And then we click Right click paste.

32
00:02:03,000 --> 00:02:05,010
And yeah, then just run this.

33
00:02:05,880 --> 00:02:09,180
And here we have it the same picture as before.

34
00:02:10,020 --> 00:02:17,040
So you see that we can really use this to style our notebooks and to explain something to add a figure.

35
00:02:17,430 --> 00:02:23,610
And this is really, really nice for you to remember what you did and also to show it to other people.

36
00:02:24,990 --> 00:02:29,820
So if we want to further style this week, once again, click here in the cell.

37
00:02:30,270 --> 00:02:36,660
And for example, at these stars to make the text italic.

38
00:02:37,470 --> 00:02:44,910
And also, we can add headings by writing this hashtag and then, for example, heading.

39
00:02:47,120 --> 00:02:49,130
Did not work or did not work.

40
00:02:49,400 --> 00:02:49,800
Ah, yeah.

41
00:02:49,940 --> 00:02:54,650
Hashtag and then a space and then heading like this, for example.

42
00:02:55,430 --> 00:02:58,190
So I think you get the idea.

43
00:02:58,910 --> 00:03:03,150
And also, I think you've seen that using markdown is quite easy.

44
00:03:03,170 --> 00:03:11,030
You just must know the commands, which you can just Google, for example, here you see different things

45
00:03:11,030 --> 00:03:12,830
like the hashtag that we have just used.

46
00:03:13,280 --> 00:03:18,020
And there's other stuff like, yeah, using these lines to underline something.

47
00:03:18,530 --> 00:03:23,960
And yeah, and I think it's really easy, but not at all necessary to know everything.

