Skip to content

Suppress warnings in notebooks for future docs #38

@axiezai

Description

@axiezai

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.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions