Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/drawing/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This tutorial shows you the basic capabilities of AgentDesk: running a VM, opening a browser, using the mouse inside the VM and making screenshots. We also show how to execute Desktop actions by passing JSON descriptions of operations to it."
"This tutorial shows you the basic capabilities of AgentDesk: running a VM, opening a browser, using the mouse inside the VM and taking screenshots. We also show how to execute Desktop actions by passing JSON descriptions of operations to it."
]
},
{
Expand All @@ -20,7 +20,7 @@
"source": [
"Prerequisites:\n",
"\n",
"* [qemu](https://www.qemu.org/)\n",
"* [QEMU](https://www.qemu.org/)\n",
"* [Docker Desktop](https://www.docker.com/products/docker-desktop)\n",
"* `pip install agentdesk`"
]
Expand All @@ -38,7 +38,7 @@
"source": [
"Let's start from running a VM. When you execute this cell, the following should happen:\n",
"\n",
"* The docker image with an `Agentd` daemon will be downloaded.\n",
"* The docker image with an `agentd` daemon will be downloaded.\n",
"* The virtual machine will be started via `qemu`.\n",
"* A docker container with UI will be started via `Docker Desktop`.\n",
"* Your default browser will open the UI with a stream from the VM.\n",
Expand All @@ -50,7 +50,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"*Warning*: all operations with desktop are asynchronous and take some time, depending on your local machine performance. If you run this notebook without pauses, you'll likely not see the intended results. Please run cell one by one and observe the changes in the VM browser."
"*Warning*: all operations with desktop are asynchronous and take some time, depending on your local machine performance. If you run this notebook without pauses, you'll likely not see the intended results. Please run each cell one by one and observe the changes in the VM browser."
]
},
{
Expand Down