Related to Jupyter issue microsoft/vscode-jupyter#4758
Basically users install ipykernel today, and due to some older dependencies ipykernel doesn't work (even though its installed).
Solution - pip install ipykernel -U --force-reinstall & the same for conda.
Related to Jupyter issue microsoft/vscode-jupyter#4758
Basically users install ipykernel today, and due to some older dependencies ipykernel doesn't work (even though its installed).
Solution -
pip install ipykernel -U --force-reinstall& the same for conda.