marimo
marimo copied to clipboard
chore: remove pyodide-http, bump to 0.27.5
This is a good playground example to test pyodide-http still works https://marimo.app/l/7dt7hf
but breaks:
import pandas as pd
pd.read_csv("https://raw.githubusercontent.com/dmarcelinobr/Datasets/master/Fortune1000.csv")
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| marimo-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 7, 2025 10:37pm |
| marimo-storybook | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 7, 2025 10:37pm |
/marimo create-test-release
🚀 Test release published. You may be able to view the changes at https://marimo.app?v=0.12.5-dev94101
removing pydodide-http breaks:
import pandas as pd
pd.read_csv("https://raw.githubusercontent.com/dmarcelinobr/Datasets/master/Fortune1000.csv")