Skip to main content

Run web tty from jupyter notebooks

Project description

NB TTY

Web :globe_with_meridians: terminal :computer: for jupyter notebooks :notebook:.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbtty-1.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

nbtty-1.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page