Skip to content

Instantly share code, notes, and snippets.

@adamatan
Created December 21, 2019 22:55
Show Gist options
  • Save adamatan/9a2c3c298e14f5908ec1819dc58a50b0 to your computer and use it in GitHub Desktop.
Save adamatan/9a2c3c298e14f5908ec1819dc58a50b0 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://repo.dev.wixpress.com/artifactory/api/pypi/pypi-local/simple, https://pypi.python.org/simple\n",
"Requirement already satisfied: pandas in /usr/local/lib/python3.7/site-packages (0.25.3)\n",
"Collecting plotly\n",
"\u001b[?25l Downloading https://files.pythonhosted.org/packages/8e/ce/6ea5683c47b682bffad39ad41d10913141b560b1b875a90dbc6abe3f4fa9/plotly-4.4.1-py2.py3-none-any.whl (7.3MB)\n",
"\u001b[K |████████████████████████████████| 7.3MB 505kB/s eta 0:00:01\n",
"\u001b[?25hRequirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas) (2019.3)\n",
"Requirement already satisfied: python-dateutil>=2.6.1 in /Users/adamatan/Library/Python/3.7/lib/python/site-packages (from pandas) (2.8.0)\n",
"Requirement already satisfied: numpy>=1.13.3 in /usr/local/lib/python3.7/site-packages (from pandas) (1.16.4)\n",
"Requirement already satisfied: six in /Users/adamatan/Library/Python/3.7/lib/python/site-packages (from plotly) (1.12.0)\n",
"Collecting retrying>=1.3.3\n",
" Downloading https://files.pythonhosted.org/packages/44/ef/beae4b4ef80902f22e3af073397f079c96969c69b2c7d52a57ea9ae61c9d/retrying-1.3.3.tar.gz\n",
"Building wheels for collected packages: retrying\n",
" Building wheel for retrying (setup.py) ... \u001b[?25ldone\n",
"\u001b[?25h Created wheel for retrying: filename=retrying-1.3.3-cp37-none-any.whl size=11429 sha256=647e563804b2a1dcae34ccf0b4b56fe7ccd28db44d208d981ce8f4fba8d3eeaa\n",
" Stored in directory: /Users/adamatan/Library/Caches/pip/wheels/d7/a9/33/acc7b709e2a35caa7d4cae442f6fe6fbf2c43f80823d46460c\n",
"Successfully built retrying\n",
"Installing collected packages: retrying, plotly\n",
"Successfully installed plotly-4.4.1 retrying-1.3.3\n"
]
},
{
"data": {
"text/html": [
" <script type=\"text/javascript\">\n",
" window.PlotlyConfig = {MathJaxConfig: 'local'};\n",
" if (window.MathJax) {MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n",
" if (typeof require !== 'undefined') {\n",
" require.undef(\"plotly\");\n",
" define('plotly', function(require, exports, module) {\n",
" /**\n",
"* plotly.js v1.51.2\n",
"* Copyright 2012-2019, Plotly, Inc.\n",
"* All rights reserved.\n",
"* Licensed under the MIT license\n",
"*/\n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment