-
Same post as [here](https://github.com/dcowden/cadquery/issues/307). I can loft a 2D shape from one plane to another like this:
```
import cadquery as cq
from jupyter_cadquery.cadquery import sho…
-
reactable for R has shiny integrations that let you update a table output reactively. We should be able to wire into py-shiny to do something similar. This might me we provide render, update, and out…
-
Kernel messages are currently [signed](https://github.com/jupyter/jupyter_client/blob/7d05cfb640a05bd80abc11db815df04b8c3ce25c/jupyter_client/session.py#L744-L745), preventing e.g. from running code t…
-
Hi All,
First of all, thank you for offering the Jupyter version of Radia for free. I am trying to use it to simulate the force and torque applied by a electromagnet to a permanent magnet. Now I c…
-
I've recently been using Pillow to do some work with raster images in a Jupyter Notebook and recent changes have led to awkward interactions between the three projects.
Specifically, if I create a …
-
**Is your feature request related to a problem? Please describe.**
Lonboard is great for visualizing large datasets, but sometimes I need to zero into a particular location so a search widget/contr…
-
**TODO:**
- [x] Kill symbol table? - no: still needed to detect name collision between ports/wires/sub-modules
- [x] Review inner/outer aliases, primary names etc. for ports
- [x] what is Module.…
-
I ran into the following error when trying to convert the `rfp_scraper.ipynb` notebook to a python script:
> DevTools listening on ws://127.0.0.1:61525/devtools/browser/104a4d12-5f62-4e59-ab41-de5c…
-
## 17th Apr - 23rd Apr, 2017
#### Datasets for training and testing the model are now on S3.
- Labelled/unlabelled changesets from osmcha.
- Geojson version of changesets from real-changesets.
-…
-
I am trying to visualize interims steps when working with cadquery. Doing so, I ran into some issues with `mirrorY`et. al. (btw. it does not seem to be a problem when using `extrude()`, only when you …