Skip to content

Commit 4483764

Browse files
committed
u19
1 parent 9d51917 commit 4483764

12 files changed

+1765
-0
lines changed
+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"#FAQ\n",
8+
"This Notebook will be updated with Frequently Asked Questions for the Course."
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"**How do you see the hints? How do you see the DocStrings for functions? etc...**\n",
16+
"\n",
17+
"You can use Shift+Tab when you cursor is placed after an object or function for iPython to reveal the Docstring or more information."
18+
]
19+
},
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {},
23+
"source": [
24+
"**How do you auto-complete?**\n",
25+
"\n",
26+
"Use tab to autocomplete methods,objects, or functions. If there is more than one option available, multiple options appear."
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"metadata": {
33+
"collapsed": true
34+
},
35+
"outputs": [],
36+
"source": []
37+
}
38+
],
39+
"metadata": {
40+
"kernelspec": {
41+
"display_name": "Python 2",
42+
"language": "python",
43+
"name": "python2"
44+
},
45+
"language_info": {
46+
"codemirror_mode": {
47+
"name": "ipython",
48+
"version": 2
49+
},
50+
"file_extension": ".py",
51+
"mimetype": "text/x-python",
52+
"name": "python",
53+
"nbconvert_exporter": "python",
54+
"pygments_lexer": "ipython2",
55+
"version": "2.7.10"
56+
}
57+
},
58+
"nbformat": 4,
59+
"nbformat_minor": 0
60+
}

0 commit comments

Comments
 (0)