ea42gh

Results 30 comments of ea42gh

Hmm, tried to uninstall rust. Used conda update all (upgrade, downgrade, regrade ...grade - I really dislike conda...) activated panel-chemistry and tried ` pip install --upgrade --force-reinstall -e .[all] `...

The next example from the Containers.ipynb tutorial ``` %%opts Layout [hspace=0.2 fig_size=150] Scatter (alpha=0.1) Histogram (alpha=0.3) cycle = hv.plotting.Cycle() holomap = hv.HoloMap({d.__name__: hv.Points(d(2, size=(1000, 3))) for i, d in enumerate(distributions)},...

I have the same problem, but downgrading did not resolve the issue for me. Refreshing the page appears to work occasionally. When it does (I do not know what triggers...

Just saw these messages: The cache issue had occurred to me, but not the multiple notebook views. - I stopped all the running kernels - I cleared the cache -...

yes, I meant "Collapsible headings"

Just to emphasize, the mechanism should be simple to use! potentially A LOT of folds in a lecture: # 1. main section ## 1.1 basic idea ### Example step_1 etc...

Re Plotting, for now in no particular order (mostly copied from headers in github.com/ea42gh/HoloviewsPlayground/CurvesAndPaths.ipynb) * datasources (e.g., dataframe, numpy array, xarray, sqlite, dask...) * Data arguments for Element constructors *...

How to package a plotting function I currently ended up with something like #2527 which leads to the following * add groups to components that might be styled differently by...

* A howto addressing plotting speed issues * Curve/Path * datashader etc

For now, the option `apply_ranges=False` applied to an element removes it from the range computation: you could use it to draw lines that extend outside the axis ranges.