▲ | simonw 3 months ago | |||||||||||||||||||||||||||||||
Not exactly - ChatGPT has two ways it can run Python code. It can use Pyodide and run it directly in the user's browser (for Canvas), and it can also run Python code on one of their servers in a Jupyter environment in a locked-down Kubernetes container (their "Code Interpreter" tool). To my knowledge they don't yet have a run-Python-in-WASM-on-the-server implementation. | ||||||||||||||||||||||||||||||||
▲ | jamestimmins 3 months ago | parent [-] | |||||||||||||||||||||||||||||||
What’s the purpose of Jupyter here? Isn’t that optimized for notebooks, which presumably wouldn’t be relevant on the server? | ||||||||||||||||||||||||||||||||
|