I would like to display multiple audio files in google colab, but I found that only one is possible in one codeblock. Therefore I was thinking, whether I could generate code blocks with a given text.
Something like:
for i in range(0,4):
create_code_block("display.Audio(str(sound_paths[" + str(i) + "]))")