Answer the question
In order to leave comments, you need to log in
How to put a python interpreter on the site that will display graphs?
I am developing a website with Django. On the site you need to organize an online python interpreter (as in interactive tutorials). The output should show graphs. What means can be used to solve this problem?
Answer the question
In order to leave comments, you need to log in
Python does not live on the client itself (in the browser). In interactive tutorials, the code is sent to the server, executed there, and the result is returned to the client.
I recommend to study how Jupyter Notebook works . That's where all the magic happens.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question