geocompx / geocompy

Geocomputation with Python: an open source book
https://py.geocompx.org/
Other
298 stars 54 forks source link

Update README.md #181

Closed JoshCole-DTA closed 1 year ago

JoshCole-DTA commented 1 year ago

Added kernel

Robinlovelace commented 1 year ago

Looks good to me. Look good to you @anitagraser / others?

anitagraser commented 1 year ago

Sorry, I have no experience with this functionality

michaeldorman commented 1 year ago

I recently had to do something similar to be able to choose a venv environment within VScode:

python -m ipykernel install --user --name venv --display-name "Python (venv)"

so I'm in favor of this addition, thanks!

Robinlovelace commented 1 year ago

Thanks Anita and Michael, and @JoshCole-DTA, will merge. Anything else on venvs, which are outside my knowledge, welcome.