nasrin pathan

Results 15 comments of nasrin pathan

use print('Item with \033[1mboldface\033[0m') for checkbox Item with boldface

I will surely look into it. On Thu, Oct 5, 2023 at 3:15 PM Matt McDowall ***@***.***> wrote: > ANSI escape codes may work for the formatting. I can't say,...

Is save(file) available to use?

I am able to save file using the following code in PyCharm but not in Py-script. https://_12.pyscriptapps.com/delicate-pond/latest/

This code worked for me: from IPython.display import Audio Audio('https://ccrma.stanford.edu/~jos/mp3/pno-cs.mp3', autoplay=True) But don't know how these mp3 are created.

I have updated the issue with python code.

Python interpreter crashes in Goolge Colab (and apparently produces a segmentation fault in other environments), it simply hangs indefinitely on Windows. Or at least more than a few minutes. After...

np.inf is blank because of the following error. ColDisplayHints.summary(c['a'], pd.Series({'min': inf, 'max': inf, }), c['a']) # cannot convert float infinity to integer. type(np.inf) i.e np.inf is float type.If we convert...