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 ...
3
votes
1answer
373 views
Is there a system Reset? [duplicate]
Possible Duplicate:
How do I clear all user defined symbols?
The normal way I reset the Mathematica kernel to its initial state is through the notebook interface: ...