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