Jupyter

rd_setup_jupyter()[source]

Set up rendering the way I want it

Return type:

None

Returns:

None

rd_enable_svg()[source]

Enable SVG rendering in Jupyter notebooks

Return type:

None

Returns:

None

rd_enable_png()[source]

Enable PNG rendering in Jupyter notebooks

Return type:

None

Returns:

None

rd_set_image_size(x, y)[source]

Set image size for structure rendering

Parameters:
  • x (int) – X dimension

  • y (int) – Y dimension

Return type:

None

Returns:

None

rd_make_structures_pretty()[source]

Enable CoordGen rendering

Return type:

None

Returns:

None

rd_show_cip_stereo(state)[source]

Show CIP stereochemistry in RDKit

Parameters:

state (bool) – True or False

Return type:

None

Returns:

None

rd_show_atom_indices(state)[source]

Show atom indices in RDKit

Parameters:

state (bool) – True or False

Return type:

None

Returns:

None