How to install rdkit library in my jupyter notebook. I am using Anaconda environment.
Asked
Active
Viewed 1,095 times
-1

betelgeuse
- 1,136
- 3
- 13
- 25

Urvesh
- 331
- 4
- 15
-
Don't post pictures of error messages, copy paste them into your question – FlyingTeller Dec 07 '21 at 10:48
-
Please provide enough code so others can better understand or reproduce the problem. – MD. RAKIB HASAN Dec 09 '21 at 06:58
1 Answers
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