Skip to content

Instantly share code, notes, and snippets.

@ricrogz
Created April 8, 2021 21:42
Show Gist options
  • Save ricrogz/15aef07479aac1b4b20eec60a6070fa1 to your computer and use it in GitHub Desktop.
Save ricrogz/15aef07479aac1b4b20eec60a6070fa1 to your computer and use it in GitHub Desktop.
Draw RDKit mols in jupyter notebook
from rdkit import Chem
from rdkit.Chem.Draw import IPythonConsole
from rdkit.Chem import Draw
IPythonConsole.ipython_useSVG=True
IPythonConsole.drawOptions.addStereoAnnotation = True
IPythonConsole.drawOptions.addAtomIndices = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment