Is it possible to load packages (.m) directly from the network (http, https) without installing it locally?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
When loading packages remotely in Mathematica (extension It is possible to use In the examples below one loads package File
File
Thanks to the image_doctor for providing the initial help. |
|||
|
|
Needschecks to see if the context you are requesting is already in$Packagesand callsGet, i.e. has already been loaded.Importreads all types of files into Mathematica but will not perform the checks thatNeedsdoes in the case of package files. – image_doctor Oct 29 '12 at 11:47