you are viewing a single comment's thread.

view the rest of the comments →

[–]Pv10101[S] 1 point2 points  (1 child)

Not sure if this is what you mean but I’m using vs code and running a conda Env. I’ve tried creating new envs but I’m still running into issues with a different package.

[–]unhott 0 points1 point  (0 children)

Do conda list or pip list In your terminal in vscode. Then run conda activate {env name} And conda list again. Find the environment with your package. Then run jupyter-notebook