-1

How to install rdkit library in my jupyter notebook. I am using Anaconda environment.

enter image description here

betelgeuse
  • 1,136
  • 3
  • 13
  • 25
Urvesh
  • 331
  • 4
  • 15

1 Answers1

0

Inside the anaconda environment, just run conda install -c conda-forge rdkit

You can find detailed installation instructions here.

betelgeuse
  • 1,136
  • 3
  • 13
  • 25