|
11 | 11 | },
|
12 | 12 | {
|
13 | 13 | "cell_type": "code",
|
14 |
| - "execution_count": 1, |
| 14 | + "execution_count": null, |
15 | 15 | "metadata": {
|
16 | 16 | "collapsed": false
|
17 | 17 | },
|
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": [], |
32 | 19 | "source": [
|
33 | 20 | "!pip install getorg --upgrade\n",
|
34 | 21 | "import glob\n",
|
|
38 | 25 | },
|
39 | 26 | {
|
40 | 27 | "cell_type": "code",
|
41 |
| - "execution_count": 2, |
| 28 | + "execution_count": null, |
42 | 29 | "metadata": {
|
43 | 30 | "collapsed": false
|
44 | 31 | },
|
|
49 | 36 | },
|
50 | 37 | {
|
51 | 38 | "cell_type": "code",
|
52 |
| - "execution_count": 3, |
| 39 | + "execution_count": null, |
53 | 40 | "metadata": {
|
54 | 41 | "collapsed": true
|
55 | 42 | },
|
|
64 | 51 | },
|
65 | 52 | {
|
66 | 53 | "cell_type": "code",
|
67 |
| - "execution_count": 4, |
| 54 | + "execution_count": null, |
68 | 55 | "metadata": {
|
69 | 56 | "collapsed": false
|
70 | 57 | },
|
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": [], |
87 | 59 | "source": [
|
88 | 60 | "\n",
|
89 | 61 | "for file in g:\n",
|
|
102 | 74 | },
|
103 | 75 | {
|
104 | 76 | "cell_type": "code",
|
105 |
| - "execution_count": 5, |
| 77 | + "execution_count": null, |
106 | 78 | "metadata": {
|
107 | 79 | "collapsed": false
|
108 | 80 | },
|
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": [], |
121 | 82 | "source": [
|
122 | 83 | "m = getorg.orgmap.create_map_obj()\n",
|
123 | 84 | "getorg.orgmap.output_html_cluster_map(location_dict, folder_name=\"../talkmap\", hashed_usernames=False)"
|
|
136 | 97 | "metadata": {
|
137 | 98 | "anaconda-cloud": {},
|
138 | 99 | "kernelspec": {
|
139 |
| - "display_name": "Python [Root]", |
| 100 | + "display_name": "Python 3", |
140 | 101 | "language": "python",
|
141 |
| - "name": "Python [Root]" |
| 102 | + "name": "python3" |
142 | 103 | },
|
143 | 104 | "language_info": {
|
144 | 105 | "codemirror_mode": {
|
|
150 | 111 | "name": "python",
|
151 | 112 | "nbconvert_exporter": "python",
|
152 | 113 | "pygments_lexer": "ipython3",
|
153 |
| - "version": "3.5.2" |
| 114 | + "version": "3.8.3" |
154 | 115 | }
|
155 | 116 | },
|
156 | 117 | "nbformat": 4,
|
|
0 commit comments