Run on terminal in Ubuntu
annisaabuhamid opened this issue · 2 comments
annisaabuhamid commented
hello @DmitryUlyanov ,
based on your github it said to be run on jupyter, can i run it in terminal in ubuntu and how?
mjdebord commented
You can copy paste everything in the ipynb to a regular .py. Just remove the ipython display lines and change plt.show() to plt.show(block=False)
annisaabuhamid commented
i successful change to python but how can i change from IPython.display import Audio, display to python library