LMK is an app that's designed to help free you from the chore of watching your scripts or notebooks run. LMK will notify you when your code is finished running! To get started, visit one of the links below.
Currently it will allow you to monitor Jupyter notebooks and command-line scripts. This is a screenshot of what it looks like in Jupyter notebooks:
LMK is distributed as a python package, so you can install it using pip
:
pip install 'lmkapp[jupyter,cli]'
If you only plan to use LMK for either notebooks or command-line scripts, you can remove the corresponding extra in the command above the reduce the amount of dependencies you need to install. See the docs for details.
If you have any problems using LMK, please open an issue on this repository or email support@lmkapp.dev for help.