Change example from %%writeline
to %%writefile
(#3673)
This commit is contained in:
parent
cd02c2809b
commit
c99417ffe8
@ -57,8 +57,8 @@ _Black_ is timid about formatting Jupyter Notebooks. Cells containing any of the
|
||||
following will not be formatted:
|
||||
|
||||
- automagics (e.g. `pip install black`)
|
||||
- non-Python cell magics (e.g. `%%writeline`). These can be added with the flag
|
||||
`--python-cell-magics`, e.g. `black --python-cell-magics writeline hello.ipynb`.
|
||||
- non-Python cell magics (e.g. `%%writefile`). These can be added with the flag
|
||||
`--python-cell-magics`, e.g. `black --python-cell-magics writefile hello.ipynb`.
|
||||
- multiline magics, e.g.:
|
||||
|
||||
```python
|
||||
|
Loading…
Reference in New Issue
Block a user