-
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 Notebook is an open-source web application that allows you
to create and share documents that contain live code, equations,
visualizations and narrative text. Uses include: data cleaning…
-
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 …
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…