I have installed Anaconda from the pdf link. Download Anaconda Distribution | Anaconda
For creating an environment with machine learning libraries specific to Quantra
Environment i have entered following command
“conda env create -f Learn algorithmic trading from top institutions and experts | Quantra by QuantInsti
Next I have entered conda activate quantra_py for changing profile.
Next whenever I am entering "jupyter notebook", error coming
"Jupyter command jupyter-notebook
not found."
Please help me to solve this problem.
Hello Manas,
There could be different reasons for getting this error, and we might have to do a trial and error to find what happened precisely.
A common reason for this error could be that the directory where you installed Anaconda and the Quantra environment might have a "space" in the name.
For example, I had installed the required files in the file directory "Rekhit P" and later got this error.
One workaround for this is to rename the folder and reinstall Anaconda as well as the Quantra environment.
If this is not your issue, then it could be that the path for anaconda and python is different. We recommend that you should install everything in the same folder for optimum performance. For example, my folder is "C:/Users/Rekhit"
If neither of the above two solutions helped, I think I will need some more information. Like which OS and system are you using, and if you are installing 32 or 64 bit Anaconda version.
Did this, but not working. OS Windows 11 64 Bit and I have downloaded 64 Bit of Anaconda.
One more question. Did you change the destination folder when you were installing Anaconda?