mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 10:05:09 -05:00
version 1.0.43
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License
|
||||
|
||||
# Very simple script to demonstrate run in environment
|
||||
# Print message passed in as environment variable
|
||||
import os
|
||||
|
||||
print(os.environ.get("MESSAGE"))
|
||||
Reference in New Issue
Block a user