Clean up stale Jupyter processes and files on Linux servers. Handles process termination, runtime cleanup, and environment verification.
git clone https://github.com/RealWorga/jupyter-cleanup
cd jupyter-cleanup
chmod +x src/cleanup.sh src/lib/*.sh
./src/cleanup.sh
Logs: ~/.local/state/jupyter-cleanup/cleanup-YYYYMMDD.log
- Safe process termination
- Runtime file cleanup
- Path auto-detection
- Error recovery
- Cross-distro support
./tests/test_paths.sh
./tests/test_process.sh
./tests/test_system.sh
- Ubuntu 18.04+
- CentOS/RHEL 7+
- Debian 10+