Brief out how PYNQ Z2 works with Python

Please help me in understanding the following.

How does PYNQ Z2 work over Jupyter notebook. API, OS Image, Network etc.
Is logical fabric taken for using Python or its just the ARM processor?

Thanks.

I don’t really know what you are asking other than “Explain PYNQ”.
I’d suggest you start here:

Have a look at “Getting Started” and read through the documentation.

If you have questions, or something is unclear, post back with a specific question.

Cathal

Thanks and Sorry,
Its reframed here.

For running Python in PYNQ-Z2, does Programmable Logic(PL) take part or is it just Processing System (PS) ?

Python only runs on the PS (Arm). It can be used to control IP in the PL.

Cathal