Skip to content
/ lmk Public

Stop watching your code run - LMK is a tool that allows you to monitor long-running processes remotely and notify yourself when they finish running

Notifications You must be signed in to change notification settings

lmkapp/lmk

Repository files navigation

LMK - Stop watching your code run

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 Screenshot in Jupyter

Installation

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.

Support

If you have any problems using LMK, please open an issue on this repository or email [email protected] for help.

About

Stop watching your code run - LMK is a tool that allows you to monitor long-running processes remotely and notify yourself when they finish running

Resources

Stars

Watchers

Forks

Packages

No packages published