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.4.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.4.tar.gz.
File metadata
- Download URL: jupyterblack-0.3.4.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 |
43c32cbbcbaa1e03b49e2968a5e9f8bc8e425c653b0785bf7014c278681807c2
|
|
| MD5 |
e33014558cc2c54afdba2f7de57526b7
|
|
| BLAKE2b-256 |
d14bae7e2839cd42d21a9caf131cf36c920b42cca863703b81e0515510f7f42c
|
File details
Details for the file jupyterblack-0.3.4-py3-none-any.whl.
File metadata
- Download URL: jupyterblack-0.3.4-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 |
6bfafa16bae9c59f9fd1853de3bf2083a303bb6b60012fdab858e95c946414c0
|
|
| MD5 |
8a4f8aadac1a899b722e57cc1004749a
|
|
| BLAKE2b-256 |
97dfa991605682fe2ce1e1f66744bb55500f989bc5c2b6761a32b5838a8e66db
|