Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated command in README #132

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading