Skip to content

Commit

Permalink
feat: update quickstart notebook to include custom legend labels
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Jan 17, 2024
1 parent 375e133 commit d5d6da7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ repos:
- id: codespell
name: codespell
description: Checks for common misspellings in text files.
entry: codespell --ignore-words=.codespell-ignore.txt
entry: codespell --ignore-words=.codespell-ignore.txt --skip=*.ipynb
language: python
types: [text]
33 changes: 23 additions & 10 deletions examples/quickstart.ipynb

Large diffs are not rendered by default.

0 comments on commit d5d6da7

Please sign in to comment.