Reinert Huseby Karlsen

Results 9 comments of Reinert Huseby Karlsen

Would be amazing to have it available on pypi to install directly with pip in an environment without the need for the manual setup with the downloaded binary. Especially missing...

I have the same problem, and looking at deadlines for other miners I can see they have the same issues. I don't think it has to do with the plot...

Can you try with the following environment? conda create -c conda-forge -n myenv spyder-kernels conda activate myenv conda config --env --add channels conda-forge conda config --env --set channel_priority strict Now...

I suspect that this is caused by the white-space in your Windows user name (path under C:\Users\). For example, I know that miniforge/mambaforge won't even allow users to install when...

If you want plotly figures for their interactivity I think you need to use the browser renderer. Either with overriding default renderer: ```python import plotly.graph_objects as go go.Figure(go.Scatter(x=[1,2], y=[1,2])).show(renderer='browser') ```...

> Hey @rhkarls, thanks for reporting. I think this is a problem with IPython 8.15, so could you downgrade to 8.14 and try again? Indeed, downgrading to 8.14 works for...

Thanks! And I want to add that the debugging plugin is such an amazing improvement for Spyder, great stuff! With 6a3 it works as expected with python 3.10 using both...

In case it helps: as far as I can see this error remains on 6.0.0a5 and spyder-kernels 3.0.0b5 _if_ Spyder is installed in an env with python 3.10. When Spyder...

I'm also very interested in this, and using this CC wrapper in environments outside the one shipped with the plugin with the new CC 2.13.0 (cool to see the plugin...