1
00:00:00,960 --> 00:00:08,850
Probably you have heard of Jupiter Notebook in this video, I'll show you how to use Jupiter Notebook.

2
00:00:10,050 --> 00:00:17,730
As a cloud based service, so Jupyter notebook, if you don't know what it is, Jupiter Notebook is

3
00:00:18,480 --> 00:00:27,570
an idea where you write code, but the structure of this idea is very different from the other standard

4
00:00:27,570 --> 00:00:28,320
ideas.

5
00:00:29,100 --> 00:00:31,740
You'll see exactly what this structure is about.

6
00:00:32,280 --> 00:00:38,280
So in this video, I'll show you how to use a cloud based Jupiter notebook.

7
00:00:38,670 --> 00:00:43,380
And this is made available by deep note dot com.

8
00:00:43,710 --> 00:00:50,220
So in order to have access to this cloud based Jupiter Notebook IDG, you need to create an account

9
00:00:50,220 --> 00:00:53,760
on deep snow dot com and it's completely free.

10
00:00:54,930 --> 00:00:59,850
So please create an account and then log in and you should see this dashboard here.

11
00:01:01,350 --> 00:01:04,860
So in this video, I'll give you a tool on using deep nodes.

12
00:01:05,190 --> 00:01:12,470
So even if you don't know how to use Jupyter notebooks, you learn how to use them in here because deep

13
00:01:12,480 --> 00:01:15,150
node is based on Jupiter notebooks.

14
00:01:16,580 --> 00:01:22,250
What you see here are the projects, the Jupyter notebooks that I have on that score.

15
00:01:22,520 --> 00:01:24,680
So these are existing projects.

16
00:01:26,060 --> 00:01:32,900
If you have created a fresh account, you'll probably not have any projects in here, but you can create

17
00:01:32,900 --> 00:01:39,500
one using this new project button and then you deep notes project.

18
00:01:41,840 --> 00:01:45,080
And a new notebook should open up.

19
00:01:46,540 --> 00:01:55,120
I know the book is made of cells, so this year is a cell and you can create more cells by clicking

20
00:01:55,120 --> 00:02:00,700
this button here or using these shortcuts from your keyboards.

21
00:02:02,030 --> 00:02:03,380
So now we have two cells.

22
00:02:03,590 --> 00:02:04,940
So what is a cell?

23
00:02:04,940 --> 00:02:08,270
A cell is like a Python script.

24
00:02:08,630 --> 00:02:18,110
You can have some codes here like print, hello, print, boy and executes.

25
00:02:18,380 --> 00:02:21,170
You can execute this with this button.

26
00:02:21,200 --> 00:02:24,590
All these shortcuts combination of keys.

27
00:02:26,410 --> 00:02:32,260
And you should give the a then you have another cell, which serves as a new script, separate script

28
00:02:32,980 --> 00:02:39,340
so executed took 10 print x executes you get 10.

29
00:02:39,940 --> 00:02:47,470
You can create more cells so you have more scripts, but notes is something you you can access a variable

30
00:02:47,470 --> 00:02:49,300
from another cell, for example.

31
00:02:49,300 --> 00:02:52,900
You can print X here and X was defined in another cell.

32
00:02:53,050 --> 00:02:54,160
But you can still access it.

33
00:02:55,330 --> 00:03:01,150
You can add some more cells, for example, above these existing cells by pressing on codes, and it

34
00:03:01,150 --> 00:03:10,810
adds a cell above that or pressure on codes to add the cell in here, you can delete these cells by

35
00:03:10,810 --> 00:03:13,120
using this button or these shortcuts.

36
00:03:14,180 --> 00:03:15,110
And that as well.

37
00:03:15,950 --> 00:03:24,500
And you can also at books and not only code sales, but also blocks a block can be codes.

38
00:03:24,530 --> 00:03:26,180
So we use codes already.

39
00:03:26,450 --> 00:03:33,260
But it can also be a heading or heading to heading three or a paragraph of text and all other elements.

40
00:03:33,470 --> 00:03:35,670
So let's try heading one.

41
00:03:37,190 --> 00:03:39,200
My first note?

42
00:03:40,850 --> 00:03:41,900
So that's the title.

43
00:03:42,050 --> 00:03:49,730
And then we can add perhaps heading to printing out text, for example.

44
00:03:51,890 --> 00:03:53,210
Another one in here.

45
00:03:57,310 --> 00:04:01,090
Printing all variables and so on.

46
00:04:02,260 --> 00:04:07,330
So now you probably understand why this is called a notebook.

47
00:04:08,500 --> 00:04:12,460
So this is a Jupyter notebook and it's cloud based.

48
00:04:13,030 --> 00:04:21,910
That means you can share this notebook with other people so you can go here and press that button and

49
00:04:21,940 --> 00:04:28,540
then you can define if you want your notebook to be edited or just viewed.

50
00:04:29,590 --> 00:04:33,190
So if you select View and then you copy this school, then you give it to someone.

51
00:04:33,190 --> 00:04:42,160
For example, let me open a private window and you paste that you know, they have you access and they

52
00:04:42,160 --> 00:04:46,990
can see the codes now and they can duplicate this.

53
00:04:48,510 --> 00:04:53,100
Nodes book so then they can have a copy of this node book on their account.

54
00:04:54,500 --> 00:04:59,720
So basically, they will have a different project using the same code.

55
00:05:00,800 --> 00:05:09,950
And if you want to collaborate, then you want to go here, manage collaborators so you can invite someone

56
00:05:10,490 --> 00:05:19,130
by adding their email address and then you'll be able to codes with someone else or the same notes book.

57
00:05:21,200 --> 00:05:25,190
How about installing third party libraries?

58
00:05:25,490 --> 00:05:29,120
For example, if you want to imports peach?

59
00:05:32,580 --> 00:05:37,530
Recognition, which is a third party library to do speech recognition from all due.

60
00:05:37,800 --> 00:05:44,070
So converting audio to text, if you execute that, you're going to get an error, but you're going

61
00:05:44,070 --> 00:05:51,990
to install third party libraries using an exclamation mark, followed by PIP install.

62
00:05:52,380 --> 00:05:55,440
And the name of the third party package.

63
00:05:55,440 --> 00:06:03,510
In this case, the name of this package is uppercase s so speech recognition.

64
00:06:04,260 --> 00:06:08,640
So in this case, it's a bit different from the import statements here.

65
00:06:09,480 --> 00:06:10,590
So you execute that.

66
00:06:12,410 --> 00:06:19,610
And deep notes will install that library for you, so it's successfully installed now you can try again

67
00:06:20,120 --> 00:06:25,130
imports, you get no errors, you can use the library in the notebook.

68
00:06:27,540 --> 00:06:31,530
And that concludes the tool on deep note.

69
00:06:32,850 --> 00:06:36,690
Finally, I'm going to rename the project to some more meaningful name.

70
00:06:37,650 --> 00:06:40,770
My first notebook book, for example, and press enter.

71
00:06:41,250 --> 00:06:42,600
And that's our notebook.

72
00:06:42,960 --> 00:06:45,060
So thank you for filling and I'll talk to you later.

