Brandon Lind
Brandon Lind
Hello, I often use [session_info](https://pypi.org/project/session-info/) to keep version info at the top of my jupyter notebooks. I imported `adjustText` but `session_info.show()` does not pick up version number. Is this something...
I'm attempting to download embryophyta_odb12 and viridiplantae_odb12. However I get an error for both: `urllib.error.HTTPError: HTTP Error 404: Not Found`. I get errors with these dbs but not with eudicotyledons_odb12....
Hello - our HPC admin went to add time to my job but ended up setting a small time and the job died due to time out during the 'computing...
I just noticed that current and previous (from several years ago) notebooks I have in github repos are rendering on nbviewer without displaying the full execution number (screenshot), even though...
I think this example would be helpful to include in the docs. ```python df = pd.DataFrame({ 'col1' : [True, False, True, True], 'col2' : [False, True, True, False] }) upsetplot.plot(df.value_counts())...