I'm running into this error running the Grimp NSIDCLoginNotebook. Not sure why it was working before, but if you change the panel Markdown to yes styles= instead of style= it works
|
return pn.pane.Markdown(self.msg, style=self.style) |
|
|
|
def error(self): |
|
'''Check login status and print an appropriate message ''' |
|
# self.updateStatusMessage() |
|
return pn.pane.Markdown(self.errorMsg, style={'color': 'red'}, |
ref: https://panel.holoviz.org/reference/panes/Markdown.html#style
I'm running into this error running the Grimp
NSIDCLoginNotebook. Not sure why it was working before, but if you change the panel Markdown to yesstyles=instead ofstyle=it worksgrimpfunc/src/grimpfunc/NASALogin.py
Lines 267 to 272 in a5a8d5b
ref: https://panel.holoviz.org/reference/panes/Markdown.html#style