1

How might I automatically execute a notebook script on open?

For example I would like to a notebook to automatically execute it's cells.

William
  • 7,595
  • 2
  • 22
  • 70

1 Answers1

0

Yes you can do it using the option IntializationCell, moreover there are complementary options for controlling its behavior.

Here is the documentation on how to achieve it https://reference.wolfram.com/language/ref/menuitem/InitializationCell.html

penguin77
  • 1,645
  • 9
  • 8