Livebook Launch Week Day 5: Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R Livebook Launch Week - Day 4: Build and deploy a Whisper chat app to Hugging Face in 15 minutes

Inspecting LiveView Tests with open_browser/2

Anytime I need to inspect a page when testing LiveView, I reach for open_browser/2:

view |> open_browser()

It renders the current LiveView page and opens it in your browser! 🤩

Check it out in action 👉 https://youtube.com/shorts/IVW26sTeuSQ 👀