pyodide-py
from mairmo's sidebar option to manage packages.pyodide
was just used to load a file that when it was in wasm. but if you want them to run marimo using uv, they wont be in wasm. so it will require refactoring the notebook to remove pyodide# PAS_FDA = pyodide.http.open_url("https://raw.githubusercontent.com/Mustjaab/PAS-Recommender/main/Post_Approval_Studies.csv") PAS_FDA = "assets\Post_Approval_Studies.csv" PAS_FDA = pd.read_csv(PAS_FDA, header=0) # to PAS_FDA = ""https://raw.githubusercontent.com/Mustjaab/PAS-Recommender/main/Post_Approval_Studies.csv"" PAS_FDA = pd.read_csv(PAS_FDA, header=0)