when I write in cell
set('hello')
it raises error 'tuple' object is not callable
when I write in cell
set('hello')
it raises error 'tuple' object is not callable
To set an env variable in a jupyter notebook, just use a % magic commands, either %env or %set_env , e.g., %env VAR = VALUE or %env VAR VALUE .