Open Zethson opened 2 years ago
Thanks, Lukas! This is valuable feedback! We'll consider, and I'd also really like to discuss.
Rationale for dependency formatting is having them copy-pastable into a pip install ...
. If we do it in any other way, that won't be the case anymore. They're alphabetically sorted, and they're not meant to explode but represent the key dependencies the analyst deems crucial for the result of the notebook.
I have a quite strong opinion of keeping them in one row until things get fancier an interactive. But I'm also happy to re-think that opinion!
You also have a command to export them to a requirements.txt file, which in turn is pip installable. This covers your use-case for me.
From the docs
50% of the success is visuals :)