Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added callout for way to find methods in IPython #180

Merged
merged 4 commits into from
Jun 20, 2016
Merged

Added callout for way to find methods in IPython #180

merged 4 commits into from
Jun 20, 2016

Commits on Dec 4, 2015

  1. Added callout for way to find methods in IPython

    Made a quick note about the object. tab completion feature in IPython and ? help function. I found this to be helpful in the classes in letting them know how they can fend for themselves more quickly with a feature that they might otherwise not find.
    benlaken committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    5ea3fb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Update 01-numpy.md

    Modified callout to emphasise this is an IPython feature.
    benlaken committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    a637c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Update 01-numpy.md

    Added a note that: 1) help(data.cumprod) = data.cumprod?
    and 2) that this displays the function's docstring.
    benlaken committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    d2c24a4 View commit details
    Browse the repository at this point in the history
  2. Update 01-numpy.md

    fixed quote-mark error in last commit
    benlaken committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    550588a View commit details
    Browse the repository at this point in the history