Projects using Textual
MLE-Monitor
"Did I already run this experiment before? How many resources are currently available on my cluster?" If these are common questions you encounter during your daily life as a researcher, then mle-monitor is made for you. It provides a lightweight API for tracking your experiments using a pickle protocol database (e.g. for hyperparameter searches and/or multi-configuration/multi-seed runs). Furthermore, it comes with built-in resource monitoring on Slurm/Grid Engine clusters and local machines/servers.
Textualog
Textualog is a starting project to visualize your logging messages in a structured way. The current version can load key-value log files, other formats, like JSON, will be added through a plugin framework. Logging messages can be filtered on logging level, next is filtering on package and or module. A search option is also in the pipeline.
TipTop
tiptop is a command-line system monitoring tool in the spirit of top. It displays various interesting system stats and graphs them. Works on all operating systems.
WTPython
When you're coding and running your script or application, then all of a sudden, you see an error and think to yourself "what the...?"