Poetry Cookiecutter already included ipykernel and ipywidgets for Jupyter notebook support in VS Code. This PR adds ipython to the dev dependencies to make that available in the terminal as well.
EDIT: Because ipython requires Python 3.10 or higher, this PR increases the minimum Python version in addition to adding ipython to the dev dependencies.
Poetry Cookiecutter already included
ipykernel
andipywidgets
for Jupyter notebook support in VS Code. This PR addsipython
to the dev dependencies to make that available in the terminal as well.EDIT: Because ipython requires Python 3.10 or higher, this PR increases the minimum Python version in addition to adding ipython to the dev dependencies.