User Portlet
Featured Contributor
Discussions |
---|
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/ae04436d-54f5-4efe-935c-e6692d954d40 |
Interesting that your application is in the area of psychology! A long time ago, I helped my wife (who is not a programmer) with a lot of data wrangling and visualization for a project related to social network analysis in high schools. The raw data... |
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Ian_lead.gif&userId=20103 [2]: https://www.wolframcloud.com/obj/d48a4fd0-ea70-4698-b1bd-3e44d352e9f2 |
Maybe using this: image = RandomImage[]; SetOptions[RasterBox, RasterBoxOptions -> {ImageEditMode -> False}]; image Not sure if this is the "recommended way", but it seems to work for me. |
https://marketplace.visualstudio.com/items?itemName=WolframResearch.wolfram |
*MODERATOR NOTE: a submission to computations art contest, see more:* https://wolfr.am/CompArt-22 ---------- ![enter image description here][1] &[Wolfram Notebook][2] [1]:... |
**Heart of Gold** Community post with code: https://community.wolfram.com/groups/-/m/t/2516777 YouTube link: https://youtu.be/9suXje-ZCkE Screen capture from video: ![enter image description here][1] &[Wolfram Notebook][2] [1]:... |
A basic implementation to parenthesize a selection would be as follows: b1 = Button["Parenthesize selection", Module[{x}, x = CurrentValue["SelectionData"]; NotebookWrite[ButtonNotebook[], RowBox[{"(", x, ")"}]]]] And this is... |
Okay, I can 100% reproduce what you get. I don't understand why this is, but I can use this to poke some people at Wolfram. PS C:\Users\arnou\Downloads> .\program.exe Initializing NetLink MathKernel ... Running query: ... |
Fair enough... thanks! |