datadave / GADS9-NYC-Spring2014-Students

Student repo for Spring 2014 Data Science Course at GA NYC
4 stars 22 forks source link

To find Help and options within ipython notebook #60

Closed aribajahan closed 10 years ago

aribajahan commented 10 years ago

Answered in class

  1. If you type a function syntax and TAB --> help pops up, if you press it 2x, the help expands. .plot( +TAB
  2. To see the variations of a function, type the syntax and a letter + TAB. Different options will be shown as an autocomplete.
    % +any letter +TAB