Skip to content

Commit 6c001df

Browse files
Alessio ParatoAlessio Parato
Alessio Parato
authored and
Alessio Parato
committed
issue #49, update README
1 parent 8566abe commit 6c001df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ If the notebook is already in the MarkDown format, you can use `JupyText` to con
101101
jupytext --to notebook notebook.md
102102
```
103103

104+
If the notebook is in the MarkDown format saved via Jupytext, you can format it using:
105+
106+
```shell
107+
nbqa black notebook.md
108+
```
109+
104110
## LaTeX and ImageMagick installation
105111

106112
Some functions of the notebooks (e.g. plotting QCircuits) require a working

0 commit comments

Comments
 (0)