Skip to content

Commit 117a5c7

Browse files
committed
Move files for consistency
1 parent 9954441 commit 117a5c7

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed
File renamed without changes.

solutions/notebook/00_explore-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@
12251225
],
12261226
"metadata": {
12271227
"kernelspec": {
1228-
"display_name": "Python [default]",
1228+
"display_name": "Python 3",
12291229
"language": "python",
12301230
"name": "python3"
12311231
},
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"import datapackage"
10+
]
11+
},
12+
{
13+
"cell_type": "code",
14+
"execution_count": null,
15+
"metadata": {},
16+
"outputs": [],
17+
"source": [
18+
"package = "
19+
]
20+
}
21+
],
22+
"metadata": {
23+
"kernelspec": {
24+
"display_name": "Python 3",
25+
"language": "python",
26+
"name": "python3"
27+
},
28+
"language_info": {
29+
"codemirror_mode": {
30+
"name": "ipython",
31+
"version": 3
32+
},
33+
"file_extension": ".py",
34+
"mimetype": "text/x-python",
35+
"name": "python",
36+
"nbconvert_exporter": "python",
37+
"pygments_lexer": "ipython3",
38+
"version": "3.6.5"
39+
}
40+
},
41+
"nbformat": 4,
42+
"nbformat_minor": 2
43+
}

0 commit comments

Comments
 (0)