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

Pin nbformat to 5.0.8 to avoid regression. #155

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

lesteve
Copy link
Collaborator

@lesteve lesteve commented Jan 15, 2021

nbformat 5.1 adds random ids to cells which creates issues with jupyter-cache.

This manifests itself as cell outputs not being shown (e.g. df.head() output is blank below):
image

Warnings like:

WARNING: Notebook code has no file extension metadata, defaulting to `.txt`
WARNING: Couldn't find cache key for notebook file python_scripts/02_numerical_pipeline_ex_01.py. Outputs will not be inserted.

Thanks @Phaide for noticing!

This problem is mentioned here for example: mwouts/jupytext#715

nbformat 5.1 adds random ids to cells which creates issues with the cache.
@lesteve
Copy link
Collaborator Author

lesteve commented Jan 15, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant