Skip to content

Commit 74c515a

Browse files
authored
Update BasicOfJupyterNotebook.md
1 parent 0691b0c commit 74c515a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MachineLearning/JupyterNotebook/BasicOfJupyterNotebook.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
(our normal program), equations, visualizations, and narrative text.
55
- If you are not familiar with any programming language and you want to start a programming career from python then use only python default python idle that makes help you to remember most of the python syntaxes.
66

7+
![Jupyter](https://jupyter.org/assets/jupyterpreview.png)
78

89
#### Why To Use Jupyter Notebook?
910
- Jupyter supports over 40 programmings (Including python, R, Scala)
@@ -12,7 +13,6 @@
1213
- Easy to integrate with big data.
1314

1415

15-
1616
### Installation and Setup of Jupyter Notebook
1717

1818
My System Specification where I am installing Jupyter notebook
@@ -61,6 +61,7 @@ pip install jupyter
6161

6262
you will found the following window after completion
6363

64+
![installed](https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/pip.png)
6465

6566
now jupyter is installed on your local machine.
6667

@@ -83,12 +84,19 @@ and press enter key now one webpage automatically opened in your default web bro
8384
```
8485
URL:http://localhost:8888/tree
8586
```
87+
![open](https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/open.png)
88+
8689

8790
- Now click on the new dropdown list and create any folder **"PythonScript"**(or with any name) or just select any folder showing inside the directory.
8891
- Click on the new dropdown and select **"python3"** it will show following window
92+
![new](https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/new.png)
93+
94+
![opened](https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/opened.png)
8995

9096

9197
- Now Type anything and press **ctrl+Enter** to run that or click on the run button above the file it will show the result in the second line.
98+
![run](https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/run.png)
99+
92100

93101
Now you have successfully installed a jupyter notebook and test normal print any statement. Some shortcuts and features of jupyter notebook will be continued in the next lessons
94102

0 commit comments

Comments
 (0)