Dominik Geldmacher

Results 5 comments of Dominik Geldmacher

@RonaldinhoL As a workaround: you could manually install miniconda (or another conda version) into the versions directory. Pyenv-win recognises any python that lives in there. You can then set `pyenv...

> @oryon-dominik I tried your suggestion using miniconda3-py38_4.8.3 but it failed to run `jupyter notebook`. It seems .dll files are not recognized. Did you successfully set the miniconda pyenv, though?...

Hey Tobias, do you need help on this?

To change the colors, you could edit the `.less` files in `jupyterthemes\styles\`

```python class _HashidTaggableManager(_TaggableManager): def get_prefetch_queryset(self, instances, queryset=None): result = list(super().get_prefetch_queryset(instances, queryset=queryset)) result[2] = lambda obj: obj._get_pk_val().id return tuple(result) ```