Skip to content

Commit 7394a7d

Browse files
committed
updates
1 parent ab8f0ad commit 7394a7d

7 files changed

+52
-4
lines changed

Diff for: .ipynb_checkpoints/Basic Types-checkpoint.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@
126126
"nbconvert_exporter": "python",
127127
"pygments_lexer": "ipython3",
128128
"version": "3.7.0"
129+
},
130+
"livereveal": {
131+
"scroll": true,
132+
"theme": "sky"
129133
}
130134
},
131135
"nbformat": 4,

Diff for: .ipynb_checkpoints/Basics-checkpoint.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,6 @@
11461146
]
11471147
},
11481148
{
1149-
"attachments": {},
11501149
"cell_type": "markdown",
11511150
"metadata": {
11521151
"slideshow": {
@@ -1159,7 +1158,6 @@
11591158
}
11601159
],
11611160
"metadata": {
1162-
"celltoolbar": "Slideshow",
11631161
"kernelspec": {
11641162
"display_name": "Python 3",
11651163
"language": "python",

Diff for: .ipynb_checkpoints/Bitwise Operators-checkpoint.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"nbconvert_exporter": "python",
4949
"pygments_lexer": "ipython3",
5050
"version": "3.7.0"
51+
},
52+
"livereveal": {
53+
"scroll": true,
54+
"theme": "sky"
5155
}
5256
},
5357
"nbformat": 4,

Diff for: Basic Types.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@
126126
"nbconvert_exporter": "python",
127127
"pygments_lexer": "ipython3",
128128
"version": "3.7.0"
129+
},
130+
"livereveal": {
131+
"scroll": true,
132+
"theme": "sky"
129133
}
130134
},
131135
"nbformat": 4,

Diff for: Basics.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,6 @@
11461146
]
11471147
},
11481148
{
1149-
"attachments": {},
11501149
"cell_type": "markdown",
11511150
"metadata": {
11521151
"slideshow": {
@@ -1159,7 +1158,6 @@
11591158
}
11601159
],
11611160
"metadata": {
1162-
"celltoolbar": "Slideshow",
11631161
"kernelspec": {
11641162
"display_name": "Python 3",
11651163
"language": "python",

Diff for: Bitwise Operators.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"nbconvert_exporter": "python",
4949
"pygments_lexer": "ipython3",
5050
"version": "3.7.0"
51+
},
52+
"livereveal": {
53+
"scroll": true,
54+
"theme": "sky"
5155
}
5256
},
5357
"nbformat": 4,

Diff for: Numbers.ipynb

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": []
9+
}
10+
],
11+
"metadata": {
12+
"kernelspec": {
13+
"display_name": "Python 3",
14+
"language": "python",
15+
"name": "python3"
16+
},
17+
"language_info": {
18+
"codemirror_mode": {
19+
"name": "ipython",
20+
"version": 3
21+
},
22+
"file_extension": ".py",
23+
"mimetype": "text/x-python",
24+
"name": "python",
25+
"nbconvert_exporter": "python",
26+
"pygments_lexer": "ipython3",
27+
"version": "3.7.0"
28+
},
29+
"livereveal": {
30+
"scroll": true,
31+
"theme": "sky"
32+
}
33+
},
34+
"nbformat": 4,
35+
"nbformat_minor": 2
36+
}

0 commit comments

Comments
 (0)