From f9775f16e439d695cd8a8abf8cfbc0c757a10608 Mon Sep 17 00:00:00 2001 From: Amber Gupta Date: Fri, 7 Jan 2022 12:30:39 -0600 Subject: [PATCH 1/2] Adds test file to notebook --- test.ipynb | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test.ipynb diff --git a/test.ipynb b/test.ipynb new file mode 100644 index 0000000..115af72 --- /dev/null +++ b/test.ipynb @@ -0,0 +1,54 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "e8450913-6304-409f-894f-f37dce3842ef", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "1" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "1*1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "ff3daaa0-65ae-4539-8d79-e86582ead323", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From 6237311ce3e5e27fcea59c0c64578e6366b864a5 Mon Sep 17 00:00:00 2001 From: Amber Gupta Date: Fri, 7 Jan 2022 12:45:14 -0600 Subject: [PATCH 2/2] These changes are from Ambers WS --- README.md | 3 ++- Tutorial.ipynb | 8 +++++--- test.ipynb | 23 ++++++++++++++++++++++- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65e2474..637289a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ### rmotr.com # Data Science with Python Course -This material is created for our [Data Science with Python Course](https://rmotr.com/data-science-python-course) \ No newline at end of file +This material is created for our [Data Science with Python Course](https://rmotr.com/data-science-python-course) +This has Amber's changes too \ No newline at end of file diff --git a/Tutorial.ipynb b/Tutorial.ipynb index 32ceb28..75d6b65 100644 --- a/Tutorial.ipynb +++ b/Tutorial.ipynb @@ -522,6 +522,8 @@ "source": [ "## Final words and how to get help\n", "\n", + "And I am done\n", + "\n", "That's it! It's your time now to start working and playing around with jupyter lab and Notebooks.ai. This product is in an early stage, so we'd love to receive all your feedback and suggestions. If you need help or ideas for us to implement, create an issue in the following replo: [https://github.com/notebooks-ai/notebooks-help](https://github.com/notebooks-ai/notebooks-help). It'll be highly appreciated!" ] }, @@ -535,7 +537,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -549,9 +551,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.8" + "version": "3.9.7" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 } diff --git a/test.ipynb b/test.ipynb index 115af72..75bdd3b 100644 --- a/test.ipynb +++ b/test.ipynb @@ -23,9 +23,30 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "ff3daaa0-65ae-4539-8d79-e86582ead323", "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "2 + 2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8aff457d-8023-423c-ac10-cbdac1a55cd4", + "metadata": {}, "outputs": [], "source": [] }