Skip to content

Commit 27f784d

Browse files
committed
fix pep8
1 parent 4f9ebc4 commit 27f784d

1 file changed

Lines changed: 13 additions & 33 deletions

File tree

notebooks/multi_mission/subscriptions/subscriptions.ipynb

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 1,
26+
"execution_count": null,
27+
"id": "68536ff6-0bbd-4e27-a84d-b05542c9ef3b",
28+
"metadata": {},
29+
"outputs": [],
30+
"source": [
31+
"astroquery.__version__"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
2737
"id": "a0daaaca-b99f-42a6-b314-7735cd71d03b",
2838
"metadata": {},
2939
"outputs": [],
@@ -34,39 +44,10 @@
3444
},
3545
{
3646
"cell_type": "code",
37-
"execution_count": 5,
47+
"execution_count": null,
3848
"id": "8888b06e-37e1-4f09-9bac-cb60480d007c",
3949
"metadata": {},
40-
"outputs": [
41-
{
42-
"name": "stdout",
43-
"output_type": "stream",
44-
"text": [
45-
"eppn: \n",
46-
"ezid: anonymous\n",
47-
"anon: True\n",
48-
"scopes: []\n",
49-
"session: None\n",
50-
"token: None\n"
51-
]
52-
},
53-
{
54-
"data": {
55-
"text/plain": [
56-
"{'eppn': '',\n",
57-
" 'ezid': 'anonymous',\n",
58-
" 'attrib': {},\n",
59-
" 'anon': True,\n",
60-
" 'scopes': [],\n",
61-
" 'session': None,\n",
62-
" 'token': None}"
63-
]
64-
},
65-
"execution_count": 5,
66-
"metadata": {},
67-
"output_type": "execute_result"
68-
}
69-
],
50+
"outputs": [],
7051
"source": [
7152
"MastMissions.session_info()"
7253
]
@@ -89,7 +70,6 @@
8970
"source": [
9071
"with open(\"JWST.json\", \"r\") as infile:\n",
9172
" subscriptions = json.load(infile)\n",
92-
"#sub = json.load(\"JWST-Large_New_Public.json\")\n",
9373
"subscriptions"
9474
]
9575
},

0 commit comments

Comments
 (0)