I am in Navigator, and can launch Jupyterlab but cannot install Anaconda Toolbox. The install never changes to launch. Any suggestions on how I can get the Anaconda Assistant to work in a JupyterLab notebook
Hello phr,
If you don’t have Anaconda Toolbox installed as of right now, you can install it with the Anaconda Prompt (if you are on windows) or Terminal.
In your base conda environment, you can run the command below to install Anaconda Toolbox.
conda install anaconda-toolbox==4.20.0
If you have Anaconda Toolbox already installed, we might need to update the Anaconda-Toolbox application to the newest release. You can update the application with the same command given above and the same instructions.
Once you have either installed or updated the application, try to open Anaconda Toolbox in Anaconda Navigator to see if you are able to.
If you still can’t open toolbox, could you let us know if you receive an error message when you try to open the application?
Thank you,
I installed the latest version of Anaconda. I then opened up navigator and tried to install the toolbox. I am thinking this toolbox is incompatable with the latest version of Anaconda. It just fails to install. I have tried installing with conda to no avail. I was hoping to have the ai assistant working with me in JupyterLab.
Hello phr,
Could you provide the output of the command below:
conda list
Also do you receive an error message when trying to install the latest version of Anaconda-toolbox?