Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix heatmap plotting bug I ran into an odd bug while prepping to teach this workshop last week. With the current workshop environment running on Windows 10, I ran into this issue: https://stackoverflow.com/questions/77165100/only-the-first-row-of-annotations-displayed-on-seaborn-heatmap Updating both matplotlib and seaborn seemed to resolve the issue: `pip install seaborn --upgrade` `pip install matplotlib --upgrade` I propose we add these pip statements to the setup instructions. * Update learners/setup.md Co-authored-by: Sven van der Burg <[email protected]> * Update learners/setup.md --------- Co-authored-by: Sven van der Burg <[email protected]>
- Loading branch information