From 395bf3f8580098f99148f18569c918be62cefbc9 Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Thu, 21 Mar 2024 10:28:05 +0100 Subject: [PATCH] Fix deprecated command in README --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 625e8dc..2251e74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,7 +33,7 @@ about: File a bug report to help us improve.
Extension lists
-Paste the output from running `jupyter labextension list` and `jupyter serverextension list` from the command line here.
+Paste the output from running `jupyter labextension list` and `jupyter server extension list` from the command line here.
 You may want to sanitize the paths in the output.
 
diff --git a/README.md b/README.md index 80053df..d890a66 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,13 @@ If you are seeing the frontend extension but it is not working, check that It should be listed when running: ```bash -jupyter serverextension list +jupyter server extension list ``` If `jupyterlab_h5web` does not appear or is disabled, try to enable it: ``` -jupyter serverextension enable jupyterlab_h5web +jupyter server extension enable jupyterlab_h5web ``` ### Check the frontend extension