Show() function

i have to always write midi.show(‘mid’) to play the file in windows media player, because when i do mid.show(‘midi’) it just runs and do nothing, its supposed to give pop up like in the video with play button.

Hello @J20DSPP0003,

Could you share a screenshot of the same?

Thanks

nothing is popping up after show(‘midi’).

Does you kernel gets stuck or hanged after running midi.show?

No, also if i do (‘mid’) in show , then it opens windows media player to play the song. But not working on show(‘midi’)

@mohituniyal2010 Can you please look into this.

Thanks

Hey Shivam,

I think music21 show function is not supported by lab right now, instead try with jupyter notebook for now.
You can read the issue on their github. Hopefully it will be fixed in near future.

thanks Bhaiya! I got it.