SyntaxFix
Write A Post
Hire A Developer
Questions
to show which conda env a notebook is using just type in a cell:
!conda info
if you have grep, a more direct way:
!conda info | grep 'active env'