Python Forum
Embedding or adding IDE like "repl" inside Flask app - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Embedding or adding IDE like "repl" inside Flask app (/thread-19537.html)



Embedding or adding IDE like "repl" inside Flask app - sray - Jul-03-2019

Hi,
I want to create a question web application in Flask and app should provide a repl like ide to record the results of question in response.Can any one guide me how to do it.Thanks


RE: Embedding or adding IDE like "repl" inside Flask app - nilamo - Jul-03-2019

What do you have so far?