Martin Hepp

Results 136 comments of Martin Hepp

Hi, thanks for getting back so quickly! It might be an issue in the OSX binary or the [conda-forge feedstock](https://github.com/conda-forge/imagemagick-feedstock) (the recipe for the `conda` package manager or its `mamba`...

It would be really good to have support for bootstrap5 ;-)

@Kwpolska ;-) - I understand that the best way of supporting an issue is a pull-request; but unfortunately, front-end components are beyond my skillset, so I cannot offer more than...

Also, if we regard schema.org’s main usage in the context of extracting structured data from Web content (representations of Web resources in Web Architecture terms), then a large deal of...

**TL, DR;** I do not know how quickly JSON-LD-star will become a widely accepted standard, but IMO, **it would be great to use the thrust behind schema.org to push for...

The latest version of the tool seems to be here: https://github.com/ashpande/micropy-convert It seems no longer maintained, but may help to get the first rough conversion done. A tutorial for manual...

For completeness, here are the Jupytext settings I used: ```yaml jupyter: celltoolbar: Slideshow jupytext: cell_metadata_filter: all,-trusted formats: ipynb,md notebook_metadata_filter: all text_representation: extension: .md format_name: markdown format_version: '1.3' jupytext_version: 1.14.0 kernelspec:...

Cross-referencing https://github.com/mwouts/jupytext/issues/66

Alternative implementation: Support a YAML keyword `runall`, like so: ```yaml --- codebraid: jupyter: kernel: python3 timeout: 120 runall: - python - bash --- ```