Skip to content

Commit

Permalink
Adding Spyder Short cut keys text file
Browse files Browse the repository at this point in the history
  • Loading branch information
AyubQuadri committed Sep 21, 2017
1 parent 6160165 commit 8290450
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Day 5 Git, Anaconda set up/Short cut Keys for Spyder.txt
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

0 comments on commit 8290450

Please sign in to comment.