Bernhard
Bernhard
@holzschu You are right, conda is not needed for Jupyter-Cadquery. Pip does the trick. The real reason why I use conda in the installation guide is CadQuery. It uses a...
> Changing the sensitivity of translation, rotations and zoom While not nice, one can do this now via: ``` d = show( ... ) d.cq_view.renderer.controls[0].rotateSpeed = 3 d.cq_view.renderer.controls[0].panSpeed = 5...
> Changing the keybinds/mousebinds of translation, rotation and zoom in the view Well, threejs can since r99 (see https://stackoverflow.com/a/54154920 ), however pythreejs is stuck with r97 ( https://github.com/jupyter-widgets/pythreejs/blob/150ff1c10c868b17fefa63d19153b5ee1fe87f66/js/package.json#L40) Opened https://github.com/jupyter-widgets/pythreejs/issues/359...
@tjltjl I installed Fusion 360 to better understand. Looks like the changes so that Jupyterlab behaves like Fusion 360 would just be in the lowest javascript layer. I'll give it...
@tjltjl Would you have time to quickly check out https://bernhard-42.github.io/three-cad-viewer/example.html and select the Example `dirbox` and comare the Controls `trackball/Y up` and `trackball/Z up` (+X, +Y, +Z are faces in...
@tjltjl I've release version 3.2 which supports a parameter `up='Y'` for `show`. Default is `up='Z'`
Closing this since it is supported since 3.2 If there is still an issue, please feel free to re-open
@christianhauschel I tried to reproduce with the latest VS Code flipping between two different models continuously. Sometimes the communication gets slow, but it worked all the time. Do you have...
@christianhauschel @afshawnlotfi Now I better understand the issue. I wasn't aware of ˋipywidgetsˋ being supported by VS Code in the meantime. I can reproduce your error now, however, it seems...
I have the same issue when I try to install sidecar with jupyterlab 1.0.2 Any idea how to get sidecar 0.4.0 installed?