Format code cells in Jupyter Notebook and JupyterLab using black.
Project description
jupyterblack
Format code cells in Jupyter Notebook and JupyterLab using Black.
It's as simple as calling jblack
$ jblack notebook.ipynb
Install jupyterblack from the command line with pip
$ pip install jupyterblack
Usage
# Format one Jupyter file:
$ jblack notebook.ipynb
# Format multiple Jupyter files:
$ jblack notebook_1.ipynb notebook_2.ipynb [...]
# Format a directory:
$ jblack python/
# Format one Jupyter file with a line length of 70:
$ jblack -l 70 notebook.ipynb
# Show help:
$ jblack -h
Options
positional arguments:
targets
optional arguments:
-h, --help show this help message and exit
--check
--pyi
-l LINE_LENGTH, --line-length LINE_LENGTH
-s, --skip-string-normalization
-w WORKERS, --workers WORKERS
number of worker processes
--show-invalid-code
-t {py27,py33,py34,py35,py36,py37,py38} [{py27,py33,py34,py35,py36,py37,py38} ...], --target-version {py27,py33,py34,py35,py36,py37,py38} [{py27,py33,py34,py35,py36,py37,py38} ...]
Contribute
Support
If you are having issues or would like to propose a new feature, please use the issues tracker.
License
The project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyterblack-0.3.3.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyterblack-0.3.3.tar.gz.
File metadata
- Download URL: jupyterblack-0.3.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a35071605cc21b142c4c5bd2ea8fe5df062fca1e8aab0f181ad9d43de67224a
|
|
| MD5 |
749d5324e60485c2bb9744c884a4ed07
|
|
| BLAKE2b-256 |
fe5ae6804438e6ffca07c51575c5cb2283deaf7602ac859618810d275ebc83e2
|
File details
Details for the file jupyterblack-0.3.3-py3-none-any.whl.
File metadata
- Download URL: jupyterblack-0.3.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a07c0d54e9382df3232615f00a02c8f44d2a5ebf6aeff2efc2fe3a7a616795d
|
|
| MD5 |
1fbecfea3c27388fd14248c2804e593b
|
|
| BLAKE2b-256 |
c25c7294f3179420a6af9a5736f3558917370f21d7d8480233471fb9829a3c3d
|