(base) β prog-ml.github.io git:(main) β pip install black[jupyter]
zsh: no matches found: black[jupyter]
(base) β prog-ml.github.io git:(main) β black notebooks/introduction/simpson.ipynb
Skipping .ipynb files as Jupyter dependencies are not installed.
You can fix this by running ``pip install black[jupyter]``
No Python files are present to be formatted. Nothing to do π΄
(base) β prog-ml.github.io git:(main) β which black
/Users/nipun/miniconda3/bin/black
(base) β prog-ml.github.io git:(main) β pip install 'black[jupyter]'
π’
OlderNewer