How to use IPython module in web IDEs

84 views Asked by At

Hello I'm working on a resume website and wanted to embed an IDE that would run my python code in the site. The problem is it won't run in the IDEs because one of the modules isn't there. I'm really new with this stuff so I would love some help.

I get the following: ImportError: No module named IPython on line 6

Is there way to get it to work so I can embed it to my website? If it is not possible I'll just include the code itself. If there is a way to embed my program without using a web IDE I would like to know.

1

There are 1 answers

1
TerraBug1011 On

You can install easily IPython to your web server.

Documentation: https://ipython.org/install.html


Alternative solution is you can embed other site python interpreter with your code.

Example: https://trinket.io/