Not able to see the logs

I am using blueshift to backtest strategy

When using

print('Test')



not able to see this in log. can you let me know 

def handle_data(context, data):
    """
    A function to define things to do at every bar
    """
    print('Test')

Also when pressing ctrl + space always it says "No Suggestions"

Please help me.

I could not reproduce your error. The above code does print, the print output will be in the 'Logs' tab at the bottom of the right hand panel.



The suggestions will not work, auto-suggestion is turned off on the platform at presen. We have a planned workstream to add this in future.