Asher Pembroke

Results 8 issues of Asher Pembroke

My notebooks fail because nbconvert is not executing within the notebook directory. How does one specify the directory where the notebook is executed? I usually get around this in `mknotebooks`...

Consider the following setup, where I want to include just one notebook but ignore all the others ```yaml plugins: - mkdocs-jupyter: include: - want_to_include.ipynb ignore: - "*.ipynb" ``` The following...

Wondering if a similar procedure would work for iOS? Thanks

As per README, one can import the version number from `__init__.py`, which makes it accessible after all packages have been installed. However, a problem arises when referencing my package's version...

Cachey produces an unhelpful div/zero error when a cached function returns a zero-length array. Examples: ```python from cachey import Cache import numpy as np import pandas as pd cache =...

Is there a way to initialize a few nodes of the output graph? I'm trying to propagate known colors for some of the nodes, but my output graph appears to...

enhancement

It would be nice to set the node on install like this `TRIPLET=x86_64-linux-gnu ALIAS=mynode ./install.sh`

Docker-compose 2.4 supports a platform keyword that may help in multi-platform builds. https://docs.docker.com/compose/compose-file/compose-file-v2/#platform dockerx is another option