Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use os.environ dictionary to set environment variables (#2138)
%export ENVIRONMENT_VARIABLE could led to "UsageError: Line magic function `%export` not found." os.environ dictionary seems to be more generic and reuses the approach from other StreamPipes Python tutorials.
- Loading branch information