From bdaf235c04c903ca5bcd9e9fadcde5e4e802fe81 Mon Sep 17 00:00:00 2001 From: vezilka Date: Mon, 29 Jun 2026 18:33:00 +0000 Subject: [PATCH] Add starter notebook --- starter.ipynb | 1 + 1 file changed, 1 insertion(+) create mode 100644 starter.ipynb diff --git a/starter.ipynb b/starter.ipynb new file mode 100644 index 0000000..be323d6 --- /dev/null +++ b/starter.ipynb @@ -0,0 +1 @@ +{"cells":[{"cell_type":"markdown","metadata":{},"source":["# Intro to ML — Starter\n","\n","Run the cell below to confirm your environment."]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":["print(\"Hello VEZILKA — your notebook works!\")"]}],"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"}},"nbformat":4,"nbformat_minor":5} \ No newline at end of file