Skip to content

Commit 5c4359e

Browse files
committed
Amended README.md
1 parent 429cb1e commit 5c4359e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div align="center">
88

9-
<a href="https://github.com/ThunderStruct/nbrefactor">![Platform](https://img.shields.io/badge/python-v3.7-green)</a>
9+
<a href="https://github.com/ThunderStruct/nbrefactor">![Platform](https://img.shields.io/badge/python-v3.7+-green)</a>
1010
<a href="https://pypi.org/project/nbrefactor/">![pypi](https://img.shields.io/badge/pypi%20package-0.1.6-lightgrey.svg)</a>
1111
<a href="https://github.com/ThunderStruct/nbrefactor/blob/master/LICENSE">![License](https://img.shields.io/badge/license-MIT-orange)</a>
1212
<a href="https://nbrefactor.readthedocs.io/en/latest/">![Read the Docs](https://readthedocs.org/projects/nbrefactor/badge/?version=latest)</a>
@@ -126,12 +126,12 @@ To use the CLI, run the following command:
126126
jupyter nbrefactor <notebook_path> <output_path> [OPTIONS]
127127
```
128128

129-
| Options | Description |
130-
|---------|----------------------------------------------------|
131-
| -i | Generate __init__.py files in package directories. |
132-
| -rp | Name of the root package (defaults to ".") |
133-
| -gp | Generate a plot of the module dependency tree |
134-
| -pf | Format of the plot (e.g., "pdf", "png") |
129+
| Options | Description |
130+
|---------|------------------------------------------------------|
131+
| -i | Generate `__init__.py` files in package directories. |
132+
| -rp | Name of the root package (defaults to ".") |
133+
| -gp | Generate a plot of the module dependency tree |
134+
| -pf | Format of the plot (e.g., "pdf", "png") |
135135

136136
- `<notebook_path>`: Path to the Jupyter notebook file you want to refactor.
137137
- `<output_path>`: Directory where the refactored Python modules will be saved.

0 commit comments

Comments
 (0)