diff --git a/notebooks/test_mvp.ipynb b/notebooks/test_mvp.ipynb index fd24e008..e2027bd5 100644 --- a/notebooks/test_mvp.ipynb +++ b/notebooks/test_mvp.ipynb @@ -1,12 +1,39 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## This should hold the WorldCereal System V1 demo" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Test if the environment is working\n", + "import catboost\n", + "import torch\n", + "import openeo\n", + "# import gfmap" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### Test OpenEO connection" + ] + }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ - "# Test" + "c = openeo.connect(\"openeo.dataspace.copernicus.eu\").authenticate_oidc()" ] } ],