Skip to content

Commit

Permalink
added cell for google colab install
Browse files Browse the repository at this point in the history
  • Loading branch information
distefanodevinj committed Sep 26, 2023
1 parent 9e130e7 commit f6c1d14
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions notebooks/Effects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6c1d14

Please sign in to comment.