Cyrille Rossant
Cyrille Rossant
Wanna make a new PR? 🙏
do you get specific error messages? Are you trying with the system Python or with a conda environment?
consider the distributed branch as a scratchpad for me that is currently not usable by anyone else.. (it could actually be a private repo) for the main branch, are the...
Hi Wolfgang, thank you for raising this issue. Would you consider submitting a pull request to fix this? I'll quickly test it and merge if it works for me!
@djhoese so can we actually replace by `python3 -m pip install -e .` without the `--user`? I admit I'm not sure why this is here. This part of Python has...
The current version is still highly experimental and will be superseded by a new version in the next months. I won't have the bandwidth to do much user support on...
> If i publish to my own channel, i'm essentially saying that the only user is "me" on my various environments. No communicating with other users. But can we still...
Yes, I agree. I think the build processes should be relatively similar.
You'll find some bits here: https://github.com/datoviz/prototypes/blob/main/currently-broken/surface.py https://github.com/datoviz/datoviz/blob/main/src/mesh.c#L308 https://github.com/datoviz/datoviz/blob/main/src/mesh.c#L209 The idea is to generate a regular triangulation of a 2D grid, with the height z of each vertex depending on x,...
I have never tested ipymd with jupyterlab, I'm sure it wouldn't be too complicated to fix it. Is there any error message or warning in the console when you open...