On Apr 5, 2:18 pm, Jason Grout <
jason-s...@creativetrax.com> wrote:
> On 4/5/13 2:59 PM, Andrey Novoseltsev wrote:
>
> > Hello,
>
> > If I use a permalink for a cell containing interact code, it is a link
> > to this code. How difficult it would be to implement parmalinks that
> > remember values entered in the interact? I.e. how difficult it is to
> > substitute/set default values of interact controls when generating a
> > permalink?
>
> You could just change the code to have the new defaults, right? Then
> generate a permalink for the code with the different defaults.
*I* can, but what if the user is not familiar with Python/Sage at all
and does not clearly see where the default parameters are? Or if the
code box is not shown?
> Maybe you're also thinking of a way to save sets of parameter values so,
> for example, you could easily click a dropdown and have it automatically
> fill out those values.
Yes, this would be great, especially if it was possible to give some
meaningful (or just short) names to these presets rather than listing
values for all 10 input boxes. But again, it would be nice to create
new presets without knowledge/modification of Sage code.