I know we recently changed to uv for the package management which has definitely made getting started much easier. I like to create Jupyter Notebooks in my crew code to test things out first. I run into issues when I try to install ipyjupyter
:
➜ gmail_manager uv pip install ipykernal -U --force-reinstall
× No solution found when resolving dependencies:
╰─▶ Because ipykernal was not found in the package registry and you require ipykernal, we can conclude that your requirements
are unsatisfiable.
Has anyone had luck getting this set up?
I also think it would be fantastic if when I run crewai create ...
, it would create a basic Jupyter Notebook within the app.
Thanks for any help!