Mixed Python/Typescript repl for developing Streamlit Component

Question:
Is it possible to have a repl with a mix of Python and Typescript? My use case is to work on a Streamlit Component: Create a Component - Streamlit Docs

I’d like to run both node.js server along with a python process (streamlit run).

Is such setup supported?

Replit Profile: https://replit.com/@gkossakowski

Theoretically it should be possible with nix. You could also use a bash repl and have the bashscript run the files.

1 Like

If I used the bash repl, i would lose the python features like a fast reload, right? Or this is another layer and would not get affected?

yeah I think you would lose that feature