Notebook troubleshooting

Notebook does not load

  • Refresh the page once; first load downloads the notebook frontend and Pyodide runtime.
  • Check that browser privacy settings or extensions are not blocking same-origin iframes, WebAssembly, or CDN assets.
  • Try a current Chromium or Firefox-family browser.

Package install fails

  • Confirm the package is pure Python or available in Pyodide.
  • Pin package versions when using micropip.install().
  • Native packages needing compiled system libraries are usually unsupported in browser mode.

AI assistant does not respond

  • Verify the selected API key is active in Dashboard → API keys.
  • Check account credits and any key credit limit.
  • Reload the notebook after changing or revoking the selected key.