Package cells (scala), who uses them?

-werners-
Esteemed Contributor III

So I was wondering who uses package cells in scala?

We have this library (jar) which has some useful functions we use all over the place. But that's about it. So I think we can do the same thing without a jar but with package cells.

But I never hear anyone talking about them so I was wondering if there is something inherently bad about them or something like that.

We exclusively use notebooks btw.