Skip to content

Commit 6510ff7

Browse files
committed
#2828 update kernel to python3
1 parent 4f527d6 commit 6510ff7

File tree

1 file changed

+11
-50
lines changed

1 file changed

+11
-50
lines changed

talkmap.ipynb

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,11 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 1,
14+
"execution_count": null,
1515
"metadata": {
1616
"collapsed": false
1717
},
18-
"outputs": [
19-
{
20-
"name": "stdout",
21-
"output_type": "stream",
22-
"text": [
23-
"Requirement already up-to-date: getorg in /home/vm/anaconda3/lib/python3.5/site-packages\n",
24-
"Requirement already up-to-date: geopy in /home/vm/.local/lib/python3.5/site-packages (from getorg)\n",
25-
"Requirement already up-to-date: retrying in /home/vm/.local/lib/python3.5/site-packages (from getorg)\n",
26-
"Requirement already up-to-date: pygithub in /home/vm/anaconda3/lib/python3.5/site-packages (from getorg)\n",
27-
"Requirement already up-to-date: six>=1.7.0 in /home/vm/.local/lib/python3.5/site-packages (from retrying->getorg)\n",
28-
"IPywidgets and ipyleaflet support enabled.\n"
29-
]
30-
}
31-
],
18+
"outputs": [],
3219
"source": [
3320
"!pip install getorg --upgrade\n",
3421
"import glob\n",
@@ -38,7 +25,7 @@
3825
},
3926
{
4027
"cell_type": "code",
41-
"execution_count": 2,
28+
"execution_count": null,
4229
"metadata": {
4330
"collapsed": false
4431
},
@@ -49,7 +36,7 @@
4936
},
5037
{
5138
"cell_type": "code",
52-
"execution_count": 3,
39+
"execution_count": null,
5340
"metadata": {
5441
"collapsed": true
5542
},
@@ -64,26 +51,11 @@
6451
},
6552
{
6653
"cell_type": "code",
67-
"execution_count": 4,
54+
"execution_count": null,
6855
"metadata": {
6956
"collapsed": false
7057
},
71-
"outputs": [
72-
{
73-
"name": "stdout",
74-
"output_type": "stream",
75-
"text": [
76-
"Berkeley CA, USA \n",
77-
" Berkeley, Alameda County, California, United States of America\n",
78-
"Los Angeles, CA \n",
79-
" LA, Los Angeles County, California, United States of America\n",
80-
"London, UK \n",
81-
" London, Greater London, England, UK\n",
82-
"San Francisco, California \n",
83-
" SF, California, United States of America\n"
84-
]
85-
}
86-
],
58+
"outputs": [],
8759
"source": [
8860
"\n",
8961
"for file in g:\n",
@@ -102,22 +74,11 @@
10274
},
10375
{
10476
"cell_type": "code",
105-
"execution_count": 5,
77+
"execution_count": null,
10678
"metadata": {
10779
"collapsed": false
10880
},
109-
"outputs": [
110-
{
111-
"data": {
112-
"text/plain": [
113-
"'Written map to ../talkmap/'"
114-
]
115-
},
116-
"execution_count": 5,
117-
"metadata": {},
118-
"output_type": "execute_result"
119-
}
120-
],
81+
"outputs": [],
12182
"source": [
12283
"m = getorg.orgmap.create_map_obj()\n",
12384
"getorg.orgmap.output_html_cluster_map(location_dict, folder_name=\"../talkmap\", hashed_usernames=False)"
@@ -136,9 +97,9 @@
13697
"metadata": {
13798
"anaconda-cloud": {},
13899
"kernelspec": {
139-
"display_name": "Python [Root]",
100+
"display_name": "Python 3",
140101
"language": "python",
141-
"name": "Python [Root]"
102+
"name": "python3"
142103
},
143104
"language_info": {
144105
"codemirror_mode": {
@@ -150,7 +111,7 @@
150111
"name": "python",
151112
"nbconvert_exporter": "python",
152113
"pygments_lexer": "ipython3",
153-
"version": "3.5.2"
114+
"version": "3.8.3"
154115
}
155116
},
156117
"nbformat": 4,

0 commit comments

Comments
 (0)