.. _menunotebookrst: ===================== Menu dans un notebook ===================== .. only:: html **Links:** :download:`notebook `, :downloadlink:`html `, :download:`PDF `, :download:`python `, :downloadlink:`slides `, :githublink:`GitHub|_doc/notebooks/astuces/menu_notebook.ipynb|*` Insérer un menu en javascript. .. code:: ipython3 from jyquickhelper import add_notebook_menu add_notebook_menu() .. contents:: :local: Premier menu ------------ .. code:: ipython3 add_notebook_menu(menu_id='a2', first_level=3) .. contents:: :local: Second menu ~~~~~~~~~~~ Chaque titre doit être au début d’une cellule du notebook.