Skip to content

Commit 78fcf9d

Browse files
Merge pull request #250 from brian-rose/patch-1
Fix note format
2 parents a97022d + 9bd3645 commit 78fcf9d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/install.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ You can install ``nbgitpuller`` from PyPI with ``pip``:
2424
2525
pip install nbgitpuller
2626
27-
```{note}
28-
If you use multiple environments in your JupyterHub, make sure you install
29-
nbgitpuller in the environment that the jupyter notebook or
30-
jupyter server process is running from. You can validate this by running
31-
`jupyter serverextension list` - it should have an entry that says `nbgitpuller enabled`.
32-
```
27+
.. note::
28+
29+
If you use multiple environments in your JupyterHub, make sure you install
30+
nbgitpuller in the environment that the jupyter notebook or
31+
jupyter server process is running from. You can validate this by running
32+
`jupyter serverextension list` - it should have an entry that says `nbgitpuller enabled`.
33+
3334

3435
Troubleshooting
3536
===============

0 commit comments

Comments
 (0)