Josh Dorrington

Results 12 comments of Josh Dorrington
trafficstars

I have this same problem, the linter doesn't launch and the options in the view menu are greyed out: jupyterlab 3.2.9 jupyterlab-flake8 0.7.1 flake8 4.0.1 On the offchance it makes...

OK thanks Stephan, Just to clarify, these seemed to be the requirements of neuralgcm specifically (jaxlib>=4.27 and Python>=3.10) which is why I asked here. I'll take my question over to...

I have just noted that this is a problem with the contourf function, but does not occur when using pcolormesh: ``` projs=[ccrs.PlateCarree(),ccrs.Mollweide(),\ ccrs.Orthographic(0,90),ccrs.NearsidePerspective(central_latitude=50,central_longitude=-20)] for i,proj in enumerate(projs): ax=plt.subplot(4,1,i+1,projection=proj) ax.coastlines() plot=iplt.pcolormesh(cube,...

Its both the server and the browser: notebooks don't load, and the file navigator panel stops working. I guess because the app is hitting our server's max RAM usage. Here's...

I can try, can you recommend a version to test with which should have no issues?

OK, I've just reproduced in a clean environment, running Python 3.12 and jupyterlab=4.0. Relevant packages here: ``` jupyter-lsp 2.2.5 pyhd8ed1ab_0 conda-forge jupyter_client 8.6.2 pyhd8ed1ab_0 conda-forge jupyter_core 5.7.2 py312h7900ff3_0 conda-forge jupyter_events...

Although i see that is using the same jupyter-server version as before, 2.27. I will try an older version as well

I can also reproduce for the following slightly downgraded versions of both jupyter_server and jupyterlab_server: ``` jupyter-lsp 2.2.5 pyhd8ed1ab_0 conda-forge jupyter_client 8.6.2 pyhd8ed1ab_0 conda-forge jupyter_core 5.7.2 py312h7900ff3_0 conda-forge jupyter_events 0.10.0...

Is there anything I can do to trace what exactly jupyter is grabbing all this memory for? Might help to debug

Thanks, also, do you think I should crosspost this issue to jupyter-server directly?