You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to reliably reproduce #698 , causing a runaway memory condition.
If your .ipynb file is a single "minified json" line (lacking any newlines), the ivy module (which doom and spacemacs may automatically impose) will blow up. This is due to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44048
Preprocessing the ipynb with jsonlint to introduce newlines will help.
The text was updated successfully, but these errors were encountered:
I am able to reliably reproduce #698 , causing a runaway memory condition.
If your .ipynb file is a single "minified json" line (lacking any newlines), the ivy module (which doom and spacemacs may automatically impose) will blow up. This is due to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44048
Preprocessing the ipynb with
jsonlint
to introduce newlines will help.The text was updated successfully, but these errors were encountered: