{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "#FAQ\n", "This Notebook will be updated with Frequently Asked Questions for the Course." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**How do you see the hints? How do you see the DocStrings for functions? etc...**\n", "\n", "You can use Shift+Tab when you cursor is placed after an object or function for iPython to reveal the Docstring or more information." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**How do you auto-complete?**\n", "\n", "Use tab to autocomplete methods,objects, or functions. If there is more than one option available, multiple options appear." ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.10" } }, "nbformat": 4, "nbformat_minor": 0 }