Merge pull request #2077 from kikocorreoso/master

doc typos related with issue #2069
Min RK 9 years ago committed by GitHub
commit c75a9d8d5a

@ -167,7 +167,7 @@ alert, and adds a toolabr button using the full action name:
var prefix = 'my_extension';
var action_name = 'show-alert';
var full_action_name = Jupyter.actions.register(action, name, prefix); // returns 'my_extension:show-alert'
var full_action_name = Jupyter.actions.register(action, action_name, prefix); // returns 'my_extension:show-alert'
Jupyter.toolbar.add_buttons_group([full_action_name]);
}
@ -263,7 +263,7 @@ effect to changing a kernel in the notebook. As it is impossible to "unload"
JavaScript, any attempt to change the kernelspec again will save the current
notebook and reload the page without confirmations.
Here is an example of ``kernel.js``::
Here is an example of ``kernel.js``:
.. code:: javascript

Loading…
Cancel
Save