Restoring corrupted Mathematica notebook

⇠ Back to Blog:Hacks
(Created page with "When you have a corrupted Mathematica notebook, which happens more often than not, you can use the wonderful <tt>Corruption.m</tt> package from [http://www.linkedin.com/pub/lou-d...")
 
Line 21: Line 21:
  
 
Thanks Lou!
 
Thanks Lou!
 +
{{wl-publish: 2011-02-03 07:01:34 -0500 | Fabrice }}

Revision as of 12:01, 3 February 2011

When you have a corrupted Mathematica notebook, which happens more often than not, you can use the wonderful Corruption.m package from Lou D'Andria.

There is no, to the best of my knowledge, official solution. There was an entry in 5.2 documentation [1] but it seems to have disappeared from mainstream Mathematica.

The Corruption.m package looks completely obsolete (it dates back from 1997):

(* :Package Version: 0.72 Alpha *)

(* :Mathematica Version: 3.0 *)

but works like a charm. Just load it and go:

Get["~/Corruption.m"]
OpenCorruptedNotebook["~/corrupt.nb"]

Thanks Lou!