Unforutunately too many errors in the notebook examples.
Got up to this in the computer notebook::
async with Computer(
# name="my_vm", # optional, in case you want to use any other VM created using lume
display="1024x768",
memory="8GB",
cpu="4",
os="macos"
) as computer:
await computer.run()
# ... do something with the computer interface
thereafter, it just keeps loading
couldn't get cursor, keyboard etc to work thereafter.