Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoretto committed Jun 10, 2020
1 parent 6ebbbbb commit 09396cb
Showing 1 changed file with 5 additions and 73 deletions.
78 changes: 5 additions & 73 deletions VESPUCCI_with_pyCOMPASS_use_case_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,14 @@
"provenance": [],
"collapsed_sections": [],
"toc_visible": true,
"authorship_tag": "ABX9TyORGxEkkasmrXzCG60p0r+c",
"include_colab_link": true
"authorship_tag": "ABX9TyPxBcZ8vm0x6DrJkDnhaopc"
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/marcomoretto/VESPUCCI/blob/master/VESPUCCI_with_pyCOMPASS_use_case_1.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -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",
Expand Down

0 comments on commit 09396cb

Please sign in to comment.