I want to use RDKit in a Jupyter Notebook.
I created a conda environment with rdkit, jupyter, and other packages installed.
I can open the Jupyter Notebook and import and use packages like pandas, but I can't import rdkit. It says "no module named rdkit", even though it is installed in the environment just like the other packages. What am I doing wrong? Is rdkit not compatible with Jupyter Notebooks?
I'm using Ubuntu18.04, and the Python version in my conda environment is 3.6.