I'm new on Mathematica, I started to work with it yesterday and this software is simply amazing!
However I'm having the following trouble which I couldn't find any solution on internet (I use a linux distro):
I went to Wolfram demonstration page and I clicked on "download author code".
I opened the file: SecantAndTangentLines-author.nb
I didn't see any graph or code. Then I clicked on update thumbnail and snapshot and enable dynamics bottom
Mathematica gave me a lot of errors:
How can I get the author code to use in my slide show? How can I paste and copy dynamic graphs in Mathematica?
Thanks
Edit: I've already solved the problem and the graph is working. However, I couldn't see where is the author code.


fis undefined. Try running the initialization code. -- I think you'll need to be a little patient and start by learning the basics first. Cutting and pasting other programmer's dynamic code often requires you to be pretty knowledgeable about Mathematica programming. It's usually much more difficult than cutting and pasting images into a text editor, esp. if you're getting your input from the Demonstrations site. The authors often write their programs as though they will run in an isolated, stand-alone environment. – Michael E2 Sep 20 '15 at 19:56f. You can see those definitions by double clicking on the cell bracket on the right of the "Initialization" cell group. – MarcoB Sep 20 '15 at 21:21