codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
74 stars 15 forks source link

fix & enable spawner in desktop app; use trpc #566

Closed lihebi closed 11 months ago

lihebi commented 11 months ago

Now local desktop app can spawn native runtime.

To spawn the runtime successfully, the users need to make sure that (1) the local python3 executable and (2) the ipykernel python package are installed.

pip3 install ipykernel

This PR uses tRPC-based API, replacing previous GraphQL-based ones. Rationale mentioned in #556