We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eda8f2 commit 07a4449Copy full SHA for 07a4449
module3/lab3/Lab3-skeleton.ipynb
@@ -54,6 +54,8 @@
54
"source": [
55
"# Install sqlalchemy. You only need to run this once.\n",
56
"%pip install sqlalchemy==2.0.*\n",
57
+ "# If you are using Mac, comment the line above and uncomment the line below\n",
58
+ "# %pip install \"sqlalchemy==2.0.*\"\n",
59
"# Automatically reload modules that have changed while running the notebook\n",
60
"%load_ext autoreload\n",
61
"%autoreload 2"
0 commit comments