watch_packages.py 243 B

12345678910
  1. # coding: utf-8
  2. # Copyright (c) Jupyter Development Team.
  3. # Distributed under the terms of the Modified BSD License.
  4. from jupyterlab.commands import watch_packages
  5. if __name__ == "__main__":
  6. procs = watch_packages()
  7. procs[0].wait()