mypy-ipython


License
MIT
Install
pip install mypy-ipython==20.8.0

Documentation

MyPy/Jupyter Integration

Full documentation

Installing

Note that this needs to be installed in the environment that your kernel is running in. This will usually be the environment running your Jupyter server.

pip

$ pip install mypy_ipython

Anaconda

$ conda install -c laura-dietz mypy-ipython

Via anaconda cloud.

Quick Start

  • Run %load_ext mypy_ipython in a notebook cell.
  • Whenever you need to check the types, run %mypy in a cell.

Contributing

  • All contributions must follow our Code of Conduct.
  • In your first pull request, please add yourself to the contributor list.

Contributors