WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.05k stars 126 forks source link

Can't configure for Anaconda Jupyter Windows 10 #11

Closed Ali99947 closed 5 years ago

Ali99947 commented 5 years ago

When I run ConfigureJupyter["Add"], I get the error ConfigureJupyter::notfound: Jupyter installation on Environment["PATH"] not found.

I have installed Anaconda 3 and Jupyter Notebook and Jupyter Lab came with it. So I don't know the installation directory.

What should I add in the JupyterBinary for ConfigureJupyter["Add","JupyterBinary"->"..."]?

cc-wr commented 5 years ago

I would be happy to help you with this issue.

Accordingly, can you provide some additional information:

What should I add in the JupyterBinary for ConfigureJupyter["Add","JupyterBinary"->"..."]?

The option "JupyterBinary" expects the complete path to the Jupyter binary. As an example, the complete path to the Jupyter binary is "/anaconda2/bin/jupyter" on my system.

EDIT: Sorry, I missed the title where you specified Windows 10. Can you answer the remaining questions?

Ali99947 commented 5 years ago

Thank you, for your response. I got it working on my Anaconda Distribution using Configure["Add","JupyterBinary"->"C:\Users\\Anaconda3\Scripts"].