Man Python

Results 135 comments of Man Python

And you know well about: https://github.com/py2exe/py2exe/issues/158#issuecomment-1306298398

All who have problem around should check option `c.KernelManager.transport = "ipc"`

@basnijholt for me still working, but I not changed anything around env, lobs, etc.

@basnijholt I think taht Your case is diffrent coz you use jupyter? Right? Try outside jupyter. For jupyter you need management around extensions propably.

I made this steps: ``` python -m pip install --config-settings="--global-option=build_ext" ` --config-settings="--global-option=-IC:\Program Files\Graphviz\include" ` --config-settings="--global-option=-LC:\Program Files\Graphviz\lib" ` pygraphviz ``` Then ``` Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934...