-
@qnzhou can you plz help me out im stuck here.
why is this showing? im using JUPYTER.
even tho im copyinng code from Pymesh site.
my code:-
import pymesh
import numpy as np
vertices = np.…
-
The standard Python REPL isn't the most convenient for long debugging sessions. Specifically, editing multi-line blocks sucks, and reusing anything that you came up with for future debugging sessions …
-
The jupyter renderer currently renders only internal edges of faces if render_edges=True.
It is not possible to render outer boundary edges of faces or just wires and edges right now. The renderer …
-
It would be nice to be able to run interactively defined Cython functions in parallel on dask/ray/spark clusters or joblib/loky process pools.
Such interactively defined functions can typically be …
-
Hello, I'm testing the attention functions before implementing them into my model, but I found that the modules `FlashSelfAttention` and `SelfAttention` in the demo give different results for the same…
-
I'm putting together a series of binder executed repos that are composed of particular components with their own dependencies.
At one level, this might be a quite simple dependency, such as a Pytho…
-
I realized that this is possible:
add a kernel.json with this:
```
{
"argv": [
"jbang",
"--verbose",
"--enable-preview",
"--java",
"21",
"-R--add-modules",
…
-
It'd be *really* cool to have an option to set up a book using the Tufte layout. The font is beautiful and the layout is designed for better reading of scientific documents.
Technically speaking, I…
-
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…
-
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…