Test and verify CLI-Jupyter workflow integration

- Successfully tested Jupyter notebook server with ML tools
- Verified all 6 ML tools working: MLflow 3.7.0, Streamlit 1.52.1, Dash 3.3.0, Panel 1.8.4, Bokeh 3.8.1
- MLflow experiment tracking working (created run ID: 25e6b467101845f1ab577c9cfe553c9c)
- CLI integration helper copied to workspace
- Fixed Jupyter permission issues with proper directory setup
This commit is contained in:
Jeremie Fraeys 2025-12-06 16:01:03 -05:00
parent 34c632dcde
commit 7312451cfe
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# CLI-Jupyter Integration Helper
import subprocess
import os
def sync_project(project_path):
"""Sync project using CLI"""
cmd = ["../cli/zig-out/bin/ml", "sync", project_path, "--queue"]
result = subprocess.run(cmd, capture_output=True, text=True)
return result.returncode == 0

BIN
podman/workspace/mlflow.db Normal file

Binary file not shown.