Hi Aaron
I don't want this behaviour for many notebooks, just one or two particular
ones. This approach enables me to have a
'Press Me!'
button to get things going, which is helpful for new users
thank you
mark
On Wednesday, July 20, 2016 at 4:05:52 PM UTC, Aaron Watters wrote:
>
> 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/a4e20f64-2cb8-42a2-90ed-ccab1744d799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.