jupyter / nbformat

Reference implementation of the Jupyter Notebook format
http://nbformat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
265 stars 152 forks source link

nbformat 5.7.0 MissingIDFieldWarning #335

Open prtome opened 1 year ago

prtome commented 1 year ago

I have the following warning:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/nbformat/init.py:128: 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)

I have read another issue (#303) but I do not understand what is that I am supposed to do. Appreciate help please

Yaoyaozhang1111 commented 10 months ago

I have met the same question,have you solved it? Thanks alot.

Daniel-wyk commented 4 months ago

I have met the same question,have you solved it? Thanks alot.

Yaoyaozhang1111 commented 4 months ago

I solved by installig and using the newest ipyrad version.

At 2024-06-03 20:35:52, "Daniel-wyk" @.***> wrote:

I have met the same question,have you solved it? Thanks alot.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>