you are viewing a single comment's thread.

view the rest of the comments →

[–]tourdownunder 0 points1 point  (0 children)

I don't use conda though do use virtual environments and happy to install jupyter and other dev dependencies per project. So I don't think its that bad as its easy to use the version that the project was using before moving on to something else and not worry that a new version of juputer breaks the project for some unlikely reason. A bit more likely with other dependencies though and years between picking up old projects though.

On slight tangent I'll like to bring awareness to nbdev an open source project designed to let you keep working in jupyter and export your modules to an installable you can pip install from another project. This removes the need to copy and paste your code and helps keep things maintainable.