On Thu, 18 Apr 2024, Stuart Henderson wrote:
> On 2024/04/18 21:27, Bjorn Ketelaars wrote:
> > jupyter-notebook fails to run notebooks with the following error:
> >
> ..
> > File
> > "/usr/local/lib/python3.10/site-packages/IPython/core/guarded_eval.py",
> > line 35, in <module>
> > from typing_extensions import Self, LiteralString
> > ModuleNotFoundError: No module named 'typing_extensions'
> >
> > I believe this is caused by a missing RDEP in devel/ipython, which
> > recently received an update. With the diff below jupyer-notebook is
> > happy again.
>
Thanks for noticing this! Looks good to me, please commit.
ok daniel@