Hello.
I have the pynq 2.3 image loaded on my pynq-z2. Jupyter only enables me to create a new “Python 3” notebook and when i display the python kernel it shows me
from platform import python_version
print(python_version())
->3.6.5
Is there a way to change it to 3.7? (i have it installed already and can run it with python3.7) i need to use a library that is builded to 3.7 but no for 3.6.5 and i cant import it.
Or is a way to run the jupyter notebooks with 3.7 and not 3.6.5?