Something like this?

%%HTML
<button id="do_run_all">Click to run all</button>
<script>
$("#do_run_all").click(
    function () {
        $("#run_all_cells").click();
    }
);
</script>


On Thursday, July 14, 2016 at 4:38:44 AM UTC-4, marq h wrote:
>
> 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
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/54f9c428-991e-4104-8dc7-6c6ced669937%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to