We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipynb
black
Currently, the ipynb files provided as part of the notebooks directory are skipped when running black to format or lint the project source:
notebooks
Skipping .ipynb files as Jupyter dependencies are not installed. You can fix this by running ``pip install "black[jupyter]"``
Investigate the option suggested by the black output above and make sure that black runs properly for Jupyter notebooks.
The text was updated successfully, but these errors were encountered:
Closing and reopening to trigger Jira automation.
Sorry, something went wrong.
phoevos
No branches or pull requests
Currently, the
ipynb
files provided as part of thenotebooks
directory are skipped when runningblack
to format or lint the project source:Goal
Investigate the option suggested by the
black
output above and make sure thatblack
runs properly for Jupyter notebooks.The text was updated successfully, but these errors were encountered: