Hi, in order to activate a Conda environment conda activate MyEnv followed by invoking iPython, just separate every word of the commands as strings and add && between the commands. This setting works for me (Windows 10) and I'm posting this for other users who need this.
Hi, in order to activate a Conda environment
conda activate MyEnv
followed by invokingiPython
, just separate every word of the commands as strings and add&&
between the commands. This setting works for me (Windows 10) and I'm posting this for other users who need this.