Re: Offline use of Paclets
- To: mathgroup at smc.vnet.net
- Subject: [mg103471] Re: Offline use of Paclets
- From: Alexey <lehin.p at gmail.com>
- Date: Wed, 23 Sep 2009 23:50:48 -0400 (EDT)
- References: <h8imsl$cjf$1@smc.vnet.net>
Hello,
I have discovered the function PacletSites[]:
?PacletSites
PacletSites[] gives the list of currently-enabled paclet sites.
The current value is:
In[2]:= PacletSites[]
Out[2]= {PacletSite[http://pacletserver.wolfram.com,Wolfram Research
Paclet Server,Enabled->True,Local->False]}
It seems that the option "Local" in the PacletSite specification
controls offline use. I there a way to set it in "True"?
On 13 Sep, 16:00, Alexey <lehi... at gmail.com> wrote:
> Hi,
> Is there a way to force Mathematica 7 to load full set of paclets for
> further offline use? If I know that some time I will not have access
> to Internet but I will need use paclet data (e.g. GraphData[]), what
> command I should use for loading ALL paclet-files associated with
> GraphData[] and storing them offline? It there universal way for any
> type of such data (GraphData[], KnotData[], LatticeData[] etc.)?