Tagged Questions
6
votes
1answer
87 views
Importing parts of Packages
Some programming languages offer the possibility of importing a single function from a library, as in
from x import y
I'm looking to import only one function ...
7
votes
2answers
350 views
Automatically load packages at startup
I'm a physics student and I try to simplify my day with Mathematica. Every time I use Mathematica I need Div[], Grad[], ...