Skip to content

Commit

Permalink
add notebook example
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 15, 2024
1 parent bf9ca42 commit 67c5fa1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions python/hal9.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install hal9\n",
"!hal9 create my-project\n",
"!hal9 deploy my-project\n",
]
},
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.0.6"
version = "2.0.7"
description = ""
authors = ["Javier Luraschi <javier@hal9.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 67c5fa1

Please sign in to comment.