| name | readme.fix_what_it_does |
| description | Convert "What It Does" and "Examples" sections in a README from headers to bullet point format |
- Convert
#### What It Does
- Launches Jupyter Lab server with no authentication (token and password disabled)
- Binds to all network interfaces (0.0.0.0) on port 8888
- Allows root access for container environments
into
- **What It Does**
- Launches Jupyter Lab server with no authentication (token and password disabled)
- Binds to all network interfaces (0.0.0.0) on port 8888
- Allows root access for container environments
- Remove the
#### Examples
E.g.,
#### Examples
- Start Jupyter Lab server (typically called from docker_jupyter.sh):
```bash
> ./run_jupyter.sh
```
to
- Start Jupyter Lab server (typically called from docker_jupyter.sh):
```bash
> ./run_jupyter.sh
```