8000 GitHub - RealWorga/jupyter-cleanup: Cleanup utility for Jupyter environments on Linux servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RealWorga/jupyter-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Cleanup

ShellCheck License: MIT

Clean up stale Jupyter processes and files on Linux servers. Handles process termination, runtime cleanup, and environment verification.

Install

git clone https://github.com/RealWorga/jupyter-cleanup
cd jupyter-cleanup
chmod +x src/cleanup.sh src/lib/*.sh

Use

./src/cleanup.sh

Logs: ~/.local/state/jupyter-cleanup/cleanup-YYYYMMDD.log

Features

  • Safe process termination
  • Runtime file cleanup
  • Path auto-detection
  • Error recovery
  • Cross-distro support

Test

./tests/test_paths.sh
./tests/test_process.sh
./tests/test_system.sh

Compatibility

  • Ubuntu 18.04+
  • CentOS/RHEL 7+
  • Debian 10+

License

MIT

About

Cleanup utility for Jupyter environments on Linux servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0