Skip to content

Commit cf9846f

Browse files
authored
Merge pull request #1565 from leqilu67/patch-1
Update README.md
2 parents b9fdc63 + 54db9dd commit cf9846f

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
@@ -92,7 +92,7 @@ templates, pre-/postprocessors, and exporters.
9292
### PIP
9393

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

9898
pip install jupyter_contrib_nbextensions
@@ -116,8 +116,8 @@ You can install both using
116116
conda install -c conda-forge jupyter_contrib_nbextensions
117117

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

122122

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

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

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

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

0 commit comments

Comments
 (0)