Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook validation error as soon as I use tqdm_notebook #393

Closed
mmagnuski opened this issue Jun 4, 2017 · 2 comments
Closed

Notebook validation error as soon as I use tqdm_notebook #393

mmagnuski opened this issue Jun 4, 2017 · 2 comments
Assignees
Labels
submodule-notebook 📓 Much web such IDE

Comments

@mmagnuski
Copy link

mmagnuski commented Jun 4, 2017

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.

My selected packages:

anaconda                  4.1.0               np111py35_0         
conda                     4.3.21                   py35_0         
ipdb                      0.10.1                    <pip>         
ipykernel                 4.6.1                    py35_0         
ipython                   4.2.0                    py35_0         
ipython_genutils          0.1.0                    py35_0         
ipywidgets                6.0.0                    py35_0         
jupyter                   1.0.0                    py35_3         
jupyter_client            4.3.0                    py35_0         
jupyter_console           4.1.1                    py35_0         
jupyter_core              4.1.0                    py35_0         
jupyterlab                0.12.1                   py35_0    conda
nb_anacondacloud          1.1.0                    py35_0         
nb_conda                  1.1.0                    py35_0         
nb_conda_kernels          1.0.3                    py35_0         
nbconvert                 4.2.0                    py35_0         
nbformat                  4.3.0                    py35_0         
nbpresent                 3.0.2                    py35_0         
notebook                  5.0.0                    py35_0         
python                    3.5.1                         5         
qt                        5.6.2                    vc14_0  [vc14] 
tqdm                      4.14.0                    <pip>         
@casperdcl casperdcl added the submodule-notebook 📓 Much web such IDE label Jun 4, 2017
@mmagnuski
Copy link
Author

Additional error info I see in the console:

[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'}

@mmagnuski
Copy link
Author

I no longer have this error (after some updates), so I will close that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submodule-notebook 📓 Much web such IDE
Projects
None yet
Development

No branches or pull requests

3 participants