|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "#Plotly for Python User Guide" |
| 8 | + ] |
| 9 | + }, |
| 10 | + { |
| 11 | + "cell_type": "code", |
| 12 | + "execution_count": null, |
| 13 | + "metadata": { |
| 14 | + "collapsed": true |
| 15 | + }, |
| 16 | + "outputs": [], |
| 17 | + "source": [] |
| 18 | + }, |
| 19 | + { |
| 20 | + "cell_type": "code", |
| 21 | + "execution_count": null, |
| 22 | + "metadata": { |
| 23 | + "collapsed": true |
| 24 | + }, |
| 25 | + "outputs": [], |
| 26 | + "source": [] |
| 27 | + }, |
| 28 | + { |
| 29 | + "cell_type": "code", |
| 30 | + "execution_count": 2, |
| 31 | + "metadata": { |
| 32 | + "collapsed": false |
| 33 | + }, |
| 34 | + "outputs": [ |
| 35 | + { |
| 36 | + "data": { |
| 37 | + "text/html": [ |
| 38 | + "<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />" |
| 39 | + ], |
| 40 | + "text/plain": [ |
| 41 | + "<IPython.core.display.HTML object>" |
| 42 | + ] |
| 43 | + }, |
| 44 | + "metadata": {}, |
| 45 | + "output_type": "display_data" |
| 46 | + }, |
| 47 | + { |
| 48 | + "data": { |
| 49 | + "text/html": [ |
| 50 | + "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">" |
| 51 | + ], |
| 52 | + "text/plain": [ |
| 53 | + "<IPython.core.display.HTML object>" |
| 54 | + ] |
| 55 | + }, |
| 56 | + "metadata": {}, |
| 57 | + "output_type": "display_data" |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "stdout", |
| 61 | + "output_type": "stream", |
| 62 | + "text": [ |
| 63 | + "Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n", |
| 64 | + "\u001b[33mYou are using pip version 7.1.2, however version 8.0.2 is available.\r\n", |
| 65 | + "You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\r\n" |
| 66 | + ] |
| 67 | + } |
| 68 | + ], |
| 69 | + "source": [ |
| 70 | + "from IPython.display import display, HTML\n", |
| 71 | + "\n", |
| 72 | + "display(HTML('<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />'))\n", |
| 73 | + "display(HTML('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">'))\n", |
| 74 | + "\n", |
| 75 | + "! pip install publisher --upgrade\n", |
| 76 | + "import publisher\n", |
| 77 | + "publisher.publish(\n", |
| 78 | + " 'user-g.ipynb', 'python/user-g', 'Getting Started Plotly for Python',\n", |
| 79 | + " 'Getting Started with Plotly for Python',\n", |
| 80 | + " title = 'Getting Started Plotly for Python',\n", |
| 81 | + " thumbnail='', language='python',\n", |
| 82 | + " layout='getstart', has_thumbnail='false') " |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "cell_type": "code", |
| 87 | + "execution_count": null, |
| 88 | + "metadata": { |
| 89 | + "collapsed": true |
| 90 | + }, |
| 91 | + "outputs": [], |
| 92 | + "source": [] |
| 93 | + } |
| 94 | + ], |
| 95 | + "metadata": { |
| 96 | + "kernelspec": { |
| 97 | + "display_name": "Python 2", |
| 98 | + "language": "python", |
| 99 | + "name": "python2" |
| 100 | + }, |
| 101 | + "language_info": { |
| 102 | + "codemirror_mode": { |
| 103 | + "name": "ipython", |
| 104 | + "version": 2 |
| 105 | + }, |
| 106 | + "file_extension": ".py", |
| 107 | + "mimetype": "text/x-python", |
| 108 | + "name": "python", |
| 109 | + "nbconvert_exporter": "python", |
| 110 | + "pygments_lexer": "ipython2", |
| 111 | + "version": "2.7.11" |
| 112 | + } |
| 113 | + }, |
| 114 | + "nbformat": 4, |
| 115 | + "nbformat_minor": 0 |
| 116 | +} |
0 commit comments