Skip to content

Commit bb5c9a2

Browse files
authored
Update education_exercises.ipynb
Added seaborn (currently lines 489-490) Removed extra import seaborn line (currently lines 588-591)
1 parent 625d795 commit bb5c9a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/education/education_exercises.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@
486486
"cell_type": "code",
487487
"source": [
488488
"# # Plot the results.\n",
489+
"# import micropip\n",
490+
"# await micropip.install("seaborn")\n",
489491
"# import matplotlib.pyplot as plt\n",
490492
"# import seaborn as sns\n",
491493
"\n",
@@ -583,10 +585,7 @@
583585
"cell_type": "code",
584586
"source": [
585587
"# # Plot the results\n",
586-
"# import seaborn as sns\n",
587-
"\n",
588-
"# # Set seaborn style for better visuals\n",
589-
"# sns.set_style(\"whitegrid\")\n",
588+
590589
"\n",
591590
"# # Create the bar plot\n",
592591
"# plt.figure(figsize=(10, 6)) # Set figure size in inches\n",

0 commit comments

Comments
 (0)