From 058b82ff885c0dd1c5e92e493c40a1b8be526e6c Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Sun, 24 Nov 2024 07:49:50 +0100 Subject: [PATCH] Moved demos .py to notebooks. Note: Maybe turn them to jupyternotebooks for consistency --- .../demo_h5_file_2_obis_props_mapping.py | 0 .../demo_single_sample_update_to_openbis.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename demo_h5_file_2_obis_props_mapping.py => notebooks/demo_h5_file_2_obis_props_mapping.py (100%) rename demo_single_sample_update_to_openbis.py => notebooks/demo_single_sample_update_to_openbis.py (100%) diff --git a/demo_h5_file_2_obis_props_mapping.py b/notebooks/demo_h5_file_2_obis_props_mapping.py similarity index 100% rename from demo_h5_file_2_obis_props_mapping.py rename to notebooks/demo_h5_file_2_obis_props_mapping.py diff --git a/demo_single_sample_update_to_openbis.py b/notebooks/demo_single_sample_update_to_openbis.py similarity index 100% rename from demo_single_sample_update_to_openbis.py rename to notebooks/demo_single_sample_update_to_openbis.py