On this page:
What is the purpose of this line?:
const zx = x.copy(); // x, but with a new domain.
I assume the copy
is to prevent mutations of x
, but I don’t see where mutations are happening in that cell. Things seem to work fine if that line is eliminated and all zx
is replaced with x
.
Is there a better way to ask these types of questions or propose changes? Pull requests are a nice way to provide some context. Is that workflow available? (I see that’s been proposed in Notebook pull requests). Also, is it possible to share an anchored URL link to a particular cell?