问题
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