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

Suppress warnings in notebooks for future docs #38

Open
axiezai opened this issue Dec 15, 2021 · 0 comments
Open

Suppress warnings in notebooks for future docs #38

axiezai opened this issue Dec 15, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@axiezai
Copy link
Owner

axiezai commented Dec 15, 2021

Insert the following to each notebook when recreating docs:

import warnings
warnings.filterwarnings('ignore')

This will clean up all the meaningless warning msgs in htmls.

@axiezai axiezai added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 15, 2021
@axiezai axiezai added this to the New release milestone Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants