harrylojames
harrylojames
Hi, Looks like a really interesting project. Is it possible to add the MIT License file same as the original implementation? https://github.com/mimbres/neural-audio-fp/blob/main/LICENSE Many thanks, Harry
With 3.5.12 installing rpy2 works. However with 3.5.13 and above I get the following error. Perhaps related to https://github.com/rpy2/rpy2/issues/1084 ``` poetry add [email protected] Updating dependencies Resolving dependencies... (4.2s) Package operations:...
Export a png
It would be great to be able to be able to export a png and have it include the title, subtitle and figcaption as is the case when using the...
JupyterLab doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output. When using the `jsdom` renderer, output is saved...
Hi, In line with having a syntax as close as possible to javascript it would nice to be able to use the shorthand syntax as seen [here](https://observablehq.com/plot/features/scales). ``` import pandas...
Hi, Big fan of this package. Are there any plans to implement load dependent efficiency curves? For example, a link might have a higher efficiency at 80% load than 20%...
Hi, Really excited about the direction of this package. I would like to display the outputs within a static html i.e. one produced with Quarto. I wasn't able to get...
Hi, Would it be possible to have static image export functionality similar to that found in Plotly (https://plotly.com/python/static-image-export/)? - function to export static image - an interactive button to download...
### Before ```python ``` ### After ```python gp = pm.gp.HSGP(m=[25, 25], c=4.0, cov_func=cov_func) f = gp.prior("f", X=X, n_outputs=10) ``` ### Context for the issue: Hi, First of all big fan...