Browse Source

[single cell ephys] improve section printing 2

Jan Grewe 5 years ago
parent
commit
9caacb1933
1 changed files with 2 additions and 3 deletions
  1. 2 3
      single_cell_intracellular_spikes/explore.py

+ 2 - 3
single_cell_intracellular_spikes/explore.py

@@ -36,10 +36,9 @@ if __name__ == "__main__":
         print("Example file was not found")
         exit()
     nix_file = nix.File.open(example_file, nix.FileMode.ReadOnly)
+    embed()
     metadata_overview(nix_file, sec_type="recording", sec_name="recording")
-    print("*" * 80)
-    metadata_overview(nix_file)
-    
+
     nix_file.close()