We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625d795 commit bb5c9a2Copy full SHA for bb5c9a2
1 file changed
content/education/education_exercises.ipynb
@@ -486,6 +486,8 @@
486
"cell_type": "code",
487
"source": [
488
"# # Plot the results.\n",
489
+ "# import micropip\n",
490
+ "# await micropip.install("seaborn")\n",
491
"# import matplotlib.pyplot as plt\n",
492
"# import seaborn as sns\n",
493
"\n",
@@ -583,10 +585,7 @@
583
585
584
586
587
"# # Plot the results\n",
- "# import seaborn as sns\n",
- "\n",
588
- "# # Set seaborn style for better visuals\n",
589
- "# sns.set_style(\"whitegrid\")\n",
+
590
591
"# # Create the bar plot\n",
592
"# plt.figure(figsize=(10, 6)) # Set figure size in inches\n",
0 commit comments