Skip to content

Commit

Permalink
renamed 'app.py' to 'index.py' to simplify Pyodide deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 15, 2024
1 parent 27503c3 commit 0acdb7a
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 392 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Conversion to Pyodide

```bash
panel convert app/app.py --to pyodide-worker --out index --requirements app/requirements.txt
panel convert app/index.py --to pyodide-worker --out pyodide --requirements app/requirements.txt
```

## Testing Pyodide Application
Expand Down
294 changes: 0 additions & 294 deletions pyodide/app.html

This file was deleted.

97 changes: 0 additions & 97 deletions pyodide/app.js

This file was deleted.

294 changes: 294 additions & 0 deletions pyodide/index.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions pyodide/index.js

Large diffs are not rendered by default.

0 comments on commit 0acdb7a

Please sign in to comment.