jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
73 stars 63 forks source link

Replace pipes with shlex #286

Closed frenzymadness closed 3 weeks ago

frenzymadness commented 3 months ago

pipes module has been deprecated in Python 3.11 and removed in 3.13. https://peps.python.org/pep-0594/

RRosio commented 3 weeks ago

Thank you for submitting this @frenzymadness!