gcc query.c -o query
Check the instructions for running a single query
Install and run jupyter-lab:
pip install jupyterlab
jupyter lab
The notebook will install the rest of the requirements
Set the ip address of the fpga device on the ipynb file.
Add the following configuration to your .ssh/config file:
Host 10.210.1.*
User root
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa