@@ -12,7 +12,7 @@ Note: You will need NodeJS to build the extension package.
12
12
The ` jlpm ` command is JupyterLab's pinned version of [ yarn] ( https://yarnpkg.com/ ) that is installed with JupyterLab. You may use
13
13
` yarn ` or ` npm ` in lieu of ` jlpm ` below.
14
14
15
- ** Note** : we recommend using ` mamba ` to speed the creating of the environment.
15
+ ** Note** : we recommend using ` mamba ` to speed up the creation of the environment.
16
16
17
17
``` bash
18
18
# create a new environment
@@ -77,8 +77,7 @@ according to the versions in the _package.json_ file.
77
77
However, it is sometimes useful to be able to test changes in Notebook, with dependencies (e.g. ` @jupyterlab ` packages) that have not yet
78
78
been published.
79
79
80
- [ yalc] ( https://github.com/wclr/yalc ) can help use local JavaScript packages in your build of
81
- Notebook, acting as a local package repository.
80
+ [ yalc] ( https://github.com/wclr/yalc ) can help you use local JavaScript packages when building Notebook, acting as a local package repository.
82
81
83
82
- Install yalc globally in your environment:
84
83
` npm install -g yalc `
@@ -177,7 +176,7 @@ All non-python source code is formatted using [prettier](https://prettier.io) an
177
176
When code is modified and committed, all staged files will be
178
177
automatically formatted using pre-commit git hooks (with help from
179
178
[ pre-commit] ( https://github.com/pre-commit/pre-commit ) . The benefit of
180
- using a code formatters like ` prettier ` and ` black ` is that it removes the topic of
179
+ using code formatters like ` prettier ` and ` black ` is that it removes the topic of
181
180
code style from the conversation when reviewing pull requests, thereby
182
181
speeding up the review process.
183
182
0 commit comments