Antonello Lobianco
Antonello Lobianco
This just update to the new IPOPT NL modelling API introduced in Ipopt v1.15. It doesn't look at the MUMPS / get_optimizer_attribute issue. Tested with model versions: - v2013R -...
When used according to the documentation: ```julia ipopt = JuMP.optimizer_with_attributes(Ipopt.Optimizer, "print_level"=>0) lin_solve = ma27 base = solve(BasePrice, v2016R(), optimizer = ipopt, linear_solver = lin_solve) ``` I get the error: ```...
Following [this Discourse thread](https://discourse.julialang.org/t/how-to-load-a-raster-of-a-nc-file-with-multiple-monthly-bands/126487/3) I have "chelsa_monthly_precipitations_2014.nc" file, a NC datasets with monthly precipitation data and can't load it into a vector of `Raster` or a `RasterStack` object. This is...
When trying to stack a df where a column name is "variable", the `stack` command suggests to use "makeunique", but then this lead to an error: ```julia julia> df =...
Hello, I would like to obtain something similar to #2166 , but where the output is always shown and the code is in a collapsible (html details) "Show code" block....
Hi there, I created a environmant.yml for lunching the notebooks on mybinder.org with all the modules used in the two files.. I think it would be much more interesting for...
Let's say you have 60 photos on New York. At high-level scales, they appear as a single folder. Then you click them, and you get automatically zoomed in and see...
I have a CSV file (43GB original version from [here](https://zenodo.org/records/8269680/files/MYRIAD-HES.zip?download=1) and [here](https://nc.beta-lorraine.fr/s/nfxfykaHo9QRykT/download) a reduced 10MB, 10 rows version, produced with `head -n10`) where one field is a MULTIPOLYGON that can...
I have a JupyterHub multi-user server, installed with pip (no docker) I have pip-installed jupyter-remote-desktop-proxy and all the apt required packages. And now?