Anaconda Toolbox, including Anaconda Assistant, is available in your local desktop instance of JupyterLab, too! Seamlessly access and share your files, CSVs, and code snippets across local JupyterLab environments, online Anaconda notebooks, and Excel workspaces.
You can install Anaconda Toolbox in a local JupyterLab instance through either the command line interface (CLI) or Navigator, the graphical user interface (GUI) that is automatically installed with Anaconda Distribution.
Open Navigator, install Anaconda Toolbox, and launch JupyterLab using the following instructions:
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
Locate the Anaconda Toolbox tile and click Install.
Once the installation is complete, click Launch on the same tile to launch a new JupyterLab session.
Open Navigator, install Anaconda Toolbox, and launch JupyterLab using the following instructions:
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
Locate the Anaconda Toolbox tile and click Install.
Once the installation is complete, click Launch on the same tile to launch a new JupyterLab session.
Once you’ve installed Anaconda Toolbox and started a new JupyterLab session, open a new notebook and you’ll see Anaconda Toolbox to the left of your notebook and Anaconda Assistant to the right.
As the local Anaconda Toolbox is virtually identical to its cloud counterpart, you can refer to these other pages to learn more about:
Update Anaconda Toolbox through either the CLI or Navigator.
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
On the Anaconda Toolbox tile, click Settings.
In the dropdown, select Update application. You may need to refresh Navigator to see your changes take effect.
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
On the Anaconda Toolbox tile, click Settings.
In the dropdown, select Update application. You may need to refresh Navigator to see your changes take effect.
Open Anaconda Prompt (Terminal on macOS/Linux).
Update the anaconda-toolbox package (which contains the Assistant) by running the following command:
conda update anaconda-toolbox
Once the update is complete, refresh Navigator to see your changes take effect.
Remove Anaconda Toolbox from your local instance of Jupyterlab through either the CLI or Navigator.
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
On the Anaconda Toolbox tile, click Settings.
In the dropdown, select Remove application. You may need to refresh Navigator to see your changes take effect.
Open Navigator:
Click Start, search for “Navigator”, and then click to open.
Click Start, search for “Navigator”, and then click to open.
Click Launchpad and select Anaconda Navigator. Alternatively, use Cmd+Spacebar to open Spotlight Search, type “Navigator”, and then press Return to open the program.
If you run into any issues opening Navigator, refer to our Navigator troubleshooting topic for assistance.
On the Anaconda Toolbox tile, click Settings.
In the dropdown, select Remove application. You may need to refresh Navigator to see your changes take effect.
Open Anaconda Prompt (Terminal on macOS/Linux).
Uninstall anaconda-toolbox by running the following command:
conda remove anaconda-toolbox
Once the uninstall is complete, refresh Navigator to see your changes take effect.
As JupyterLab is a requirement for the Toolbox, it is also removed when uninstalling the Toolbox. To reinstall JupyterLab without the Toolbox, run the following command: