Invalid Notebook There was an error rendering your Notebook: the 'state' key is missing from 'metadata.widgets'. Add 'state' to each, or remove 'metadata.widgets'. Using nbformat v5.10.4 and nbconvert v7.16.6
Você está vendo a versão anterior da nova experiência da Alura que estamos preparando para você. Em breve, ela ganha uma identidade visual novinha totalmente pensada em potencializar seus estudos!
Invalid Notebook There was an error rendering your Notebook: the 'state' key is missing from 'metadata.widgets'. Add 'state' to each, or remove 'metadata.widgets'. Using nbformat v5.10.4 and nbconvert v7.16.6
No JupyterLab ou Jupyter Notebook:
Vá até o menu: Kernel > Restart & Clear Output
Em seguida: File > Save
Agora tente exportar novamente com nbconvert.
Abra o arquivo .ipynb em um editor de texto (como VS Code).
Busque por "metadata": { "widgets": { ... } }
Remova o bloco inteiro metadata.widgets ou adicione a chave "state": {} se você souber o que está faltando.
3 - Simplemente atualize suas bibliotecas.