Skip to content

Commit 54db9dd

Browse files
authored
Update README.md
Fixed a few typos in this documentation.
1 parent a186b18 commit 54db9dd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ templates, pre-/postprocessors, and exporters.
9191
### PIP
9292

9393
All of the nbextensions in this repo are provided as parts of a python package,
94-
which is installable in the usual manner, using `pip` or the `setup.py` script.
94+
which is installable in the usual manner using `pip` or the `setup.py` script.
9595
To install the current version from PyPi, simply type
9696

9797
pip install jupyter_contrib_nbextensions
@@ -115,8 +115,8 @@ You can install both using
115115
conda install -c conda-forge jupyter_contrib_nbextensions
116116

117117
This also automatically installs the Javascript and CSS files
118-
(using `jupyter contrib nbextension install --sys-prefix`), so the second
119-
installation step below can therefore be skipped.
118+
(using `jupyter contrib nbextension install --sys-prefix`), therefore
119+
the second installation step below can be skipped.
120120

121121

122122
### Installation from cloned Repo
@@ -154,7 +154,7 @@ including
154154
* `--sys-prefix` to install into python's `sys.prefix`, useful for instance in
155155
virtual environments, such as with conda
156156
* `--symlink` to symlink the nbextensions rather than copying each file
157-
(recommended, on non-Windows platforms).
157+
(recommended on non-Windows platforms).
158158
* `--debug`, for more-verbose output
159159

160160
In addition, two further option flags are provided to perform either only the
@@ -203,7 +203,7 @@ their options. You can then open the `nbextensions` tab on the tree
203203
(dashboard/file browser) notebook page to configure nbextensions.
204204
You will have access there to a dashboard where extensions can be
205205
enabled/disabled via checkboxes.
206-
Additionally a short documentation for each extension is displayed, and
206+
Additionally, a short documentation for each extension is displayed, and
207207
configuration options are presented.
208208

209209
![jupyter_nbextensions_configurator](https://raw.githubusercontent.com/Jupyter-contrib/jupyter_nbextensions_configurator/master/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/icon.png)
@@ -215,7 +215,10 @@ configuration options are presented.
215215
For complex or customized installation scenarios, please look at the
216216
documentation for installing notebook extensions, server extensions, nbconvert
217217
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
218-
Most nbextensions here should work fine with jupyterhub (because jupyterhub spawns regular notebook servers for each individual user), but won't work with jupyterlab (because the jupyterlab javascript framework is different to notebook's, and still rapidly changing under active development).
218+
Most nbextensions here should work fine with JupyterHub (because JupyterHub spawns
219+
regular notebook servers for each individual user), but won't work with JupyterLab
220+
(because the Javascript framework of JupyterLab is different from the notebook's, and
221+
is still rapidly changing under active development).
219222

220223
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)
221224

0 commit comments

Comments
 (0)