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
Right now, the code-interpreter tool is dependent on Docker, which is pretty cool as it lets us support a variety of standard languages (extending to typescript, ruby - you name it). However, there's the https://pyodide.org/en/stable/, which lets us launch a Python interpreter inside the node.js process using WebAssembly. At least, it's worth digging in for research.
The text was updated successfully, but these errors were encountered:
Right now, the code-interpreter tool is dependent on Docker, which is pretty cool as it lets us support a variety of standard languages (extending to typescript, ruby - you name it). However, there's the https://pyodide.org/en/stable/, which lets us launch a Python interpreter inside the node.js process using WebAssembly. At least, it's worth digging in for research.
The text was updated successfully, but these errors were encountered: