I have a notebook set up in Wolfram Cloud with an initialization cell that should run whenever it is opened. Two issues:
a) The initialization cell is not running at open;
b) If I choose to Evaluate the notebook, the initialization cell runs twice (if I change the cell to not be an initialization cell and run the notebook, it correctly outputs one time).