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

fix: nbformat #10

Merged
merged 1 commit into from
Aug 5, 2024
Merged

fix: nbformat #10

merged 1 commit into from
Aug 5, 2024

Conversation

iwilltry42
Copy link
Contributor

The current implementation failed if Sources was a []string.
This PR updates the structs with some more fields according to https://ipython.org/ipython-doc/3/notebook/nbformat.html and adds custom unmarshalling logic for the Source and Output Texts to always make it a single string

@hupe1980
Copy link
Owner

hupe1980 commented Aug 3, 2024

This looks very good. Thank you for the contribution. There are only a few linter errors left. Could you fix these? Then I would merge the pull request.

@iwilltry42
Copy link
Contributor Author

@hupe1980 done 👍

@hupe1980 hupe1980 self-requested a review August 5, 2024 09:43
Copy link
Owner

@hupe1980 hupe1980 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thx!

@hupe1980 hupe1980 merged commit 635f935 into hupe1980:main Aug 5, 2024
1 check passed
@iwilltry42 iwilltry42 deleted the feat/nbformat branch August 5, 2024 09:44
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.

2 participants