Hacker News new | ask | show | jobs
by eduction 93 days ago
Probably because your assumption is wrong - they host a live shell and documentation search.

https://web.archive.org/web/20260220092649/https://pandas.py...

https://web.archive.org/web/20260225185816/https://pandas.py...

(I don't know anything about pandas, incidentaly, I just did some basic research before posting.)

2 comments

That's not a shell, it's a Python interpreter compiled to WASM and running in the browser.
Whatever you call it, it’s plainly calling repeatedly to the server once loaded. You couldn’t just throw it on GitHub or cloudflare as is.
Both of those are statically served
Wrong. Ajax requests to server triggered when using either. Nice try.