Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Mar 28, 2024
1 parent 342fdbe commit 9cf032e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Build and run the image using the `docker-compose.yml` file:
docker-compose build --no-cache
docker compose up --build
```
> Add authentication if running this on a server which is accessible to others, see https://jupyter-notebook.readthedocs.io/en/stable/security.html
> 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)
### 3. Use your notebook
Navigate to `http://localhost:8888` and run your StackQL commands! Use the sample notebook files included in the Jupyter workspace in the image.
Expand Down
4 changes: 1 addition & 3 deletions notebooks/aws/aws.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"f"
]
"source": []
}
],
"metadata": {
Expand Down
9 changes: 9 additions & 0 deletions notebooks/github/github.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"source": [
"stackql_df.plot(kind='line', title='Commit History', x='commit_date', y='num_commits')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# get commits by author"
]
}
],
"metadata": {
Expand Down

0 comments on commit 9cf032e

Please sign in to comment.