joyceerhl / vscode-pyolite

Run Python code in Jupyter notebooks on github.dev and vscode.dev/github
https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyodide
77 stars 16 forks source link

Await keyword error display in Pyolite notebook cell #2

Open RandomFractals opened 3 years ago

RandomFractals commented 3 years ago

Hi,

I was able to put together a simple pyolite notebook example: https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-red-light-cameras.ipynb

However, even tho I can run it and get my data results, I get error display for await keyword in your Python cells.

Feel free to share it with Jupyter, Python or vscode devs working on native notebooks support.

pyolite-example

Actual await error info:

image

RandomFractals commented 3 years ago

also, do we really need to load all of these JS libraries?

Would not it be more efficient to load them based on imports?

vscode-pyolite