J-M
J-M
Hi @ggogate , I am not sure anymore if I tried Roman's suggestion, I think I did, but I have decided to serve my dashboards over HTTP not HTTPS, which...
This is probably happening at this [line 159 of tupleobject.c in cypthon 3.9](https://github.com/python/cpython/blob/08b640e1575b75aeb605e72cb30c337480055b75/Objects/tupleobject.c#L159C9-L159C30) Also, I can reproduce this issue with f90wrap 0.2.5 on python 3.9. My example was contributed such...
For the interested reader note [this method](https://github.com/jameskermode/f90wrap/pull/94#issuecomment-549765903) to capture the standard output if this is what you need/want to do and may be easier to set up than a callback.
A note to self as I came across a couple of things while exploring. The fastconda repository uses [setuptools-conda](https://github.com/fastai/setuptools-conda), which produces a tarball with shell scripts under the `/bin` directory...
The commit hash is superfluous here; just a habit for repro. I have not tested with scikit-optimize version 0.8.1 (0.9.0 is less than a month old), but it very probably...
I re-discovered that the `ImportError` occurs when one forgets the `.pages` in `solara run mydemo.pages`. This is definitely a gotcha when using solara. `vaex` seems uninstallable with contemporary python envs...
Thanks for opening the discussion. I'll register my interest in using and contributing to it. There is likely an intersect with my "day job" over the coming months. I also...
`from mayavi import mlab` crashes the process. Running on Ubuntu Bionic, headless server, conda environment, Python 3.8.8. Below are more details; none of the things proposed in this thread. I...
Thank you for this suggestion; I'll see if I can set this up soon. My understanding of targeting monikers is rather ad hoc and patchy as I use .NET less...
`gi = GridInterpolation(easting_col='x', northing_col='y')` is the problem line. Trying to design a unit test is complicated by the top entry function taking data paths as agruments. IO should be dealt...