You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as the cell that uses tqdm_notebook finishes I get notebook validation errors:
Notebook validation failed: {'model_id': 'f4270041efc8488dafcd3d5454be36a2'} is not valid under any of the given schemas:
{
"model_id": "f4270041efc8488dafcd3d5454be36a2"
}
I don't get these errors if I remove all cells that have tqdm_notebook widget.
The error pops up every x minutes (din't check how many) so it can get a bit irritating.
[E 16:12:54.332 NotebookApp] Notebook JSON is invalid: {'model_id': '0fd7c2f469244f1fad50192741843939'} is not valid under any of the given schemas
Failed validating 'oneOf' in schema['properties']['data']['patternProperties']['^(?!application/json$)[a-zA-Z0-9]+/[a-zA-Z0-9\\-\\+\\.]+$']:
{'oneOf': [{'type': 'string'},
{'items': {'type': 'string'}, 'type': 'array'}]}
On instance['data']['application/vnd.jupyter.widget-view+json']:
{'model_id': '0fd7c2f469244f1fad50192741843939'}
As soon as the cell that uses
tqdm_notebook
finishes I get notebook validation errors:I don't get these errors if I remove all cells that have
tqdm_notebook
widget.The error pops up every x minutes (din't check how many) so it can get a bit irritating.
My selected packages:
The text was updated successfully, but these errors were encountered: