{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Paper Annotation Tool using Text Embeddings" ] }, { "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-docs/blob/gh-pages/latest/generated/tutorials_colab//06_pool_al_text_annotation_tool.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": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "x0BxO18zdzwn", "outputId": "4f496be3-ebed-450a-898d-0dac9fcd6542" }, "outputs": [], "source": [ "# !pip install scikit-activeml datasets jupyter_ui_poll" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "