Skip to content

Commit efa588f

Browse files
committed
update settings
1 parent f1cdffb commit efa588f

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ dist/
22
**/__pycache__
33
.pytest_cache/
44
.ipynb_checkpoints/
5+
.virtual_documents/
56
.env

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ run:
1818
poetry run python main.py
1919

2020
notebook:
21+
pip install jupyterlab-requirements
2122
jupyter lab boilingdata.ipynb

boilingdata.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
"source": [
7272
"## Data Sets shared to/from you\n",
7373
"\n",
74+
"**NOTE**: This is just an example output for demo@boilingdata.com user. For your own Boiling user, the result list is empty, unless somebody has shared a data set to you or you have shared data set for somebody else.\n",
75+
"\n",
7476
"To get a list of Data Sets shared to you, you can call the code below. It may be that you don't have any data sets shared to you or you have not shared any for others (no results)."
7577
]
7678
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["Dan Forsberg <dan@boilingdata.com>"]
99
readme = "README.md"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.9"
12+
python = "^3.10"
1313
boto3 = "^1.29.1"
1414
asyncio = "^3.4.3"
1515
botocore = "^1.32.1"

0 commit comments

Comments
 (0)