WIP: Load pyodide.js to process Python code in browser
Only display the result of Python code, the Python source code is not included.
TODO and current issues:
- Need to update pyodide webassembly module and related source code.
- Display the figure which generated by matplotlib
- The Python print statement output the result to the browser's console directly
- Python statement "from js import pyodide" seems going to "block" the rest of Python code's execution.
The 2nd and 4th issue maybe could be solved by update the pyodide.