Maxime Liquet

Results 828 comments of Maxime Liquet

When you download pythonnet through the pythonnet channel, you get the 2.3 version, while you get the 2.4 version with pip. Different versions, hence different behaviours apparently, that's why your...

Here are a few useful links: http://doc.mikepoweredbydhi.help/webhelp/2017/DHI_DFS/html/N_.htm http://doc.mikepoweredbydhi.help/webhelp/2017/DHI_PFS/html/N_DHI_PFS.htm http://doc.mikepoweredbydhi.help/webhelp/2017/DHI_Projections/html/N_DHI_Projections.htm https://github.com/DHI

> in other scenarios we do treated un-annotated methods as if they depended on all parameters Does anyone remember the rationale for this behavior? (I'd rather have to type something...

@MarcSkovMadsen can you quantify how inefficient `param.depends` is?

Hi @bersbersbers, thanks for reporting that :) > Python 3.11 imports in ~0.03s, while Python 3.12 imports in ~0.3s, which is an order of magnitude slower Unfortunately, I cannot reproduce...

@bryevdv sorry to ping you, I just wanted to ask your opinion on this? `conda` does not fully respect PEP440 there, would it be ok for bokeh to release packages...

Hi @iuryt, Thanks for opening this issue. I'm not sure I ever used the *Code console* in Jupyter Lab :) ! I also thought I was just a regular IPython...

I moved this issue from hvPlot to here. I have no clue whether supporting full interactivity in the Jupyter Lab [Code Console](https://jupyterlab.readthedocs.io/en/latest/user/code_console.html) is possible 🙃 - Console code: https://github.com/jupyterlab/jupyterlab/tree/main/packages/console -...

Yes, maybe there's a way to detect when the code is executed from within the Code Console and log/warn about the limited support.