diff --git a/.gitignore b/.gitignore index 50fa824963..53d5236745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ .env -.learn \ No newline at end of file +.learn +.venv \ No newline at end of file diff --git a/src/explore.ipynb b/src/explore.ipynb index a323483c59..3443d48424 100644 --- a/src/explore.ipynb +++ b/src/explore.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Explore here" + "## Test commit" ] }, { @@ -12,14 +12,12 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [ - "# Your code here" - ] + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3.8.13 64-bit ('3.8.13')", + "display_name": ".venv", "language": "python", "name": "python3" }, @@ -33,14 +31,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.13" + "version": "3.11.9" }, - "orig_nbformat": 4, - "vscode": { - "interpreter": { - "hash": "110cc1dee26208153f2972f08a2ad52b6a56238dc66d48e87fb757ef2996db56" - } - } + "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2