Skip to content

Commit aecbeda

Browse files
committed
docs: manual fixes to markdown syntax
1 parent 154a59e commit aecbeda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/contributing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,21 @@ Hence, nbgitpuller can be developed locally without needing a JupyterHub.
6565
```
6666

6767
- Or you can start the new Jupyter Server.
68+
6869
```bash
6970
jupyter server
7071
```
72+
7173
This won't open any notebook interface, unless you don't enable one
7274
([`nbclassic`](https://github.com/jupyterlab/nbclassic) or [`jupyterlab`](https://github.com/jupyterlab/jupyterlab))
7375
as a jupyter server extension.
76+
7477
```bash
7578
jupyter server extension enable --sys-prefix nbclassic
7679
```
80+
7781
or
82+
7883
```bash
7984
jupyter server extension enable --sys-prefix jupyterlab
8085
```

0 commit comments

Comments
 (0)