zifn / legendre_plotting

MIT License
0 stars 0 forks source link

Make plotter web interactable #2

Open zifn opened 5 years ago

zifn commented 5 years ago

Currently the project can be downloaded and ran locally but this is an added step for individuals wanting to try playing with project without bothering to run the the python on their machine.

To accomplish this several things need to occur

  1. The main plotter script needs to be modified to take as input the text of the function to plot along with all the needed inputs to plot the graph and so on.

  2. Attempt to use https://github.com/iodide-project/pyodide/ from Mozilla to make an interactive python

  3. Add project to relevant website