Skip to content

Commit 9cf032e

Browse files
committed
new build
1 parent 342fdbe commit 9cf032e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Build and run the image using the `docker-compose.yml` file:
137137
docker-compose build --no-cache
138138
docker compose up --build
139139
```
140-
> Add authentication if running this on a server which is accessible to others, see https://jupyter-notebook.readthedocs.io/en/stable/security.html
140+
> Add authentication if running this on a server which is accessible to others, see [https://jupyter-notebook.readthedocs.io/en/stable/security.html](https://jupyter-notebook.readthedocs.io/en/stable/security.html)
141141
142142
### 3. Use your notebook
143143
Navigate to `http://localhost:8888` and run your StackQL commands! Use the sample notebook files included in the Jupyter workspace in the image.

Diff for: notebooks/aws/aws.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@
183183
"execution_count": null,
184184
"metadata": {},
185185
"outputs": [],
186-
"source": [
187-
"f"
188-
]
186+
"source": []
189187
}
190188
],
191189
"metadata": {

Diff for: notebooks/github/github.ipynb

+9
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
"source": [
5252
"stackql_df.plot(kind='line', title='Commit History', x='commit_date', y='num_commits')"
5353
]
54+
},
55+
{
56+
"cell_type": "code",
57+
"execution_count": null,
58+
"metadata": {},
59+
"outputs": [],
60+
"source": [
61+
"# get commits by author"
62+
]
5463
}
5564
],
5665
"metadata": {

0 commit comments

Comments
 (0)