Skip to content

Commit fa7e710

Browse files
authored
Merge pull request #73 from TokenEngineeringCommunity/NBupdate
Update NB1-PoolExploration-0x8b6-V1.0.ipynb
2 parents 01fba71 + c1900ed commit fa7e710

File tree

1 file changed

+3
-52
lines changed

1 file changed

+3
-52
lines changed

NB1-PoolExploration-0x8b6-V1.0.ipynb

Lines changed: 3 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"\n",
268268
"p_df = post_processing(df, include_spot_prices=False)\n",
269269
"\n",
270-
"p_df.head()"
270+
"p_df.tail()"
271271
]
272272
},
273273
{
@@ -339,13 +339,6 @@
339339
"fig.show() "
340340
]
341341
},
342-
{
343-
"cell_type": "code",
344-
"execution_count": null,
345-
"metadata": {},
346-
"outputs": [],
347-
"source": []
348-
},
349342
{
350343
"cell_type": "markdown",
351344
"metadata": {},
@@ -391,10 +384,10 @@
391384
"outputs": [],
392385
"source": [
393386
"#Pool Shares\n",
394-
"fig = px.line(ps, x=p_df.timestep,y=p_df.pool_shares)\n",
387+
"fig = px.line(p_df, x=p_df.timestep,y=p_df.pool_shares)\n",
395388
"fig.update_layout(height=300, width=1000, title_text='<b>Pool Shares (BPT)</b>')\n",
396389
"fig.update_xaxes(title_text='timestep')\n",
397-
"fig.update_yaxes(title_text='<b>pool shares</b> in #', range=[99.985,101.00])\n",
390+
"fig.update_yaxes(title_text='<b>pool shares</b> in #', range=[-0.05,102.00])\n",
398391
"fig.show()"
399392
]
400393
},
@@ -501,13 +494,6 @@
501494
"fig.show()"
502495
]
503496
},
504-
{
505-
"cell_type": "code",
506-
"execution_count": null,
507-
"metadata": {},
508-
"outputs": [],
509-
"source": []
510-
},
511497
{
512498
"cell_type": "markdown",
513499
"metadata": {},
@@ -528,20 +514,6 @@
528514
"print(actions)"
529515
]
530516
},
531-
{
532-
"cell_type": "code",
533-
"execution_count": null,
534-
"metadata": {},
535-
"outputs": [],
536-
"source": []
537-
},
538-
{
539-
"cell_type": "code",
540-
"execution_count": null,
541-
"metadata": {},
542-
"outputs": [],
543-
"source": []
544-
},
545517
{
546518
"cell_type": "code",
547519
"execution_count": null,
@@ -556,27 +528,6 @@
556528
"fig.update_xaxes(rangeslider_visible=True)\n",
557529
"fig.show()"
558530
]
559-
},
560-
{
561-
"cell_type": "code",
562-
"execution_count": null,
563-
"metadata": {},
564-
"outputs": [],
565-
"source": []
566-
},
567-
{
568-
"cell_type": "code",
569-
"execution_count": null,
570-
"metadata": {},
571-
"outputs": [],
572-
"source": []
573-
},
574-
{
575-
"cell_type": "code",
576-
"execution_count": null,
577-
"metadata": {},
578-
"outputs": [],
579-
"source": []
580531
}
581532
],
582533
"metadata": {

0 commit comments

Comments
 (0)