mcs07 / PubChemPy

Python wrapper for the PubChem PUG REST API.
http://pubchempy.readthedocs.io
MIT License
388 stars 108 forks source link

update/adjustment of notebooks to Python 3 #65

Open nbehrnd opened 2 years ago

nbehrnd commented 2 years ago

Running Linux Debian 12/bookworm (branch testing), I found some of the notebooks still anticipating legacy Python 2; e.g., using print as a statement instead as a function, or anticipating an old Python 2 kernel.

All four notebooks were checked; where necessary, adjusted. They work fine within Jupyter (version 6.4.5) backed by Python (version 3.9.9).