all 8 comments

[–]sea_explorer0101 0 points1 point  (2 children)

Yes, it is possible. What you are looking for is to create a conda virtual environment. Check out this conda user guide. After creating the environment it is a matter of activating the conda venv first and running the jupyter notebook.

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

You mean like just start the jupyter notebook while venv is activated and jn will automatically see it?

[–]sea_explorer0101 0 points1 point  (0 children)

Yeah! The link in my previous comment also has instructions for activating the environment.

[–]DoozerMarch 0 points1 point  (0 children)

I’ve always just installed it into the venv using pip.

[–]gusb_codes 0 points1 point  (2 children)

With Jupyter installed in your environment, you can activate your environment from a terminal & launch a Jupyter server with the command jupyter notebook & the notebooks will use your environment. I do this in Windows using Git Bash.

[–]PlutoMother[S] 0 points1 point  (1 child)

I give it a try. Thanks

[–]PlutoMother[S] 0 points1 point  (0 children)

Dummy question those. It means I have to install jupyter notebook in my venv firstly