diff --git a/week4/community-contributions/python_to_cpp_translator.ipynb b/week4/community-contributions/python_to_cpp_translator.ipynb index 7106818..baf38e7 100644 --- a/week4/community-contributions/python_to_cpp_translator.ipynb +++ b/week4/community-contributions/python_to_cpp_translator.ipynb @@ -26,18 +26,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "\u001b[2mResolved \u001b[1m267 packages\u001b[0m \u001b[2min 10ms\u001b[0m\u001b[0m\n", - "\u001b[2mAudited \u001b[1m243 packages\u001b[0m \u001b[2min 467ms\u001b[0m\u001b[0m\n" - ] - } - ], + "outputs": [], "source": [ "!uv add openai anthropic python-dotenv google-generativeai\n", "#!pip install openai anthropic python-dotenv google-generativeai"