Skip to content

Commit 7cced94

Browse files
committed
try to make docs thing work again damnit
1 parent f91081b commit 7cced94

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

docs/notebooks/optimize.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"provenance": []
210210
},
211211
"kernelspec": {
212-
"display_name": "Python 3 (ipykernel)",
212+
"display_name": ".venv39",
213213
"language": "python",
214214
"name": "python3"
215215
},
@@ -223,7 +223,7 @@
223223
"name": "python",
224224
"nbconvert_exporter": "python",
225225
"pygments_lexer": "ipython3",
226-
"version": "3.10.9"
226+
"version": "3.9.21"
227227
}
228228
},
229229
"nbformat": 4,

docs/notebooks/plot.ipynb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,6 @@
335335
")"
336336
]
337337
},
338-
{
339-
"cell_type": "code",
340-
"execution_count": null,
341-
"metadata": {},
342-
"outputs": [],
343-
"source": [
344-
"facetgrid.show()"
345-
]
346-
},
347338
{
348339
"cell_type": "markdown",
349340
"metadata": {},
@@ -409,8 +400,7 @@
409400
" cmap=\"tab10\",\n",
410401
" portrait=True,\n",
411402
" linked_views=True,\n",
412-
")\n",
413-
"Video(vidpath, embed=True, width=800, height=600)"
403+
")"
414404
]
415405
},
416406
{
@@ -438,9 +428,7 @@
438428
" species=[\"A_nucl\"],\n",
439429
" cmap=\"tab10\",\n",
440430
" show_cmap=True,\n",
441-
")\n",
442-
"\n",
443-
"facetgrid.show()"
431+
")"
444432
]
445433
},
446434
{
@@ -461,9 +449,7 @@
461449
" simulation_results=results,\n",
462450
" species=[\"A_nucl\"],\n",
463451
" cmap=\"tab10\",\n",
464-
")\n",
465-
"\n",
466-
"Video(vidpath, embed=True, width=800, height=600)"
452+
")"
467453
]
468454
},
469455
{

0 commit comments

Comments
 (0)