-
@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 …
-
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 …
-
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 …
-
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",
…
-
Hello,
I had implemented a custom kernel for Jupyter, and I want to use the stored metadata information from each cell to do some process in my kernel.
In the specification of the _The Wire Protoco…
-
Dear,
First of all, I appreciate your efforts to maintain this module. It's super helpful for my research.
I'm having a trouble using this module with grequests module (which is gevent + requests…
-
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…