Skip to content

Commit 1d3f017

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/education/Case_Study_Education.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,8 @@
20672067
"source": [
20682068
"# # Plot the results.\n",
20692069
"# import matplotlib.pyplot as plt\n",
2070+
"# import piplite\n",
2071+
"# await piplite.install('seaborn')\n",
20702072
"# import seaborn as sns\n",
20712073
"\n",
20722074
"# # Set seaborn style for better visuals\n",
@@ -2298,4 +2300,4 @@
22982300
"outputs": []
22992301
}
23002302
]
2301-
}
2303+
}

0 commit comments

Comments
 (0)