Skip to content

Commit 8fbf7aa

Browse files
committed
Merge branch 'Gonza10V-main' into dev
2 parents 6e0664f + d3597c5 commit 8fbf7aa

12 files changed

+2775
-44
lines changed
Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,41 @@
176176
},
177177
{
178178
"cell_type": "code",
179-
"execution_count": 11,
179+
"execution_count": 8,
180+
"metadata": {},
181+
"outputs": [
182+
{
183+
"name": "stdout",
184+
"output_type": "stream",
185+
"text": [
186+
"No user logged in.\n"
187+
]
188+
}
189+
],
190+
"source": [
191+
"xdc.log_in_fj()"
192+
]
193+
},
194+
{
195+
"cell_type": "code",
196+
"execution_count": 36,
197+
"metadata": {},
198+
"outputs": [
199+
{
200+
"name": "stdout",
201+
"output_type": "stream",
202+
"text": [
203+
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ1MjYwODUyLCJqdGkiOiIwMjBkZWNhNjllNjg0ZWFlOGZkMGRmMDI4MmIyNWJmYSIsInVzZXJfaWQiOjJ9.9I8Ko31VOJwB4EPBi1Dug67ou4jUe1fqYb6Hwz_RpP4\n"
204+
]
205+
}
206+
],
207+
"source": [
208+
"print(xdc.fj_token)"
209+
]
210+
},
211+
{
212+
"cell_type": "code",
213+
"execution_count": 9,
180214
"metadata": {},
181215
"outputs": [],
182216
"source": [
@@ -185,16 +219,16 @@
185219
},
186220
{
187221
"cell_type": "code",
188-
"execution_count": 12,
222+
"execution_count": 37,
189223
"metadata": {},
190224
"outputs": [
191225
{
192226
"data": {
193227
"text/plain": [
194-
"'803bb581-f309-4fa2-ba3e-a1daaa23faba'"
228+
"'e289fb7e-b15b-487e-92fb-2785d4c2e0ca'"
195229
]
196230
},
197-
"execution_count": 12,
231+
"execution_count": 37,
198232
"metadata": {},
199233
"output_type": "execute_result"
200234
}

0 commit comments

Comments
 (0)