sengkchu
New Contributor III

Got it working @Renu_  

I needed to add the permissions in my notebook as I am on serverless. 

import os
path = "/local_disk0/.ephemeral_nfs/envs/{Python_Env_instance}/bin/deno"
os.chmod(path, 0o777)

View solution in original post