jrjohansson / version_information

IPython magic command for showing version information for dependency modules in a notebook.
54 stars 17 forks source link

Fix for https://github.com/jrjohansson/version_information/issues/15 #18

Closed bjmorgan closed 3 years ago

bjmorgan commented 3 years ago

This pull request replaces cgi.escape() with html.escape() for Python 3.8+ compatibility.

bjmorgan commented 3 years ago

Ah, I should have read https://github.com/jrjohansson/version_information/pull/16 before submitting this pull request.