Hi! Thanks for using the Jupyter Docker Stacks.
We need the following packages:
and updates to:
We can also check how successfully Mypy runs on code that imports Pandas. Currently our Pandas has no type hints or stubs installed and we get a hard error unless we create a Mypy config file with the ignore-missing-imports flag.
Hi! Thanks for using the Jupyter Docker Stacks.
We need the following packages:
and updates to:
We can also check how successfully Mypy runs on code that imports Pandas. Currently our Pandas has no type hints or stubs installed and we get a hard error unless we create a Mypy config file with the ignore-missing-imports flag.