Skip to content

Commit d870a7c

Browse files
authored
Update education_exercises.ipynb
Enable Seaborn for Pyodide: Added piplite installation and import statements
1 parent e38847f commit d870a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/education/education_exercises.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@
487487
"source": [
488488
"# # Plot the results.\n",
489489
"# import matplotlib.pyplot as plt\n",
490+
"# import piplite\n",
491+
"# await piplite.install('seaborn')\n",
490492
"# import seaborn as sns\n",
491493
"\n",
492494
"# # Set seaborn style for better visuals\n",

0 commit comments

Comments
 (0)