Paul Gierz
Paul Gierz
Migrated issue from: https://github.com/jupyter/jupyter-book/issues/229#issuecomment-601268813 I've been working on using the new Jupyter Book to export DOCX and LaTeX files along with the standard download option available to get the source...
```python import holoviews as hv import geoviews as gv import cmocean import matplotlib.pyplot as plt from holoviews import opts from holoviews.operation.datashader import datashade, shade, dynspread, rasterize from holoviews.operation import decimate...
Hosting the intake server behind a reverse proxy at a non-standard address leads to mangling of the actual URLs. I am unsure if this fix covers all cases, but the...
Hello, I've been experimenting with the intake server functionality, and am running into some problems. Let's say I have a catalog file `my_catalog.yaml` like this: ```yaml metadata: version: 1 sources:...
Hello, I was wondering if it were possible to use the metadata section of a catalog for the "allowed" section of sources? I have something like this: ```yaml metadata: version:...
This allows the `cookiecutterrc` file to be read from multiple places: 1) Environ variable `${COOKIECUTTER_USER_CONFIG_PATH}` 2) `${XDG_CONFIG_HOME}/cookiecutter/cookiecutterc` 3) `${XDG_CONFIG_HOME}/cookiecutterrc` 4) `${HOME}/.cookiecutterrc` This allows the program to be more conform with...
Hi there, Thanks for this project, it has been quite useful. I have one feature request, and I'd be happy to help out myself, unfortunately I am only a beginner...
Moin, I was trying to follow the conda install demo, yet on new Apple computers the conda-forge channel does not provide dependencies. I'm happy to look into it if someone...
Hi Panel Team, I built a very simple PAM authenticator, and it seems to work provided you have given the correct environmental variables. Here is an example, assuming you have...
Hi @vsoch, thanks for build `scif`, I've been using it recently for some container applications and I wish I discovered this years ago... I'm having some trouble getting interactivity to...