I just tried to create a small shortcut to activate a conda env and run jupyter notebook. But I can't run it by double clicking.
I added chmod +x and changed the behaviour in nautilus (as recommended here). Nothing happens.
The script only contains
source activate tensorflow
jupyter notebook
Later I added #! /bin/bash but that didn't help either.
When I run the script from terminal with source myscript.sh it works fine.
Edit
This is not a duplicate. I've read that thread and did what was recommend ( as I've pointed out above) but this doesn't work for me.