Closed joschkazj closed 2 years ago
Hello @joschkazj! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
This is actually a super useful addition. As I recently swapped a lot between envs (for my book, research, and teaching), I wish we had that option earlier!
As I often need to check which of the many conda environments I used to run a notebook, I added a new option
-e
/--conda
to display the name of the active environment. This implements parts of #6, feel free to extend this.