Open RandomFractals opened 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.
await
Feel free to share it with Jupyter, Python or vscode devs working on native notebooks support.
Actual await error info:
also, do we really need to load all of these JS libraries?
Would not it be more efficient to load them based on imports?
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.
Actual await error info: