When installing the actual package versions from the requirements.txt a folloiwng error appears on starting jupyter lab:
[ServerApp] Could not import nbconvert: cannot import name 'contextfilter' from 'jinja2'
It is resolved though if the version requirements are dropped.
Ubuntu on WSL2 with Python 3.8.
When installing the actual package versions from the requirements.txt a folloiwng error appears on starting
jupyter lab:[ServerApp] Could not import nbconvert: cannot import name 'contextfilter' from 'jinja2'It is resolved though if the version requirements are dropped.
Ubuntu on WSL2 with Python 3.8.