0.1.1 • Published 6 years ago
coding-problem-pyodide v0.1.1
coding-problem-pyodide
Save and run Python coding snippets or problems entirely in the browser with Wasm through pyodide.
NumPy is included by default. To add other packages, in runCode() in New.vue, add the packages included in pyodide shown here, including Scipy, Matplotlib, scikit-learn, and Pandas.

Note that pyodide does not support returning stdout—it only goes to the console. To print out a variable to the output, simply list the variable as if it was a python shell.
Project setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run build