Issue
I am getting error Running cells with 'Python 3.9.5 64-bit' requires ipykernel installed or requires an update.
in visual studio code if I switch anywhere else from home
directory.
For example everything is ok when i run this file from home directory
And the same file gives error when I open auto_script
folder
Solution
Check the bottom left corners of pictures. In the first one, you're using conda environment but in the second one default system python selected. You should activate or select your conda environment or install ipytkernel to system default.
Answered By - Ahmet Burak
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.