-
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 …
-
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…
-
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…
-
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…