What is the equivalent command to 
"Toggle Header? Jupyter.actions.call('jupyter-notebook:toggle-header) 
doesn't work.

On Friday, February 19, 2016 at 3:35:09 AM UTC-8, takowl wrote:
>
> On 19 February 2016 at 01:02, Daniel Grady <[email protected] 
> <javascript:>> wrote:
>
>> It seems that all of these commands in the console do what I want:
>>
>>    - Jupyter.actions.call('jupyter-notebook:toggle-toolbar')
>>    - Jupyter.toolbar.actions.call('jupyter-notebook:toggle-toolbar')
>>    - Jupyter.toolbar.toggle()
>>
>>
> The first two are probably exactly the same, just with different 
> references to the same actions object. Actions are for binding UI elements 
> and keyboard shortcuts to. They probably call the third one internally. For 
> now, I'd guess that the action names are likely to be a bit more stable, so 
> I'd go with that - the JS API is still liable to change.
>
> Thomas
>

-- 
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/d687a3fe-f175-44b2-a024-47e6568f6d2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to