Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update notebook menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 25, 2016
1 parent 8baf90a commit 3e88e4b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _doc/notebooks/compare_python_distribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion _doc/notebooks/example_documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu(menu_id=\"main_menu\")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion _doc/notebooks/example_pyquickhelper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu(header=\"Plan\")"
]
},
Expand Down
4 changes: 2 additions & 2 deletions _doc/notebooks/exemple_of_fix_menu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu(menu_id=\"main_menu\")"
]
},
Expand Down Expand Up @@ -404,7 +404,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion _doc/notebooks/having_a_form_in_a_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu()"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu()"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
}
],
"source": [
"from pyquickhelper.ipythonhelper import add_notebook_menu\n",
"from jyquickhelper import add_notebook_menu\n",
"add_notebook_menu()"
]
},
Expand Down

0 comments on commit 3e88e4b

Please sign in to comment.