Skip to content

Commit

Permalink
Merge pull request #132 from silx-kit/fix-readme
Browse files Browse the repository at this point in the history
Fix deprecated command in README
  • Loading branch information
loichuder authored Mar 21, 2024
2 parents ef70ca3 + 395bf3f commit 329c874
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ about: File a bug report to help us improve.

<details><summary>Extension lists</summary>
<pre>
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.
</pre>
</details>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 329c874

Please sign in to comment.