peakfinder2D_gui.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:pyxem 作者: pyxem 项目源码 文件源码
def create_param_widgets(self):
        from ipywidgets import VBox
        containers = []
        if self.param_container:
            self.param_container.close()
        for param, value in self.params[self._method].items():
            container = self.create_param_widget(param, value)
            containers.append(container)
        self.param_container = VBox(containers, description="Parameters")
        display(self.param_container)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号