bilayer-containers / bilayers

https://bilayers.org
3 stars 1 forks source link

JupyterNB Interface - Single Cell for Variable Input #27

Closed rajavishah closed 2 months ago

rajavishah commented 4 months ago

Discussed in https://github.com/orgs/bilayer-containers/discussions/24

Originally posted by **rajavishah** July 24, 2024 According to the discussion on Slack, Instead of having a bunch of cells or widgets for input parameters in Jupyter Notebook Interface, we would want to go with single cell. The approach should be to have a single cell that indicates the variables to be set, followed by a `!shell command` to execute. This would simplify the interface and avoid the need for multiple cells or widgets, especially when dealing with a large number of parameters like cellpose has
bethac07 commented 4 months ago

Update on this - we definitely now are happy with widgets now that we've gotten them compact-ified, the major thing was just not to create too-overwhelming of an interface. Hooray!