Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

DiffTools

Guides

  • Diff Tools

Tech Notes

  • Comparing Notebooks
  • Introduction to DiffTools

Symbols

  • AlignCellLists
  • BaseDiffStyle
  • Diff3
  • DiffApply
  • DiffGranularity
  • DiffInputFunction
  • DiffInvert
  • Diff
  • DiffObject
  • DiffView
  • IgnoreElements
  • IncludeMatches
  • MoreMatches
[
EXPERIMENTAL
]
Wolfram`DiffTools`
AlignCellLists
​
AlignCellLists
is an option to
Diff
and related functions which specifies how to align cells when comparing notebooks.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Construct notebook expressions for comparison:
In[1]:=
Table[uuid[i]=ExpressionUUIDCreateUUID[],{i,3}];​​nb1=Notebook[{​​Cell["title","Title",uuid@1],​​Cell["subtitle","Subtitle",uuid@2]}];​​nb2=Notebook[{​​Cell["title","Title",uuid@1],​​Cell["abstact","Abstract",uuid@3],​​Cell["subtitle edited","Subtitle",uuid@2]}];
Align the cells based on
Cell
values for
ExpressionUUID
:
In[4]:=
Diff
[nb1,nb2]
Out[4]=
Align the cells based on other analysis:
In[5]:=
Diff
nb1,nb2,
AlignCellLists
True
Out[5]=
Do not attempt to align blocks of changed cells
In[6]:=
Diff
nb1,nb2,
AlignCellLists
False
Out[6]=
SeeAlso
Diff
 
▪
SequenceAlignment
TechNotes
▪
Comparing Notebooks
RelatedGuides
▪
Diff Tools
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com