I figured out a really simple pattern for experimenting with new Python packages today: uvx –with llm –with sqlite-utils ipython This command will work if you have uv installed and nothing else. It uses uvx to install and run the excellent ipython Python REPL in a new, dedicated virtual environment with two additional Python libraries
