Troubleshooting¶
- I want to install Fusion but it requires Python3 and I’m using Python 2.
- Anaconda Fusion doesn’t load after activation.
- Anaconda Fusion asks for a valid license every time I load the Add-In.
- I see no notebooks in my notebooks list.
- I can’t run notebooks that I have added to the Anaconda Fusion folder.
- Fusion on Windows is unavailable due to missing Add-In assets.
- Anaconda Fusion is not showing on my (Windows) Excel Add-Ins View.
- Starting Fusion for the first time halts with a FileNotFoundError.
I want to install Fusion but it requires Python3 and I’m using Python2¶
Fusion requires Python3, but with Anaconda Navigator it’s easy to use both Python3 and Python2. After installing Navigator but before using Fusion, in Anaconda Navigator you’ll just create and activate a new environment that has Python3. Follow the instructions to install Navigator but stop before you click the “Try Anaconda Fusion” button.
Now create a Python3 environment. Open Anaconda Navigator and click the Environments tab. Click the bottom “Create” button. In the dialog box, give it a descriptive name like “Python3” and select Python. Choose Python version 3, then click the Create button at the bottom of the dialog box.
To activate the new Python3 environment, go back to the Navigator Home tab. At the top where it says “Applications on” click the arrow and from the drop-down box, select your new environment. Now you can install Fusion.
Still on the Navigator Home tab, in the Anaconda Fusion box click the ‘Try’ button. For more help using Navigator, refer to the Navigator instructions.
Now in Navigator Home tab, the Anaconda Fusion “Try” button has changed to “Launch.” Click the “Launch” button.
Anaconda Fusion doesn’t load after activation and shows the following screen¶

This means the Anaconda Fusion service server cannot be reached at the moment of the Add-In activation. Please check that the service has been started and is running correctly.
Anaconda Fusion asks for a valid license everytime I load the Add-In¶
MS Excel has a strong web cache policy that can sometimes redirect Add-Ins requests to its own cache. This means it does not send the Add-In activation request to Anaconda Fusion to serve the Add-In service, but instead loads the last Add-In page when it was activated.
To fix this behavior navigate to ~/Library/Containers/com.Microsoft.OsfWebHost/Data/Library/Caches and delete the folder named com.Microsoft.OsfWebHost.
I see no notebooks in my notebooks list¶
Check if the notebooks files are in the Anaconda Fusion notebooks folder (usually in the user home folder at ~/AnacondaFusion/notebooks) and check if the notebooks are correctly being served at https://localhost:9888/.
If they both contain the notebook files correctly please check your anaconda-fusion and notebooks versions. Anaconda Fusion versions <= 0.9.0 default configuration will not work by default with notebook >= 0.4.3 due to a major change in the security policy of Jupyter notebook server.
I can’t run notebooks that I have added to the Anaconda Fusion folder¶
Upload the notebooks with the Anaconda Fusion UI, or run the notebooks in Jupyter before running them inside Excel with Anaconda Fusion. A notebook copied directly into the Anaconda Fusion folder will not be trusted by Fusion and will not be able to run in Fusion.
Anaconda Fusion is not showing on my (Windows) Excel Add-Ins View¶
The most probable reason this is happening is the missing registration of the Anaconda Fusion Excel Add-In manifest. To verify (and register) it proceed with the following steps:
Open Excel and click the “File” menu and the menu item “Options”.
On the Excel Options screen, bottom left, select the option “Trust Center” and click the “Trust Center Settings” button.
Select the option “Trusted Add-In Catalogs:”. Verify that the the address of the network shared folder
\\<COMPUTERNAME>\FusionShare
is listed and checked in the Trusted Catalogs list. If it is not listed, enter that same address in the new catalog text input box and click on the “Add Catalog” button.Once it’s configured your window will look like this.
Be sure the checkbox “Show in Menu” is checked. Click “OK” and you will see a notification that the settings are saved and will be applied when Office is restarted. Click “OK”.
Click “OK” to close the Excel Options window. Close and restart Excel to load the new Add-In. On the top file bar click the “Insert” menu, then select “Add-Ins” and “My Add-Ins”.
In the “SHARED FOLDER” section, you will see the Anaconda Fusion Add-In, AnacondaExcel. Click it to activate the Add-In and click “OK”.
Starting Fusion for the first time halts with a FileNotFoundError¶
Excel must be opened at least once before starting Fusion. Open Excel, close it, and restart Fusion.
If you have any questions or problems with Anaconda Fusion, and you are a current Anaconda Enterprise subscriber, please contact your support representative.