Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FutureWarning: The alias _() will be deprecated. Use _i18n() instead

c:\users\saiyan goku\appdata\local\programs\python\python38\lib\site-packages\jupyter_server\transutils.py:13: FutureWarning: The alias _() will be deprecated. Use _i18n() instead.

How to get rid of this Future warning error which is shown in command line of python?

like image 545
Rahul Rai Avatar asked Oct 26 '22 13:10

Rahul Rai


1 Answers

I met the same question and I solved it by conda install nbclassic==0.3.2

like image 183
Moeda Chaos Avatar answered Nov 15 '22 05:11

Moeda Chaos