Skip to content

Commit 00c7b9f

Browse files
committed
Added GH codespaces
1 parent 6b47458 commit 00c7b9f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "crdb-sql-audit",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.11",
4+
"postCreateCommand": "pip install .",
5+
"customizations": {
6+
"vscode": {
7+
"settings": {
8+
"python.defaultInterpreterPath": "/usr/local/bin/python"
9+
},
10+
"extensions": [
11+
"ms-python.python",
12+
"ms-toolsai.jupyter"
13+
]
14+
}
15+
}
16+
}
17+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Python version](https://img.shields.io/pypi/pyversions/crdb-sql-audit)](https://pypi.org/project/crdb-sql-audit/)
33
[![License](https://img.shields.io/pypi/l/crdb-sql-audit)](https://pypi.org/project/crdb-sql-audit/)
44
[![Build status](https://github.com/viragtripathi/crdb-sql-audit/actions/workflows/python-ci.yml/badge.svg)](https://github.com/viragtripathi/crdb-sql-audit/actions)
5-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/viragtripathi/crdb-sql-audit/HEAD?filepath=notebooks%2Fdemo_crdb_sql_audit_binder.ipynb)
5+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=viragtripathi/crdb-sql-audit&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json)
66

77
# crdb-sql-audit
88

@@ -223,4 +223,4 @@ python tests/test_runner.py
223223

224224
---
225225

226-
📓 [Try it in a Jupyter notebook](notebooks/demo_crdb_sql_audit_binder.ipynb)
226+
📓 [Try it in a Jupyter notebook](notebooks/demo_crdb_sql_audit.ipynb)
File renamed without changes.

0 commit comments

Comments
 (0)