spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
230 stars 78 forks source link

PR: Fix new terminal with work with latest Terminado version #243

Closed steff456 closed 3 years ago

steff456 commented 3 years ago

This changes include the fix of the changes made in https://github.com/jupyter/terminado/pull/76

Fixes #242 Fixes #240

steff456 commented 3 years ago

terminado>=0.9.1 (missing '.', in all these changes)?

Indeed! I missed a '.' in the version 😅

mattip commented 3 years ago

I didn’t see terminado in the list of dependencies in the README.md

ccordoba12 commented 3 years ago

That's a good point @mattip.

@steff456, could you also add Terminado to the list of dependencies in our Readme?