.. _f-helperinnotebook: module ``helper_in_notebook`` ============================= Short summary +++++++++++++ module ``jyquickhelper.helper_in_notebook`` Functions to call from the notebook :githublink:`%|py|6` Functions +++++++++ +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+========================================================================================================================+ | :func:`_add_notebook_menu_js ` | | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`add_notebook_menu ` | Adds :epkg:`javascript` and :epkg:`HTML` to the notebook which gathers all in the notebook and builds a menu. | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`load_extension ` | install an extension, checks first it exists, if not displays an exception with the list of them | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`set_notebook_name_theNotebook ` | This function must be called from the notebook you want to know the name. It relies on a javascript piece of code. ... | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: jyquickhelper.helper_in_notebook :members: :special-members: __init__ :show-inheritance: