File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 19
19
{
20
20
"cell_type" : " code" ,
21
21
"execution_count" : null ,
22
- "metadata" : {
23
- "collapsed" : true
24
- },
22
+ "metadata" : {},
25
23
"outputs" : [],
26
24
"source" : [
27
25
" # Python standard library\n " ,
125
123
{
126
124
"cell_type" : " code" ,
127
125
"execution_count" : null ,
128
- "metadata" : {
129
- "collapsed" : true
130
- },
126
+ "metadata" : {},
131
127
"outputs" : [],
132
128
"source" : [
133
129
" result_tab.write('my_result.tex', format='ascii.latex')"
141
137
"source" : [
142
138
" # Now use your favorite text editor to open the my_result.tex file.\n " ,
143
139
" # For example:\n " ,
144
- " !more my_result.tex"
140
+ " !cat my_result.tex"
145
141
]
146
142
},
147
143
{
155
151
{
156
152
"cell_type" : " code" ,
157
153
"execution_count" : null ,
158
- "metadata" : {
159
- "collapsed" : true
160
- },
154
+ "metadata" : {},
161
155
"outputs" : [],
162
156
"source" : [
163
157
" # Due to the unpredictability of external services,\n " ,
320
314
{
321
315
"cell_type" : " code" ,
322
316
"execution_count" : null ,
323
- "metadata" : {
324
- "collapsed" : true
325
- },
317
+ "metadata" : {},
326
318
"outputs" : [],
327
319
"source" : [
328
320
" with warnings.catch_warnings():\n " ,
346
338
"metadata" : {},
347
339
"outputs" : [],
348
340
"source" : [
349
- " my_favorite_result = all_results['http://vizier.u-strasbg.fr/viz-bin/votable/-A?-out.all&-source= I/220/out& ']\n " ,
341
+ " my_favorite_result = all_results['http://vizier.u-strasbg.fr/viz-bin/conesearch/ I/220/out? ']\n " ,
350
342
" print(my_favorite_result.array.data.dtype.names)\n " ,
351
343
" print(my_favorite_result.array.data)"
352
344
]
482
474
"published" : false
483
475
},
484
476
"kernelspec" : {
485
- "display_name" : " Python 3 " ,
477
+ "display_name" : " Python [default] " ,
486
478
"language" : " python" ,
487
479
"name" : " python3"
488
480
},
496
488
"name" : " python" ,
497
489
"nbconvert_exporter" : " python" ,
498
490
"pygments_lexer" : " ipython3" ,
499
- "version" : " 3.6.3 "
491
+ "version" : " 3.6.4 "
500
492
}
501
493
},
502
494
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments