How can I build a GUI to use inside a jupyter notebook?

送分小仙女□ 提交于 2021-02-08 12:21:33

问题


The idea is to be able to build and use the GUI inside the notebook, so working with a long function that has a lot of parameters is more efficient than just typing the characters in the notebook.

Obviously not specifics, but if someone can point some library, project, links or any resources that might help.


回答1:


I have looked all over internet. So far nothing. There's a message board in PyData where some developer states that jupyter doesn't support GUI.

Aside from that, I was thinking perhaps working with Bokeh might work.

Another option perhaps to explore is using these widgets.

See picture:




回答2:


Consider using ipywidgets.

Image Source: https://bretahajek.com/2017/02/widgets-jupyter-ipwigdets/



来源:https://stackoverflow.com/questions/42686763/how-can-i-build-a-gui-to-use-inside-a-jupyter-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!