Skip to content

Commit

Permalink
Fix deprecated command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Mar 21, 2024
1 parent ef70ca3 commit 395bf3f
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -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
Expand Down

0 comments on commit 395bf3f

Please sign in to comment.