You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: