From bda153be93921a5c5934b20ba6a1b64734b26b85 Mon Sep 17 00:00:00 2001 From: abhik2415 Date: Wed, 8 Jan 2020 12:08:38 +0530 Subject: [PATCH] Created using Colaboratory --- first_code.ipynb | 85 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 first_code.ipynb diff --git a/first_code.ipynb b/first_code.ipynb new file mode 100644 index 0000000..444b64a --- /dev/null +++ b/first_code.ipynb @@ -0,0 +1,85 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "first_code.ipynb", + "provenance": [], + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "accelerator": "GPU" + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "9z4fPfoqBQHa", + "colab_type": "code", + "outputId": "87d31ee7-abae-43b9-cac2-2346192a8e38", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 53 + } + }, + "source": [ + "import numpy as np\n", + "print (np.__version__)\n", + "import bs4\n", + "print (bs4.__version__)" + ], + "execution_count": 0, + "outputs": [ + { + "output_type": "stream", + "text": [ + "1.17.4\n", + "4.6.3\n" + ], + "name": "stdout" + } + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "0cCX6RdD00am", + "colab_type": "code", + "outputId": "af91e72b-75b2-4cfe-c236-9aa81f7ef50f", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 109 + } + }, + "source": [ + "!pip install -U colorama" + ], + "execution_count": 0, + "outputs": [ + { + "output_type": "stream", + "text": [ + "Collecting colorama\n", + " Downloading https://files.pythonhosted.org/packages/c9/dc/45cdef1b4d119eb96316b3117e6d5708a08029992b2fee2c143c7a0a5cc5/colorama-0.4.3-py2.py3-none-any.whl\n", + "Installing collected packages: colorama\n", + "Successfully installed colorama-0.4.3\n" + ], + "name": "stdout" + } + ] + } + ] +} \ No newline at end of file