Skip to content

Instantly share code, notes, and snippets.

@myui
Created February 19, 2024 09:15
Show Gist options
  • Save myui/d462fdac9dc1d3e11609050a51f963db to your computer and use it in GitHub Desktop.
Save myui/d462fdac9dc1d3e11609050a51f963db to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "17f269fa",
"metadata": {},
"outputs": [],
"source": [
"import os\n",
" \n",
"# printing environment variables\n",
"print(os.environ)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.17"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment