When I try to execute more than an operation using SublimeREPL and Python3 I get :
C:/Users/Name/Anaconda3/envs/keras/python.exe: can't open file '$file_basename': [Errno 2] No such file or directory.
Following this answer I have modified the sublime-settings file adding "default_extend_env": {"PATH": "{PATH};C:/Users/Simone/Anaconda3/envs/keras"}.
I have also add the path C:/Users/Name/Anaconda3/envs/keras/python.exe in Main.sublime-menu file, but I'm still getting the same error message.