Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed May 19, 2024
1 parent ef85ad5 commit 6338093
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/static/mypyscript.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
* You can use pyscript.fetch, but often, you'll run into CORS issues (GitHub is fine though)
* No support for TCP/IP, i.e., no connections with external databases like Postgres
* No access to local file system, but there's a virtual file system where files can be created via URLs
* xlwings (Python) is currently old as the current version doesn't have a wasm build yet
* No access to local file system, but there's a virtual file system where files can be created via URLs or via upload
* Pictures/Matplotlib should be possible to pass to JS via file system or if not via base64 encoding
* TODO: test out custom functions
"""

import json
Expand Down
2 changes: 1 addition & 1 deletion app/static/pyscript.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages": ["https://xlwings.s3.amazonaws.com/xlwings-0.0.0-py3-none-any.whl"]
"packages": ["xlwings==0.31.2"]
}
2 changes: 1 addition & 1 deletion app/static/vendor/xlwings/xlwings.min.js

Large diffs are not rendered by default.

0 comments on commit 6338093

Please sign in to comment.