A simple demonstration to wrap @monaco-editor/react combined with Pyodide to create a basic online Python editor component with a few additional packages supported. The React app is created/built by ...
name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...