# Introductory Tutorial **Geo-Schelling Model** In this tutorial we will build a Geo-Schelling model, which takes the seminal [Schelling Segregation model](https://en.wikipedia.org/wiki/Schelling%27s_model_of_segregation) and replicates with the countries of Europe, were the countries "move" their preference similar to the Schelling Model. Users can use Google Colab or Jupyter Lite to use this tutorial. [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tpike3/mesa-geo/blob/newsphinx/docs/source/tutorials/intro_tutorial.ipynb) This tutorial uses JupyterLite to allow users to immediately access and adjust code. This tutorial also uses [Jupyter Bridge](https://pypi.org/project/jupyter-bridge/) so users can see more detailed explanations of each code cell if desired by clicking the book icon. ```{eval-rst} .. jupyterlite:: intro_tutorial.ipynb :width: 100% :height: 600px :prompt: Do The Geo-Schelling Tutorial! :prompt_color: #00aa42 .. jupyterlite:: intro_tutorial.ipynb :new_tab: True :prompt: Open in a new tab! ``` ```{toctree} --- maxdepth: 2 hidden: true --- Introductory Tutorial ```