From 3c482c1d211c046510e18ebac6b08170dbd2a425 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Mon, 10 Feb 2025 16:14:49 +0100 Subject: [PATCH] Rename and move jupyter notebook demos to notebooks folder --- .../demo_data_integration.ipynb | 0 .../demo_flaggingapp_manager.ipynb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename workflow_data_integration.ipynb => notebooks/demo_data_integration.ipynb (100%) rename workflow_test_flaggingapp_manager.ipynb => notebooks/demo_flaggingapp_manager.ipynb (100%) diff --git a/workflow_data_integration.ipynb b/notebooks/demo_data_integration.ipynb similarity index 100% rename from workflow_data_integration.ipynb rename to notebooks/demo_data_integration.ipynb diff --git a/workflow_test_flaggingapp_manager.ipynb b/notebooks/demo_flaggingapp_manager.ipynb similarity index 100% rename from workflow_test_flaggingapp_manager.ipynb rename to notebooks/demo_flaggingapp_manager.ipynb