Jan Albrecht
Enhance Gradio UI and add news fetching tool with DuckDuckGo integration
8247d09
raw
history blame
1.32 kB
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: playwright in c:\\users\\janal\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (1.50.0)\n",
"Requirement already satisfied: pyee<13,>=12 in c:\\users\\janal\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (from playwright) (12.1.1)\n",
"Requirement already satisfied: greenlet<4.0.0,>=3.1.1 in c:\\users\\janal\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (from playwright) (3.1.1)\n",
"Requirement already satisfied: typing-extensions in c:\\users\\janal\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (from pyee<13,>=12->playwright) (4.12.2)\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n",
"[notice] A new release of pip is available: 24.2 -> 25.0.1\n",
"[notice] To update, run: python.exe -m pip install --upgrade pip\n"
]
}
],
"source": [
"%%python -m pip install playwright\n",
"%%playwright install"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}