For questions, use https://discourse.holoviz.org/ instead! This chat is for informal discussions and debugging sessions with developers of the HoloViz.org tools (HoloViews, Datashader, Panel, hvPlot, GeoViews, Param, etc.), but user questions should go to the HoloViz Discourse site so that others won't have to ask them again.
MarcSkovMadsen on fast-theme-fixes
work in progress (compare)
MarcSkovMadsen on fast-theme-fixes
test passes (compare)
conda remove anaconda
after installing if you install the whole Anaconda distribution, which removes the anaconda
metapackage that pins various packages problematically. But in any case you shouldn't ever need to re-install in a normal situation, just create a new empty environment in your current installation and you can run from there (conda create -n holoviz_envt holoviews
)
I have started a dask cluster connecting 4 nodes, I used dask-ssh --hostfile hostfile.txt
do you have any pointer on what to change in the ship-track notebook, in order to connect to such cluster? I am looking into dask.distribute
by adding:
from dask.distributed import Client
client = Client("tcp://xxx.xxx.xxx.xxx:8786")
Now I guess I should use client.map(method, param)
in place of dd.read_parquet(vessels_file).compute()
and dd.read_csv(csvs, usecols=vesselcols, assume_missing=True)
but this is going to affect only the loading (which is aready super fast (~0.9 sec)) - Any hints on how to make datashader
and holoviews
aware of the cluster behind thwe hood? or is it picked upo automagically :) ?
import * as inputs from "@bokehjs/styles/widgets/inputs.css"
working please provide an answer here https://discourse.bokeh.org/t/how-do-i-import-inputs-css-in-my-custom-bokeh-extension/7291 Thanks.
PLEASE TELL ANYONE YOU KNOW WHO COULD BE A GOOD CANDIDATE:
Anaconda’s HoloViz group is hiring! We need a talented Python programmer who can solve client problems building on open-source tools like Panel, hvPlot, HoloViews, Lumen, and Datashader. It’s your chance to help make Python data visualization easier and more powerful! https://bit.ly/37RVoWi 1
We’re also looking for a (paid!) summer intern to join the HoloViz group this summer: https://boards.greenhouse.io/anaconda/jobs/2603131 1 Come learn from some amazing colleagues!
We’re mainly looking for people in the USA or Germany, but if you’re from elsewhere and already invested in the HoloViz ecosystem, go ahead and apply anyway and we’ll see if we could make it work.
hv.__version__='1.14.1', bokeh.__version__='2.3.0', panel.__version__='0.10.2'
AttributeError [Call holoviews.ipython.show_traceback() for details]
'str' object has no attribute 'dataspecs'