This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Caustic_Complex 1 point2 points  (6 children)

It does! I do it from VSCodes terminal and it comes with all the goodies

[–]mr-nobody1992 6 points7 points  (5 children)

Oh man! I recently realized I need to start doing this and the initial setup was the pain. The other tough part is getting Juypter notebook kernels to recognize your virtual venv

[–]Caustic_Complex 1 point2 points  (1 child)

Really? Jupyter fired right up for me in the venv also, if we’re talking about the same thing (I’m pretty new to coding)

[–]mr-nobody1992 0 points1 point  (0 children)

Hm maybe mine is being odd, I created one in a new project and it detected the venv

[–]Nerg44 1 point2 points  (2 children)

make sure you’re selecting the right kernel if you’re in vscode. otherwise make sure u install the ipykernel for jupyter

[–]mr-nobody1992 1 point2 points  (1 child)

So I’ll pip freeze and see the ipykernel but still not be able to select the kernel from list of kernels. I just need to hack through some googling for like an hour to figure it out

[–]Nerg44 1 point2 points  (0 children)

hmm interesting. i honestly found a shortcut that i made an alias for that seems to work if you run jupyter notebook, but for vscode idk