Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Models with lots of constants will create a long UI parameter list #205

Open
moorepants opened this issue Jun 8, 2015 · 4 comments
Open

Comments

@moorepants
Copy link
Member

Right now the IPython viz GUI lists the parameters that can be adjusted. Many models have lots of parameters. If more than ~5 parameters are present we shouldn't just list them all (the list will get way too long). We need some kind of drop down to edit each parameter or a limit on the div height for the parameter box with scrolling enabled.

@moorepants
Copy link
Member Author

I'm going to add this to the 0.3 milestone because the human standing tutorial has a fair amount of parameters.

@moorepants moorepants added this to the 0.3.0 Release milestone Jun 8, 2015
@moorepants
Copy link
Member Author

I'm removing this from the 0.3.0 release, as it isn't a big deal for the tutorial. Can fix later.

@moorepants moorepants removed this from the 0.3.0 Release milestone Jun 10, 2015
@mvnnn
Copy link

mvnnn commented Mar 8, 2016

@moorepants if no. of parameters is more then 5 then i use AccordionWidget to divide them.that's right method ?

@moorepants
Copy link
Member Author

The accordianwidget may be a good option. I'm not sure what it does though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants