Skip to content

Commit 130f346

Browse files
authored
Basic of Python
1 parent 2dee8ac commit 130f346

File tree

68 files changed

+23578
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+23578
-0
lines changed
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Guide to Using Jupyter Notebooks\n",
8+
"In this lecture we will be going over the basics of the Jupyter (previously called iPython Notebooks).\n",
9+
"\n",
10+
"\n",
11+
"\n",
12+
"Most of the breakdown will actually occur in the presentation corresponding to this Notebook. So please refer to either the presentation or the full User Manual linked above."
13+
]
14+
}
15+
],
16+
"metadata": {
17+
"kernelspec": {
18+
"display_name": "Python 3",
19+
"language": "python",
20+
"name": "python3"
21+
},
22+
"language_info": {
23+
"codemirror_mode": {
24+
"name": "ipython",
25+
"version": 3
26+
},
27+
"file_extension": ".py",
28+
"mimetype": "text/x-python",
29+
"name": "python",
30+
"nbconvert_exporter": "python",
31+
"pygments_lexer": "ipython3",
32+
"version": "3.6.3"
33+
}
34+
},
35+
"nbformat": 4,
36+
"nbformat_minor": 1
37+
}

0 commit comments

Comments
 (0)