Skip to content

Conversation

mbackenkoehler
Copy link
Collaborator

This fixes the use of the deprecated append in the plotting function.

See issue #328

@mbackenkoehler mbackenkoehler linked an issue Apr 25, 2023 that may be closed by this pull request
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@mbackenkoehler
Copy link
Collaborator Author

Merging this solves #328

Copy link
Collaborator

@dominiquesydow dominiquesydow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mbackenkoehler, thank you for updating this notebook!
As already raised for T018 in #334, the rdkit molecules do not currently show in the DataFrame.
Could you please confirm this behavior locally? We have seen this issue with earlier rdkit versions but this was fixed on their end, not sure why this is showing up again.

@mbackenkoehler
Copy link
Collaborator Author

mbackenkoehler commented Apr 28, 2023

The screenshot in #334 is from a fresh local install using devtools/test_env.yml. So it should be rdkit 2021.09.5

- rdkit==2021.09.5

@AndreaVolkamer
Copy link
Member

AndreaVolkamer commented Apr 28, 2023

This is an issue @greglandrum pointed us to and provided a solution for it, we need to insert this line after adding the molecule column to the dataframe: PandasTools.RenderImagesInAllDataFrames(True)
It is part of PR #330.

@mbackenkoehler
Copy link
Collaborator Author

So maybe Greg's PR can be merged first and then I update this branch?

@AndreaVolkamer
Copy link
Member

@mbackenkoehler generally yes, but he only applied it to T004, but there are more instances that we need to fix (I've asked @hamzaibrahim21 to take care of this).

@mbackenkoehler mbackenkoehler changed the base branch from master to dev April 30, 2023 14:50
@mbackenkoehler mbackenkoehler merged commit 08aeda9 into dev Apr 30, 2023
@mbackenkoehler mbackenkoehler deleted the 328-update-notebooks-to-pandas200 branch May 24, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update notebooks to pandas2.0.0

3 participants