hi jupyter folks
I have carefully read
http://jupyter-notebook.readthedocs.io/en/latest/security.html and I believe I understand the model enough to manage the risks in what I want to do.
I have a carefully controlled jupyter notebook which has been trusted.
I want to open this notebook from the command line, starting a new jupyter server and directing my browser directly to this notebook, then run all the cells within the notebook; I would like the running of the cells to happen automatically, without any input from me.
Given that I already have trust, do you suggestions of a neat way that I can tell my jupyter instance that, in this particular case, I want all the cells to run straight away?
many thanks
mark