diff --git a/python/hal9.ipynb b/python/hal9.ipynb index 7881b53b..4b939c97 100644 --- a/python/hal9.ipynb +++ b/python/hal9.ipynb @@ -1,6 +1,6 @@ { "cells": [ - { + { "cell_type": "code", "source": [ "!pip install hal9" @@ -40,12 +40,12 @@ "execution_count": null, "outputs": [] } - ], - "metadata": { + ], + "metadata": { "language_info": { - "name": "python" + "name": "python" } - }, - "nbformat": 4, - "nbformat_minor": 2 + }, + "nbformat": 4, + "nbformat_minor": 2 } \ No newline at end of file diff --git a/python/hal9/templates/openai/app.py b/python/hal9/templates/openai/app.py index 71650dbd..9019c26b 100644 --- a/python/hal9/templates/openai/app.py +++ b/python/hal9/templates/openai/app.py @@ -1,4 +1,2 @@ -import sys - name = input("What's your name? ") print(f"Hello {name}") diff --git a/python/pyproject.toml b/python/pyproject.toml index 20d69af4..490a3016 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hal9" -version = "2.0.9" +version = "2.1.0" description = "" authors = ["Javier Luraschi "] readme = "README.md"