falloutdurham / beginners-pytorch-deep-learning

Repository for scripts and notebooks from the book: Programming PyTorch for Deep Learning
MIT License
466 stars 268 forks source link

Chapter 5: Problem with latest version of Juypter Notebook #61

Open fred-ldrs opened 3 years ago

fred-ldrs commented 3 years ago

Hello,

I can't open the notebook directly in GitHub

Sorry, something went wrong. Reload?

I can't open the notebook with Google Colab

Error when I open the cloned repo: Cannot read property 'id' of undefined TypeError: Cannot read property 'id' of undefined at XG (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:1827:201) at ya.program_ (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:1825:247) at Aa (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:19:336) at ya.next_ (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:17:503) at Ca.next (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:20:206) at f (https://colab.research.google.com/v2/external/external_polymer_binary_l10n__de.js?vrz=colab-20210428-060103-RC00_370868387:61:101)

fred-ldrs commented 3 years ago

One version before the notebook is working

MarcusFra commented 3 years ago

Thank you for mentioning, @fred-ldrs!

@falloutdurham Could you please undo commit f71617202124ebce020d34887f19255e82b33143? I wanted to get rid of the meta information which Pycharm adds automatically, but it seems that it crashed the notebook.

MarcusFra commented 3 years ago

Issue should be fixed after merge is done. @falloutdurham Could you please check whether the file opens properly now. Issue may be closed then.