From 09396cbce6bc360d3cee08752306efa76578a3aa Mon Sep 17 00:00:00 2001 From: Marco Moretto Date: Wed, 10 Jun 2020 16:10:43 +0200 Subject: [PATCH] Created using Colaboratory --- VESPUCCI_with_pyCOMPASS_use_case_1.ipynb | 78 ++---------------------- 1 file changed, 5 insertions(+), 73 deletions(-) diff --git a/VESPUCCI_with_pyCOMPASS_use_case_1.ipynb b/VESPUCCI_with_pyCOMPASS_use_case_1.ipynb index 09ef667..f6b419c 100644 --- a/VESPUCCI_with_pyCOMPASS_use_case_1.ipynb +++ b/VESPUCCI_with_pyCOMPASS_use_case_1.ipynb @@ -7,8 +7,7 @@ "provenance": [], "collapsed_sections": [], "toc_visible": true, - "authorship_tag": "ABX9TyORGxEkkasmrXzCG60p0r+c", - "include_colab_link": true + "authorship_tag": "ABX9TyPxBcZ8vm0x6DrJkDnhaopc" }, "kernelspec": { "name": "python3", @@ -16,16 +15,6 @@ } }, "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "view-in-github", - "colab_type": "text" - }, - "source": [ - "\"Open" - ] - }, { "cell_type": "markdown", "metadata": { @@ -45,70 +34,13 @@ "metadata": { "id": "TShLgSf8GH-F", "colab_type": "code", - "outputId": "dcdbc21e-abf8-4c72-da91-1f07db20cb23", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 595 - } + "colab": {} }, "source": [ - "!pip install pycompass==0.5.13" + "#!pip install pycompass==0.5.13" ], - "execution_count": 1, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Collecting pycompass==0.5.13\n", - " Downloading https://files.pythonhosted.org/packages/68/c7/a2ae02e4685faf133e0f2b4d1df16e34e9aea32e36535f849b90a9d0774d/pyCOMPASS-0.5.13-py3-none-any.whl\n", - "Collecting requests==2.21.0\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB)\n", - "\u001b[K |████████████████████████████████| 61kB 4.4MB/s \n", - "\u001b[?25hCollecting numpy==1.16.0\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/7b/74/54c5f9bb9bd4dae27a61ec1b39076a39d359b3fb7ba15da79ef23858a9d8/numpy-1.16.0-cp36-cp36m-manylinux1_x86_64.whl (17.3MB)\n", - "\u001b[K |████████████████████████████████| 17.3MB 237kB/s \n", - "\u001b[?25hRequirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests==2.21.0->pycompass==0.5.13) (1.24.3)\n", - "Collecting idna<2.9,>=2.5\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)\n", - "\u001b[K |████████████████████████████████| 61kB 7.1MB/s \n", - "\u001b[?25hRequirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests==2.21.0->pycompass==0.5.13) (2020.4.5.1)\n", - "Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests==2.21.0->pycompass==0.5.13) (3.0.4)\n", - "\u001b[31mERROR: umap-learn 0.4.4 has requirement numpy>=1.17, but you'll have numpy 1.16.0 which is incompatible.\u001b[0m\n", - "\u001b[31mERROR: google-colab 1.0.0 has requirement requests~=2.23.0, but you'll have requests 2.21.0 which is incompatible.\u001b[0m\n", - "\u001b[31mERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible.\u001b[0m\n", - "\u001b[31mERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.\u001b[0m\n", - "Installing collected packages: idna, requests, numpy, pycompass\n", - " Found existing installation: idna 2.9\n", - " Uninstalling idna-2.9:\n", - " Successfully uninstalled idna-2.9\n", - " Found existing installation: requests 2.23.0\n", - " Uninstalling requests-2.23.0:\n", - " Successfully uninstalled requests-2.23.0\n", - " Found existing installation: numpy 1.18.5\n", - " Uninstalling numpy-1.18.5:\n", - " Successfully uninstalled numpy-1.18.5\n", - "Successfully installed idna-2.8 numpy-1.16.0 pycompass-0.5.13 requests-2.21.0\n" - ], - "name": "stdout" - }, - { - "output_type": "display_data", - "data": { - "application/vnd.colab-display-data+json": { - "pip_warning": { - "packages": [ - "idna", - "numpy", - "requests" - ] - } - } - }, - "metadata": { - "tags": [] - } - } - ] + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown",