jupyter and ngsolve on windows

I am a terrible python novice but like jupyter a lot. Always working in an ubuntu virtual box was putting me off so I investigated how to get jupyter working on windows with NGSolve.
It took a while, but after finding:

and learning how to downgrade ipykernal to the last knwon good with
pip install ipykernel==4.10.0
it works.
Perhaps you can update the windows installation description or put a note under
https://ngsolve.org/docu/latest/install/usejupyter.html
untill this bug gets fixed.
Thanks,
Stefan

Hi Stefan,

Thank you for the hint. Indeed we should have pointed that out in the documentation. I added a remark, which will appear in the nightly documentation tomorrow and in the next release.

Matthias