Closed Fusyong closed 3 years ago
The App() object does argument parsing. It seems it interferes with vscode's way of launching ipykernels.
I did not test or intend jupylet to be compatible with vscode notebooks.
To work in vscode notebooks they must support ipywidgets and ipyevents.
I see that they recently added support for ipywidgets.
Do you know happen to know if they support the ipyevents plugin?
I found out a dependency fault through pip freeze > requirements.txt
and reinstall by the requirements.txt.
I made a new venv and it work.
Thanks.
When I run the cells of 02-hello-jupylet.ipynb or of the other files from the examples, in VSCode in .ipynb model, on Win10 with Python 3.9, and get error in cell of
app = App(width=320, height=64)
: