feat: use IPython shell if available

This commit is contained in:
2024-12-13 15:15:53 +02:00
parent 56114ecc1e
commit 4880ca4fee
9 changed files with 103 additions and 12 deletions

View File

@ -60,6 +60,9 @@ pacman = [
s3 = [
"boto3",
]
shell = [
"IPython"
]
stats = [
"matplotlib",
]