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 install mypy_ipython
$ conda install -c laura-dietz mypy-ipython
Via anaconda cloud.
- Run
%load_ext mypy_ipython
in a notebook cell. - Whenever you need to check the types, run
%mypy
in a cell.
- All contributions must follow our Code of Conduct.
- In your first pull request, please add yourself to the contributor list.
- Moshe Zadka
- Laura Dietz