How can I install on Jupyter Notebook conda under Windows 10?

Th
1

Under Linux the command would be: "conda install py-graphviz" how does that work under Windows 10?

ky

Under Windows you have to download Conda first: https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe Installed with a double click. During the installation, conda is added to the Windows PATH environment variable.

After the installation you can use the conda install command in the Windows Powershell.