diff --git a/week1/community-contributions/day2_Ollama_Solution.ipynb b/week1/community-contributions/day2_Ollama_Solution.ipynb index 312b114..922d4ef 100644 --- a/week1/community-contributions/day2_Ollama_Solution.ipynb +++ b/week1/community-contributions/day2_Ollama_Solution.ipynb @@ -11,54 +11,10 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "112ef04a-136e-4e65-b94e-8674a64606ed", "metadata": {}, - "outputs": [ - { - "data": { - "text/markdown": [ - "**Summary of Website**\n", - "=========================\n", - "### Overview\n", - "\n", - "The \"Home - Edward Donner\" website is a personal blog hosted by Edward Donner, the co-founder and CTO of Nebula.io. The website shares insights on his professional experiences with AI, particularly in applying LLMs (Large Language Models) to help people discover their potential.\n", - "\n", - "### Recent Developments\n", - "------------------------\n", - "\n", - "* **Courses**: Upcoming online courses, including \"Connecting my courses – become an LLM expert and leader\" and \"The Complete Agentic AI Engineering Course\"\n", - "* **Events**:\n", - "\t+ May 28, 2025: Launch connecting his courses (LLM Expert and Leader)\n", - "\t+ May 18, 2025: 2025 AI Executive Briefing\n", - "\t+ April 21, 2025: AI Executive Briefing\n", - "\t+ January 23, 2025: The Complete Agentic AI Engineering Course\n", - "\n", - "### About the Creator\n", - "-------------------------\n", - "\n", - "* Edward Donner is the co-founder and CTO of Nebula.io.\n", - "* He has experience as a founder and CEO of an AI startup that was acquired in 2021.\n", - "* His interests include DJing, amateur electronic music production, and reading Hacker News.\n", - "\n", - "### Contact Information\n", - "-------------------------\n", - "\n", - "* Email: [ed @ edwarddonner . com](mailto:ed@edwarddonner.com)\n", - "* Website: www.edwarddonner.com\n", - "* Social media links:\n", - "\t+ LinkedIn\n", - "\t+ Twitter\n", - "\t+ Facebook" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "import requests\n", "from bs4 import BeautifulSoup\n", @@ -123,14 +79,6 @@ "\n", "display_summary(\"https://edwarddonner.com\")\n" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "566373e7-8612-4c39-a432-7795cb7d2e6c", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {