Brian Larsen

Results 15 comments of Brian Larsen

For fun, I tried the example provided above and I get the same results with recently updated versions: holoviews 1.14.3 bokeh 2.3.1 datashader 0.12.1 python 3.8.8 jupyterlab 3.0.14 If I...

I really like this idea, and was doing some quick digging. I came across [Jupytext](https://github.com/mwouts/jupytext) which may help. The following converts the .konchrc file to a notebook: `konchrc = jupytext.readf('.konchrc',...

I just learned that IPython (and Jupyter) use [Traitlets](https://traitlets.readthedocs.io/en/stable/). > Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and ‘on change’...

Thanks for the response @noviluni. As mentioned, I have created separate issues #949 and #950 to track the side note comments I made above. If I find some time, I...

@iameskild, just a quick heads-up that this change does have the effect of limiting available IP addresses, which limits the number of concurrent workers.

@zkaimuldenov-bc, This seems to work already as a feature of the TOML spec, as can be seen in the docs here: https://toml.io/en/v1.0.0#array

I submitted an update to the winget package. After running into some issues with WingetCreate, I tried KOMAC, the tool utilized by `winget-releaser` GitHub Action mentioned above, and it worked...

I submitted another update to the winget package. Komac makes it really easy to do, but it would be nice to have it included in GitHub Actions so that it...

@iameskild, I think this same configuration needs to also be applied to the Node Group for user instances as well, since there is significant data transfer between user instances and...

I agree that this would be a nice feature to have, although preferably at the fsspec level for consistency with other providers. I am not sure how well that would...