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

changing cell id's #121

Open
Timoyoungster opened this issue Oct 27, 2024 · 1 comment
Open

changing cell id's #121

Timoyoungster opened this issue Oct 27, 2024 · 1 comment

Comments

@Timoyoungster
Copy link

Are cell id's newly generated or changed in any way when converting a notebook back to ipynb files?

Because I have a class, where they use specific cell id's to inject testing code into the notebook to grade the assignments and I just got 0 points on the first one because "they could not run their tests". (Apparently because I copied the notebook or sth.🤷‍♂️)

(Don't ank me why they make it so unnecessarily rigid and don't just add cells afterwards, but it's what I'll have to deal with for the current semester :(

@Timoyoungster
Copy link
Author

Oh, I just realized it not only removes the id field, it also completely replaces the metadata.

Is there any chance I could use jukit to edit the code within the cells, without changing anything else within the notebook? (e.g. metadata, cell id's, ...; I don't even need to create new cells, just need to add my code and run it)

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

No branches or pull requests

1 participant