-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Spyder Short cut keys text file
- Loading branch information
1 parent
6160165
commit 8290450
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Spyder Shortcut Keys | ||
|
||
The following is a list of some useful spyder shortcut keys which makes you more productive. | ||
|
||
1. Press F5 to run the entire script | ||
2. Press F9 to run selection or line | ||
3. Press Ctrl + 1 to comment / uncomment | ||
4. Go to front of function and then press Ctrl + I to see documentation of the function | ||
5. Run %reset -f to clean workspace | ||
6. Ctrl + Left click on object to see source code | ||
7. Ctrl+Enter executes the current cell. | ||
8. Shift+Enter executes the current cell and advances the cursor to the next cell |