web4sciapps
web4sciapps copied to clipboard
Examples on using web frameworks for making scientific applications.
Results
2
web4sciapps issues
Sort by
recently updated
recently updated
newest added
File "C:\Users\web4sciapps-master\web4sciapps-master\doc\src\web4sa\src-web4sa\apps\flask_apps\vib3\controller.py", line 27, in index result = compute(A, b, w, T) NameError: name 'A' is not defined The debugger caught an exception in your WSGI application. You can now...
Python 3
1
I just found this tutorial by Googling for how to send matplotlib plots to the browser ... it's exactly what I want to learn ... thank you!!! I just started...