From 1ec0a5e2ad07bebbca5801a4d8242588316a2a48 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 16 Apr 2026 09:10:25 +0200 Subject: [PATCH] Add JupyterManager lifecycle reference to README Link to the new JupyterManager project that provides the cross-project Jupyter lifecycle specification this project follows. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1697b0f..1f9a532 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ autoresearch-quantum/ └── README.md ``` +## Jupyter Lifecycle + +This project follows the [JupyterManager](https://github.com/saymrwulf/JupyterManager) lifecycle specification. `scripts/app.sh` provides isolated Jupyter directories, auto port allocation (8888--8899), PID tracking, orphan detection, and graceful stop. The cross-project `jupyter-hub` CLI can discover and manage this project alongside other Jupyter-enabled projects on the same machine. + ## Quick Start The fastest way to get running: