Pending changes exported from your codespace

This commit is contained in:
behicof 2025-05-08 13:01:20 +00:00
parent e143600af3
commit 32c37ef0ea
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.azure-account"
]
}
}
}

View File

@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"DockerRun.DisableDockerrc": true
}

33
Untitled.ipynb Normal file
View File

@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "994f67e0-ce39-492f-bb9a-088f7885c1d6",
"metadata": {},
"outputs": [],
"source": []
}
],
"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.12.1"
}
},
"nbformat": 4,
"nbformat_minor": 5
}