Small sandbox project for learning ib_async patterns in both script and notebook-friendly workflows.
# from this project folder
uv syncThis creates .venv and installs dependencies from pyproject.toml (including ipykernel).
uv run python ib_async_script.py
uv run python ib_async_tutorial.py
uv run python async_vs_sync.pyNote:
ib_async_tutorial.pyandasync_vs_sync.pyare written so they can also be run interactively in Jupyter viaipykernel.