Running an executable notebook from command line

Hello

I have a notebook that run whithouyt any issue on jupyter

after export it to an excutable script , i tried to run it from command line
but I get the following error :

import pynq
ImportError: No module named pynq

will be happy for some help :slight_smile:

Thanks
Shalom

You need to run as Python 3.

Cathal

Thank you very much
I will try

Shalom