E
E
eva_242019-10-21 00:47:22
Django
eva_24, 2019-10-21 00:47:22

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

1 answer(s)
A
Andrey Shubin, 2019-10-21
@idegree

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 question

Ask a Question

731 491 924 answers to any question