-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPyKernel not installing #5728
Comments
@roboroaster, can you open the 'Output' window, switch to the 'Jupyter' tab and copy the contents of that panel to this bug? Thanks. |
User belongs to experiment group 'pythonJediLSPcf'
|
is this the one ? @rchiodo |
Yep. It looks like |
@rchiodo yes, this is the python i'm using |
There's some difference between what's running in that terminal and what we're trying to do. We run this command here:
Can you try running that command from a command prompt? |
PS C:\Users\rachi\Documents\Uni\SEM-2\LAB\BCS01T1005-Introduction to Python Programming Lab> & C:/Users/rachi/AppData/Local/Programs/Python/Python39/python.exe "c:/Users/rachi/Documents/Uni/SEM-2/LAB/BCS01T1005-Introduction to Python Programming Lab/bleh.py" During handling of the above exception, another exception occurred: Traceback (most recent call last): |
That sounds like this error here: Try running this:
|
PS C:\Users\rachi\Documents\Uni\SEM-2\LAB\BCS01T1005-Introduction to Python Programming Lab> & C:/Users/rachi/AppData/Local/Programs/Python/Python39/python.exe "c:/Users/rachi/Documents/Uni/SEM-2/LAB/BCS01T1005-Introduction to Python Programming Lab/bleh.py" During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Thanks a lot !! it reinstalled it and worked. |
Thanks for replying. Note to team: We should probably always use |
Dupe of #4758 |
i have a problem that might be similar .
i have already been working on jupyter notebooks on vscode for a long time and then suddenly a notification pops up that ipykernel is not installed even when it meets the requirements when i try to install it. i tried to force reinstall it, also reinstall all the plugins in vsc and still nothing got better what should I do?
Originally posted by @roboroaster in #693 (comment)
The text was updated successfully, but these errors were encountered: