herethere¶
An async Python library for interactive code execution on a remote machine via SSH.
herethere is based on the AsyncSSH library.
- Code repository
- Documentation
Installation¶
herethere can be installed from the PyPi:
pip install herethere[magic]
The magic extension can be omitted if Jupyter magic commands will not be used.