Skip to content

Commit

Permalink
Update intro_tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Aug 23, 2024
1 parent 379f2bc commit b32c1e0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,27 @@
" (You can use the table of contents button on the left side of the interface to skip to any specific part)\n",
"\n",
"\n",
"Users can use Google Colab (Please ensure you run the Colab dependency import cell) \n",
"Users can use Google Colab\\* (Please ensure you run the Colab dependency import cell- below) \n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/projectmesa/mesa-geo/blob/main/docs/tutorials/intro_tutorial.ipynb)\n"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/projectmesa/mesa-geo/blob/main/docs/tutorials/intro_tutorial.ipynb)\n",
"\n",
"\\*Based on a recent Google Colab update currently, Solara visuals are not rendering. However, the link still provides a easy way to download the jupyter file. \n",
"\n",
"You can also [download the file directly from GitHub](https://github.com/projectmesa/mesa-geo/blob/main/docs/tutorials/intro_tutorial.ipynb)\n"
]
},
{
"cell_type": "raw",
"id": "c0c702b3-c307-4f00-9530-468e29f53184",
"cell_type": "code",
"execution_count": null,
"id": "0b0dc4bb-cf8a-4c21-82aa-4a1cc43f1871",
"metadata": {},
"outputs": [],
"source": [
"#Run this if in colab\n",
"#Run this if in colab or if you need to install mesa and mesa-geo in your local environment. \n",
"!pip install mesa --quiet\n",
"!pip install mesa-geo --quiet\n",
"!mkdir -p data\n",
"!wget -P data https://raw.githubusercontent.com/projectmesa/mesa-geo/tree/main/docs/tutorials/data/TorontoNeighbourhoods.geojson"
"!wget -P data https://raw.githubusercontent.com/projectmesa/mesa-geo/main/docs/tutorials/data/TorontoNeighbourhoods.geojson"
]
},
{
Expand Down

0 comments on commit b32c1e0

Please sign in to comment.