From f6c1d141ef1eab1059fa2662d86bf91237b7bfa9 Mon Sep 17 00:00:00 2001 From: distefanodevinj Date: Tue, 26 Sep 2023 16:07:38 -0700 Subject: [PATCH] added cell for google colab install --- notebooks/Effects.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/notebooks/Effects.ipynb b/notebooks/Effects.ipynb index bbcb6e8..84cdb0d 100644 --- a/notebooks/Effects.ipynb +++ b/notebooks/Effects.ipynb @@ -24,6 +24,19 @@ "The next cell will install these dependencies." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "e270c1bd", + "metadata": {}, + "outputs": [], + "source": [ + "# If in Colab, install this notebook's required dependencies\n", + "import sys\n", + "if \"google.colab\" in sys.modules:\n", + " !pip install 'unfolded.map_sdk>=1.0' requests pandas" + ] + }, { "cell_type": "markdown", "id": "625a1a1c-c122-4369-9fd7-146c6b9ad3fe",