diff --git a/docs/docs/integrations/tools/wikidata.ipynb b/docs/docs/integrations/tools/wikidata.ipynb index fc1163b651605..8ec1d88e3acdf 100644 --- a/docs/docs/integrations/tools/wikidata.ipynb +++ b/docs/docs/integrations/tools/wikidata.ipynb @@ -14,24 +14,16 @@ }, { "cell_type": "code", - "execution_count": 1, - "id": "3d9195d4", + "execution_count": null, + "id": "d622c581", "metadata": { "vscode": { "languageId": "shellscript" } }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Note: you may need to restart the kernel to use updated packages.\n" - ] - } - ], + "outputs": [], "source": [ - "%pip install --upgrade --quiet \"wikibase-rest-api-client\" mediawikiapi\n" + "%pip install --upgrade --quiet wikibase-rest-api-client mediawikiapi" ] }, {