Skip to content
New issue

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

Add jupyter notebook support. #12

Open
rickstaa opened this issue Feb 18, 2022 · 1 comment
Open

Add jupyter notebook support. #12

rickstaa opened this issue Feb 18, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rickstaa
Copy link
Owner

It would be nice to add jupyter notebook support (see reviewdog/action-black@e95a7c6).

@rickstaa rickstaa added the enhancement New feature or request label Feb 18, 2022
@rickstaa rickstaa self-assigned this Feb 18, 2022
@rickstaa rickstaa removed their assignment Jul 6, 2022
@rickstaa rickstaa added the help wanted Extra attention is needed label Jul 6, 2022
@PrashantDixit0
Copy link

You can add Jupyter Notebook support just by adding the following code under steps attribute in workflow

- name: Install Black
        run: pip install "black[jupyter]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants