Jupyter based gui for ipywidgets


Created: 16 Mar 2023, 11:59 AM | Modified: =dateformat(this.file.mtime,"dd MMM yyyy, hh:mm a") Tags: knowledge, tools


https://github.com/voila-dashboards/voila

https://discourse.jupyter.org/t/hosting-interactive-jupyter-html-file-with-ipywidgets-on-github-as-web-page/8361/8

https://mybinder.org/

https://www.nbinteract.com/

Python based gui - https://github.com/zauberzeug/nicegui/

Try using ipywidgets directly to do:

https://ipywidgets.readthedocs.io/en/7.x/embedding.html#using-jupyter-widgets-controls-in-web-contexts

  1. from https://dev.to/bonstine/installing-yarn-on-wsl-38p2 curl -o- -L https://yarnpkg.com/install.sh | bash

  2. from https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-wsl: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash nvm install —lts

  3. cd /mnt/d/Workspaces/ipywidgets

  4. yarn install

yarn build:examples

From <https://github.com/jupyter-widgets/ipywidgets/tree/main/examples/web1>

  1. Open index.html in the examples/web* folders to view interactive html