From 307cb174c5b5dca7d1ffa377568309cd8b71dc36 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Sat, 17 Feb 2024 10:10:03 +1100 Subject: [PATCH] ENH: update show code cell prompt to be more concise (#362) * ENH: update show code cell prompt to be more concise * move to correct location in config --- lectures/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index 6b99e06b..ad95918c 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -42,6 +42,8 @@ sphinx: # myst-nb config nb_render_image_options: width: 80% + nb_code_prompt_show: "Show {type}" + # ------------- html_favicon: _static/lectures-favicon.ico html_theme: quantecon_book_theme html_static_path: ['_static']