aebrahim / IProgress

Fork of http://code.google.com/p/python-progressbar/ with IPython notebook support
Other
2 stars 3 forks source link

Fix deprecation warning #4

Closed the-code-magician closed 8 years ago

the-code-magician commented 8 years ago

Hi @aebrahim,

I was getting a deprecation warning from the Latex widget. It says to use the Label instead.

line 52: class Latex(Label):

def __init__(self, *args, **kwargs):
    warn('The Latex widget is deprecated. Use Label instead')
    super(Latex, self).__init__(*args, **kwargs)

Cheers,

Joao

phantomas1234 commented 8 years ago

I am merging this and making a new release