Skip to content

Commit

Permalink
Hide the menu entry to rename the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Feb 12, 2025
1 parent 9583a1b commit 496fffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/notebook-extensions/src/student-exam-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function initialize() {
disable_shortcuts();
username.add_username();
$("#notebook_name").off("click");
$("#rename_notebook").hide();
}

export function load_ipython_extension() {
Expand Down

0 comments on commit 496fffc

Please sign in to comment.