I am generating an image of a molecule using rdkit in Python. Using from IPython.display import display and display(mol) produces the output image I ne
from IPython.display import display
display(mol)