File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 18
18
" from viz.text import viz_text\n " ,
19
19
" \n " ,
20
20
" %load_ext autoreload\n " ,
21
- " %autoreload 2"
21
+ " %autoreload 2\n " ,
22
+ " %matplotlib inline"
22
23
]
23
24
},
24
25
{
147
148
],
148
149
"metadata" : {
149
150
"kernelspec" : {
150
- "display_name" : " Python 3 " ,
151
+ "display_name" : " Python [default] " ,
151
152
"language" : " python" ,
152
153
"name" : " python3"
153
154
},
161
162
"name" : " python" ,
162
163
"nbconvert_exporter" : " python" ,
163
164
"pygments_lexer" : " ipython3" ,
164
- "version" : " 3.6.12 "
165
+ "version" : " 3.6.2 "
165
166
}
166
167
},
167
168
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 18
18
" from viz.text import viz_text\n " ,
19
19
" \n " ,
20
20
" %load_ext autoreload\n " ,
21
- " %autoreload 2"
21
+ " %autoreload 2\n " ,
22
+ " %matplotlib inline"
22
23
]
23
24
},
24
25
{
148
149
],
149
150
"metadata" : {
150
151
"kernelspec" : {
151
- "display_name" : " Python 3 " ,
152
+ "display_name" : " Python [default] " ,
152
153
"language" : " python" ,
153
154
"name" : " python3"
154
155
},
162
163
"name" : " python" ,
163
164
"nbconvert_exporter" : " python" ,
164
165
"pygments_lexer" : " ipython3" ,
165
- "version" : " 3.6.12 "
166
+ "version" : " 3.6.2 "
166
167
}
167
168
},
168
169
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 23
23
" from matplotlib import lines\n " ,
24
24
" \n " ,
25
25
" %load_ext autoreload\n " ,
26
- " %autoreload 2"
26
+ " %autoreload 2\n " ,
27
+ " %matplotlib inline"
27
28
]
28
29
},
29
30
{
243
244
],
244
245
"metadata" : {
245
246
"kernelspec" : {
246
- "display_name" : " Python 3 " ,
247
+ "display_name" : " Python [default] " ,
247
248
"language" : " python" ,
248
249
"name" : " python3"
249
250
},
257
258
"name" : " python" ,
258
259
"nbconvert_exporter" : " python" ,
259
260
"pygments_lexer" : " ipython3" ,
260
- "version" : " 3.6.12 "
261
+ "version" : " 3.6.2 "
261
262
}
262
263
},
263
264
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 24
24
" from application_utils.text_utils_torch import BertWrapperTorch\n " ,
25
25
" from viz.text import viz_text\n " ,
26
26
" \n " ,
27
- " %matplotlib inline\n " ,
28
27
" %load_ext autoreload\n " ,
29
- " %autoreload 2"
28
+ " %autoreload 2\n " ,
29
+ " %matplotlib inline"
30
30
]
31
31
},
32
32
{
You can’t perform that action at this time.
0 commit comments