{"cells": [{"cell_type": "markdown", "metadata": {}, "source": ["# Pool-based Active Learning - Getting Started"]}, {"cell_type": "markdown", "metadata": {}, "source": ["> **_Google Colab Note:_** If the notebook fails to run after installing the needed packages, try to restart the runtime (Ctrl + M) under Runtime -> Restart session.\n", "\n", "[](https://colab.research.google.com/github/scikit-activeml/scikit-activeml.github.io/blob/gh-pages/development/generated/tutorials_colab//00_pool_getting_started.ipynb)"]}, {"cell_type": "markdown", "metadata": {}, "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cell to install all dependencies for this tutorial."]}, {"cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["# !pip install scikit-activeml"]}, {"cell_type": "markdown", "metadata": {}, "source": ["