@@ -6,7 +6,7 @@ Some Use full Information
66
77### Open Jupyter NoteBook at Particular Directory
88
9- conside you want to open Jupyter notebook at following path
9+ consider you want to open Jupyter notebook at the following path
1010```
1111C:\Users\ravi\Desktop\PythonScript
1212```
@@ -23,24 +23,24 @@ Jupyter Notebook
2323
2424![ path] ( https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/path.png )
2525
26- Note: Or simple open directory and in the address bar type ** Jupyter Notebook** and hit Enter .
26+ Note: Another simple Option is open directory and in the address bar type ** Jupyter Notebook** and hit Enter.
2727
2828
2929
3030### New Jupyter Notebook Window
3131
3232- When Jupyter Notebook running.
3333- Click on the ** new** dropdown and select "python3" it Will Open A New Notebook
34- - To change FIle name click on untitled and rename as your wish.
34+ - To change the FIle name click on untitled and rename as you wish.
3535![ basic] ( https://github.com/chavarera/PythonScript/blob/master/MachineLearning/JupyterNotebook/img/newfile.png )
3636
3737
3838#### How to run Python statement in jupyter Notebook
39- - Type you python code or statement and just click on run or just press * ctrl+Enter* it willl show Output in next line.
39+ - Type your python code or statement and just click on run or just press * ctrl+Enter* it will show Output in the next line.
4040
4141
4242### Shortcuts
43- - The Jupyter Notebook has two different keyboard mode for shortcut purpose .
43+ - The Jupyter Notebook has two different keyboard modes for shortcut purposes .
4444
4545```
4646Command Mode
@@ -50,21 +50,21 @@ Edit Mode
5050- Command mode binds the keyboard to notebook level commands and is indicated by a grey cell border with a blue left margin.
5151- Press ** Esc** To enable Command Mode
5252
53- ##### Some Imporant Command Mode Shortcuts
53+ ##### Some Important Command Mode Shortcuts
5454```
55- H : TO show Avialable Keyboard Shortcuts
55+ H: To show Available Keyboard Shortcuts
5656
57- F : Find and Replace in selected cell
57+ F: Find and Replace in the selected cell
5858
5959#Cell Insertion
60- A : Insert cell above
61- B : Insert cell below
60+ A: Insert cell above
61+ B: Insert cell below
6262
6363#Cut Copy Paste
64- X : Cut selected cells
65- C : Copy selected cells
66- V : Paste cells below
67- Shift+V : Paste cells above
64+ X: Cut selected cells
65+ C: Copy selected cells
66+ V: Paste cells below
67+ Shift+V: Paste cells above
6868
6969# Cell Deletion
7070D,D : Delete Selected Cell(Press two Times D)
@@ -75,9 +75,9 @@ Z : Undo Cell Deletion
7575- Edit mode allows you to type code or text into a cell and is indicated by a green cell border.
7676- Press ** Enter** To enable Command Mode
7777
78- ##### Some Imporant Edit Mode Shortcuts
78+ ##### Some Important Edit Mode Shortcuts
7979```
80- TAB : Simple Code completion
80+ TAB: Simple Code completion
8181
8282Ctrl-] : give proper indent to statements
8383Ctrl-[ : Dedent(Remove Indent)
@@ -86,33 +86,33 @@ Ctrl-Z : Undo
8686Ctrl-/ : Add Comments
8787
8888
89- Ctrl-Enter : run selected cells
90- Alt-Enter : run cell and insert below
89+ Ctrl-Enter: run selected cells
90+ Alt-Enter: run the cell and insert below
9191
92- Esc : To Enter in Command Mode
92+ Esc: To Enter in Command Mode
9393```
9494
9595
9696#### Some Toolbar Information
9797
9898** 1. Save:**
99- - Click on Save Option which is present in toolbar.
99+ - Click on Save Option which is present in the toolbar.
100100- Simple Use Keyboard Shortcut ctrl+S
101101
102102** 2. Insert New Cell**
103103- Click on Plus (+) New Cell Is added.
104- - You can use menu (Insert) for
105- - insert cell above
106- - insert cell below
107- - Simply You can also use Keyboard shortccuts
104+ - You can use the menu (Insert) for
105+ - insert cell above
106+ - insert cell below
107+ - Simply You can also use Keyboard shortcuts
108108```
109- A : insert cell above
110- B: : insert cell below
109+ A: insert cell above
110+ B: insert cell below
111111```
112112
113113** 3. Cut Cell**
114- - First select cell which you want to delete and click on scissor icon to remove that cell.
114+ - A first select cell that you want to delete and click on the scissor icon to remove that cell.
115115- Or use keyboard Shortcuts
116116```
117- x : Cut Selected cell
117+ x: Cut Selected cell
118118```
0 commit comments