Skip to content

Instantly share code, notes, and snippets.

View markub3327's full-sized avatar
🐒
Slowly but surely to the goals.

Martin Kubovčík markub3327

🐒
Slowly but surely to the goals.
View GitHub Profile
(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]'