Could you confirm if you are running the examples in JupyterLab? You can use the JupyterLab interface by appending a ‘/lab’ at the end of your IP address, e.g. 192.168.2.99/lab. For the QPSK example in particular it’s recommended to run from JupyterLab, since the demo uses plotly FigureWidget which is known to sometimes have issues displaying in standard jupyter notebook.
Hi Shawn,
Thanks for the reply. The system was run as per the flow you mentioned in your reply. Surprisingly the FEC example works fine but the QPSK model does not show the graph neither does it show any errors.
Is there any specific version you are working with ?
Hi Vintu,
I assume you’re not seeing problems with FEC because it uses different plotting functions. If you downloaded a ZCU111 PYNQ v2.5 image, and are running JupyterLab the examples should just work out of the box. Are you running the examples from the rfsoc_workshop folder?
Embeder raised a good point about the browser. What kind of browser are you using? The quickstart instructions on the rfsoc_qpsk repo do recommend to use Chrome.