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 templates/index.html file sets the host to the deployed shell. This restricts developers from testing out changes locally because the REPL is loaded from the online JupyterLite deployment rather than from the local instance.
I was confused with this for a while when I tried to override the Pyodide version and noticed that it still picked up the newer one from GH Pages.
The
templates/index.html
file sets the host to the deployed shell. This restricts developers from testing out changes locally because the REPL is loaded from the online JupyterLite deployment rather than from the local instance.I was confused with this for a while when I tried to override the Pyodide version and noticed that it still picked up the newer one from GH Pages.
Originally posted by @agriyakhetarpal in #26 (comment)
The text was updated successfully, but these errors were encountered: