rjp23
rjp23
This is a great style and really helpful. My only issue is that I can't seem to control the margins at all. Edit: There's a geometry call in both the...
I assume I'm doing something wrong but I'm following the conda instructions here: https://awesome-panel.readthedocs.io/en/latest/_copy_of_project_root/README.html#getting-started-with-the-awesome-panel-repository ``` (awesome-panel) Robs-MBP:awesome-panel rob$ conda install --file requirements_local.txt CondaValueError: could not parse '-r ./requirements.txt' in: requirements_local.txt...
Is there a way to access and override some of the GalleryTemplate CSS? For example, I'd like to change the font size/colour of the header text. If I have a...
I don't think this is currently possible but it'd be extremely useful. I have an existing numpy array that I use to mask my data for certain regions, e.g. if...
In pandas "marker" or "style" control the plot symbols e.g. `df.loc['a'].plot(marker='o')` but with hvplot: `df.loc['a'].hvplot(marker='o')` gives > WARNING:root:main: marker option not found for line plot; similar options include: []
This was all working fine for the past year but something seems to have changed and I can't figure out what. I now get these error messages when trying to...