# Inspiration ## Plugin window organization - Notebooks: + Jupyter Notebook - ![notebook image](https://github.com/quantopian/pyfolio/blob/master/pyfolio/examples/sector_mappings_example.ipynb) - The notebook’s scrollable nature makes embedding plugins in the UI easy and clean. + Elixir Livebook - [example video](https://youtu.be/lyiqw3O8d_A?t=246) + Note: notebooks fit very well if you are trying to tell a story; for a tutorial, analyzing data, interactive textbook, prototyping… . I have not seen them used for large systems or codebases. - Glamorous toolkit: + ![Gtoolkit overview](https://raw.githubusercontent.com/feenkcom/gtoolkit/main/doc/gtr-overview.png) + multi-language notebook, code editor, software analysis platform, visualization engine, knowledge management system - Design software: + blender - ![blender screenshot](https://cdn.80.lv/api/upload/content/a0/60f703b067544.jpg) + photoshop - ![photoshop screenshot](https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FiMo20Gqj-sM%2Fmaxresdefault.jpg&sp=1668869642T68632e7db288b83ef9c5bf202804c88f48718ba3fd052003e161e78c4e1adb79) + gimp - ![gimp screenshot](https://www.lifewire.com/thmb/R-Gy2C1RdRH_KbiaS04rPvehA7I=/1366x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/gimp-photo-open-6d392895064245ec8e3b1ecd09f0651a.jpg) - Music production software: + Ableton Live - ![ableton screenshot](https://i.pcmag.com/imagery/reviews/026WYE4XN99dDtWflTxyi5l-33.fit_lim.size_1152x.jpg) - Hazel livelit: + Plugins are rendered inline. + [link](https://hazel.org/build/livelits/), test with `let foo$color` # Prototyping - [Visually organizing plugin windows](https://docs.google.com/presentation/d/1Oc8w5lZw2dg2L5evt42d3FsmT2deYo4JNoqxNsh4q9M/edit?usp=drivesdk)