I have a jupyter notebook I'm working on.
It generates some .wav
files/writes them to disk/plays them (using iPython.Display.Audio
)
I noticed that I'm unable to save or checkpoint the file now. "Last Checkpoint: 17 hours ago Autosave Failed!"
the only clue I have is that next to the kernel indication, there is an orange box saying "Request Entity Too Large"
Am wondering if the .wav
stuff is somehow screwing up the notebook and making it unsaveable.