generated from datatrail-jhu/DataTrail_Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Colab only offers a terminal in their paid Pro version. This article suggests an alternative terminal that's embedded in the notebook. In short, the following lines start one.
!pip install colab-xterm
%reload_ext colabxterm
%xtermThe first line installs the package, the second loads the extension which adds the %xterm magic command to the kernel, and the last starts the terminal. In general, it probably makes sense to execute the first two lines together to install requirements and the last where necessary to start a terminal.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request