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

Support ipynb files without requiring conversion #57

Merged
merged 6 commits into from
Nov 9, 2021

Conversation

danyaalm
Copy link
Contributor

Closes #43

@danyaalm danyaalm marked this pull request as ready for review October 13, 2021 12:49
Copy link
Collaborator

@jonbannister jonbannister left a comment

Choose a reason for hiding this comment

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

Could we maybe have another DUMMY_REPORT (see tests/integration/conftest.py) but with ipynb & add it to the workspace? That should give a lot higher test coverage for the .ipynb use-case.

os.utime(output_template_path, None)

jupytext_nb = jupytext.read(template_path)
jupytext_nb["metadata"]["kernelspec"] = kernel_spec() # Override the kernel spec since we want to run it..
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this not required for the ipynb?

@danyaalm danyaalm force-pushed the feature/no-ipynb-conversion branch from 1f83ae8 to b05a158 Compare November 8, 2021 12:14
@jonbannister jonbannister merged commit e3a514b into master Nov 9, 2021
@jonbannister jonbannister deleted the feature/no-ipynb-conversion branch November 9, 2021 16:10
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.

Support ipynb files without requiring conversion
2 participants