Open KlausGPaul opened 6 months ago
This same..
notebook/services/contents/manager.py:353: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use
normalize()on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future. validate_nb(model['content'])
The problem prevent to save file .ipynb ;/ - Forbidden
Description
When creating a new SysML notebook, the console displays the following warning:
Environment
Freshly installed ubuntu 24.03 LTS minimal for ARM, running in a virtual UTM machine on a Mac Arm host. Environment
Impact
None at this stage as this is a warning only, but may cause an issue in the future.
Workaround
I found https://stackoverflow.com/questions/75632445/anaconda-jupyter-notebook-and-missingidfieldwarning and used the proposed fix: