Dominic Kempf

Results 43 issues of Dominic Kempf

I am not sure whether `nbsphinx` intends to be compatible with both the `html` and `singlehtml` builders from Sphinx, but I realized that my `singlehtml` builds all produce a blank...

**Description of the desired feature:** When implementing #318, I realized that the DOI support in pooch currently does not allow to automatically populate the pooch's registry using the API, although...

enhancement

**Relevant issues/PRs:** This fixes #317. This adds support for DOI conversion from DataVerse repositories. In order to do so, it contains two refactorings which are in isolated commits: * DOI...

**Description of the desired feature:** I would like to add DOI handling support for data repositories based on [DataVerse](https://github.com/IQSS/dataverse). My main motivation is that my institution offers a data archiving...

enhancement

In Jupyter notebook, the documentation `iframe` is flying in from below and users can resize it to fit their needs and screen best. In JupyterLab however, the website is displayed...

Using Jupyter's *Run all* can lead to unexpected execution order if one of the cells makes use of `ipython_blocking`. See the following minimal example: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dokempf/ipython-blocking-mwe/main?filepath=runall.ipynb)

I realized that in JupyterLab, the input prompt does not switch from `[*]` to `[n]` after cell execution does not block anymore. I set up this minimal example to demonstrate...

Using https://github.com/fatiando/pooch to download the test data will allow us to cache the data properly.

enhancement

This is a follow-up to #161: For very large analysis that are built incrementally, all algorithms should be able to build on previous results and only extend it for new...

enhancement
4D-OBC

We are currently not interpolating between elements to determine the 95th percentile. This is not super-important, but should be fixed at some point.

bug
4D-OBC