Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent 0c5ee8c commit fc7bc7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,20 @@ conda uninstall jupyterlab_accessible_themes
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
```
9. On the first installation, or after making some changes, to visualize them in your local JupyterLab re-run the following command:
8. On the first installation, or after making some changes, to visualize them in your local JupyterLab re-run the following command:
```bash
# Rebuild extension Typescript source after making changes
jlpm build
```
10. Run JupyterLab and check that the installation worked:
9. Run JupyterLab and check that the installation worked:
```bash
# Run JupyterLab
jupyter lab
```
```bash
# Run JupyterLab
jupyter lab
```
> **Important**
> Once everything is installed, you will need to select the theme inside JupyterLab via the main menu `Settings > Theme`.
Expand Down

0 comments on commit fc7bc7f

Please sign in to comment.