nbtty

Run web tty from jupyter notebooks


License
MIT
Install
pip install nbtty==1.1.1

Documentation

NB TTY

Web 🌐 terminal 💻 for jupyter notebooks 📓.

Today many cloud services provide jupyter notebooks as a service to users, e.g. Google colab, Kaggle Kernel, Microsoft Azure Notebooks ... These services are great, easy to use, people do not have to install jupyter, CUDA, or GPU driver themselves. However without access to the shell, my data science workflow is quite inefficient because I use commandline heavily.

So I create this little tool. It starts a web shell (gotty) locally and exposes the shell to the ngrok. Then you can use the in the browser, gotty is pretty powerful and the user experience is very similar to the real terminal.

Usage

  1. Install nbtty inside a jupyter notebook like other Python packages:
!pip install nbtty
  1. Start the web tty, it will print the url of the web shell when service is ready:
from nbtty import TTY
TTY().start()

Screenshots

alt text alt text alt text

Acknowledgments