conda create -n csi3210 python=3.10 jupyterlab nodejs -y conda activate csi3210
This code did not work for me, because despite installing conda, I would get a "command not found" error in Windows. I solved this by navigating into the miniconda3 folder and writing "_conda" instead of "conda". However, upon trying to activate, it kept telling me to run "init" even after I ran it and restarted the Command Prompt.