You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fallback was failing because micropip itself wasn't loaded.
Now we use pyodide.loadPackage() to load micropip first, then use it
to install ipython.
0 commit comments