Como utilizar o ChatGPT com ficheiros do Jupyter Notebook
Olá a todos, tenho-me questionado se o ChatGPT consegue realmente abrir ou ler ficheiros .ipynb diretamente? Gostaria muito de saber se existe uma forma simples…
Zoe Nash
February 9, 2026 at 02:32 AM
Olá a todos, tenho-me questionado se o ChatGPT consegue realmente abrir ou ler ficheiros .ipynb diretamente? Gostaria muito de saber se existe uma forma simples de o fazer compreender o conteúdo ou o código desses cadernos. Alguém já experimentou isto antes ou tem algumas dicas? Obrigado!
Adicionar comentário
Comentários (4)
I've tried uploading the notebook content as plain text to ChatGPT and it can help explain or debug the code, but it can't open the file natively.
I've heard about some tools that convert ipynb to markdown or python scripts which you can then easily share with ChatGPT.
I wish there was a direct way to upload ipynb files for analysis, but for now copying code snippets seems to be the only option.
You can totally feed the JSON content of the ipynb to ChatGPT and ask it to interpret the notebook structure too, not just the code.