{ "info": { "author": "Thorin Tabor", "author_email": "tmtabor@cloud.ucsd.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Jupyter", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "[![Version](https://img.shields.io/pypi/v/genepattern-notebook.svg)](https://pypi.python.org/pypi/genepattern-notebook)\n[![Build](https://travis-ci.org/genepattern/genepattern-notebook.svg?branch=master)](https://travis-ci.org/genepattern/genepattern-notebook)\n[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://genepattern-notebook.org/programmatic/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/genepattern/genepattern-notebook.svg)](https://hub.docker.com/r/genepattern/genepattern-notebook/)\n[![Join the chat at https://gitter.im/genepattern](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/genepattern/genepattern-notebook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nGenePattern Notebook\n====================\n\nThe [GenePattern Notebook](http://www.genepattern-notebook.org) \nenvironment gives GenePattern users the ability to interleave text, graphics, and code with \ntheir GenePattern analyses to create \"notebooks\" that can be edited, shared, and published. \nGenePattern Notebooks are built on the [Jupyter](https://jupyter.org/) environment \nand extend it so that users can take advantage of its ease of use and ability to encapsulate \nan entire scientific research narrative, without the need to write code.\n\n# Installation\n\nFull installation instructions for casual use are detailed on the \n[GenePattern Notebook website](http://www.genepattern-notebook.org/install/). Users should \nalso consider the [GenePattern Notebook Repository](https://notebook.genepattern.org), which \nprovides an install-free cloud deployment of the GenePattern Notebook environment.\n\n## Development Install\n\nThe installation instructions below are intended for developers who want to install the \nproject from PIP or GitHub for the purposes of software development.\n\n### Install Python\n\nIn order to get the GenePattern Notebook working you will first need to install a compatible \nversion of Python. This means you will need Python 3.4+. We recommend using the \n[Anaconda](https://www.anaconda.com/download/#macos) Python distribution. This is \na scientific version of Python that ships with many of the most popular Python packages for \nscience, math and data analysis (ex: NumPy, SciPy, Pandas, Matplotlib, IPython, etc.).\n\n**Note for Mac Users:** Mac comes with Python, but you will need to install a newer version, \nas OSX ships with Python 2.\n\n### Install GenePattern Notebook from GitHub\n\nCopy the contents of genepattern-notebook/extension to your development computer and ensure \nthat the resulting directory if on your Python path. To test this, open Python and try to \n*import genepattern*. If this is successful, you have a copy of the extension available.\n\nIf you don't already have Jupyter installed, you can install it from PIP by running:\n\n> pip install jupyter\n\nFrom here go to the \"Load the GenePattern extension\" step below.\n\n### Install GenePattern Notebook from PIP or Conda\n\nThe easiest way to install GenePattern Notebook is through either PIP or conda. It can be installed by \nexecuting one of the following commands:\n\n> pip install genepattern-notebook\n\n*or*\n\n> conda install -c genepattern genepattern-notebook\n\n### Load the GenePattern extension\n\nIn Jupyter 5.2 and earlier, before you can use the GenePattern extension for the very first time, \nyou need to enable it by running command lines below. \n\nIn Jupyter 5.3 and later this is automatic and there is no need to run these commands.\n\n> jupyter nbextension enable --py widgetsnbextension\n>\n> jupyter nbextension install --py nbtools\n>\n> jupyter nbextension enable --py nbtools\n>\n> jupyter nbextension install --py genepattern\n>\n> jupyter nbextension enable --py genepattern\n>\n> jupyter serverextension enable --py genepattern\n\n### Launch Jupyter\n\nFinally, you may launch Jupyter Notebook by issuing the following command at the terminal:\n\n> jupyter notebook\n\nThis will start up the notebook kernel and launch your web browser pointing to the Notebook.\n\n### Updating GenePattern Notebook\n\nIf you want to update GenePattern Notebook to a more recent version on PIP, run the following \ncommand:\n\n> pip install --upgrade --no-deps genepattern-notebook\n\n# Related Repositories\n\nThe following GitHub repositories contain code or other data related to the GenePattern \nNotebook environment.\n\n* [genepattern-python](https://github.com/genepattern/genepattern-python): The GenePattern \n Library allows for programmatic access to GenePattern from Python, and is used by \n GenePattern Notebook behind the scenes.\n* [nbtool-manager](https://github.com/genepattern/nbtool-manager): The Notebook Tool Manager \n is a tool-agnostic interface and registry for searching, browsing and launching available \n notebook tools in a Jupyter environment.\n* [jupyter-wysiwyg](https://github.com/genepattern/jupyter-wysiwyg): A WYSIWYG editor for \n markdown cells.\n* [example-notebooks](https://github.com/genepattern/): A repository of example notebooks that \n demonstrate functionality or analysis techniques in the GenePattern Notebook environment. \n* [notebook-docker](https://github.com/genepattern/notebook-docker): A collection of Dockerfiles \n which are used to build containers encapsulating the GenePattern Notebook environment.\n* [notebook-repository](https://github.com/genepattern/notebook-repository): Scripts, services \n and other infrastructure used in the operation of the GenePattern Notebook Repository.\n\n# Known Issues\n\n**The current version of the code only works with GenePattern 3.9.3 and up!**\n\nUsers using the GenePattern Notebook with an older version of GenePattern (3.9.3 or 3.9.4) may\nneed to log into the GenePattern UI before making use of the notebook. The server status \nmessage and child jobs will also be unavailable. If you are using one of these older versions,\nwe recommend that you upgrade to the latest version of GenePattern.\n\n# Feature Support\n\nMost common GenePattern features are supported in the GenePattern Notebook environment. A few, \nhowever, have yet to be implemented. GenePattern features that are not yet supported include:\n\n* Batch job submission\n* GenomeSpace integration\n\n# Code of Conduct\n\nWe are dedicated to providing a harassment-free experience for all members of the GenePattern community, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, age, race, or religion. We do not tolerate harassment of participants in any form. This code of conduct applies to all GenePattern spaces, including the Google Group, our Git repositories, and our social media accounts, both online and off. Anyone who violates this code of conduct may be sanctioned or expelled from these spaces at the discretion of the GenePattern team.\n\nFor more details, see our [Code of Conduct](https://github.com/genepattern/genepattern-notebook/blob/master/Code_of_Conduct.md).\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/genepattern/genepattern-notebook/archive/19.09.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/genepattern/genepattern-notebook", "keywords": "genepattern,genomics,bioinformatics,ipython,jupyter", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "genepattern-notebook", "package_url": "https://pypi.org/project/genepattern-notebook/", "platform": "", "project_url": "https://pypi.org/project/genepattern-notebook/", "project_urls": { "Download": "https://github.com/genepattern/genepattern-notebook/archive/19.09.tar.gz", "Homepage": "https://github.com/genepattern/genepattern-notebook" }, "release_url": "https://pypi.org/project/genepattern-notebook/19.9/", "requires_dist": [ "genepattern-python (>=1.4.2)", "nbtools (>=19)", "notebook (>=5.0.0)", "ipywidgets (>=7.0.0)" ], "requires_python": "", "summary": "GenePattern Notebook extension for Jupyter", "version": "19.9" }, "last_serial": 5842554, "releases": { "0.3.10": [ { "comment_text": "", "digests": { "md5": "52d590b2051ac882ec82b6f8f713db3c", "sha256": "4c8915d39f10b8ff0456efc2070f230a97372088c8f1d865a969385da52434b2" }, "downloads": -1, "filename": "genepattern-notebook-0.3.10.tar.gz", "has_sig": false, "md5_digest": "52d590b2051ac882ec82b6f8f713db3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3216, "upload_time": "2015-09-17T18:20:05", "url": "https://files.pythonhosted.org/packages/26/39/3c0dbc5be0578acb7fc9e246324bd396ec254d58da3ced2adf2012dc834d/genepattern-notebook-0.3.10.tar.gz" } ], "0.3.11": [ { "comment_text": "", "digests": { "md5": "bbb8f60d20047cb2be8fa67e0c270875", "sha256": "8bb8dd5e3886a93262bfa855982fa1d853db6dbba6679a8f788fe58618ac65d5" }, "downloads": -1, "filename": "genepattern-notebook-0.3.11.tar.gz", "has_sig": false, "md5_digest": "bbb8f60d20047cb2be8fa67e0c270875", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3242, "upload_time": "2015-10-16T21:21:08", "url": "https://files.pythonhosted.org/packages/2e/48/8428826d171e1a7e8c2d7628b7e160de204b2bd511d2097c6b02934776ed/genepattern-notebook-0.3.11.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "8ce47f3a9d54518b68f3111304ad06b3", "sha256": "0789d64da7807267442ce4a660bfacca1633ced69d864a492024fd86df9ca260" }, "downloads": -1, "filename": "genepattern-notebook-0.3.5.tar.gz", "has_sig": false, "md5_digest": "8ce47f3a9d54518b68f3111304ad06b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3216, "upload_time": "2015-08-28T18:58:38", "url": "https://files.pythonhosted.org/packages/c8/27/15f7aa3830bb083e516135ee97d62f20adf95f925485e1cd294d342e76d1/genepattern-notebook-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "2fc1c8caedaa1b97c90f390e953b6cc4", "sha256": "48159a52c14480de54f2c7371b214875bf5e1de49eb062504cafeeb8e74ad6b0" }, "downloads": -1, "filename": "genepattern-notebook-0.3.6.tar.gz", "has_sig": false, "md5_digest": "2fc1c8caedaa1b97c90f390e953b6cc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3219, "upload_time": "2015-09-03T18:38:06", "url": "https://files.pythonhosted.org/packages/b9/24/30042b9aa3e0c425afe2ac2253e97e9300b47e94deff759d502a1dfb8fcf/genepattern-notebook-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "a58dc5fa9b2975837697bbdb66121bd3", "sha256": "3d2a6270f3dd405180bf58e8f10e097530c877e2d876bbf09ff295d991b92364" }, "downloads": -1, "filename": "genepattern-notebook-0.3.7.tar.gz", "has_sig": false, "md5_digest": "a58dc5fa9b2975837697bbdb66121bd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3216, "upload_time": "2015-09-04T20:05:54", "url": "https://files.pythonhosted.org/packages/e5/47/f08680410e41888dc8f9173e12bc6ac8ecf916bb45b5e7b2eae232ab0ed4/genepattern-notebook-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "37a86d2a224854a729e768dca62292dc", "sha256": "5c66b012b91e3e55725095bda6c7e58b503d8645cf3803c6d548d1639d9d317e" }, "downloads": -1, "filename": "genepattern-notebook-0.3.8.tar.gz", "has_sig": false, "md5_digest": "37a86d2a224854a729e768dca62292dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3219, "upload_time": "2015-09-15T21:46:30", "url": "https://files.pythonhosted.org/packages/49/27/f6180e90d62719a1728f1af7455620da512dd24e489efedb420813cca6cb/genepattern-notebook-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "2922edd6e37eef70c72e54f901884953", "sha256": "29c6f56281f4c5c82c808a95f72930b11f2a13562837f437f9b535e4937d7e05" }, "downloads": -1, "filename": "genepattern-notebook-0.3.9.tar.gz", "has_sig": false, "md5_digest": "2922edd6e37eef70c72e54f901884953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2015-09-17T14:13:47", "url": "https://files.pythonhosted.org/packages/59/20/d489503302ccf7e0b2f4cbf3cf1fcf21e1e1201c4a2cb72bd535886aa556/genepattern-notebook-0.3.9.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "ed9ddfb160eea258c62eaee822d74113", "sha256": "7ded51798ce24318d2e78ef92808dbc5e1590c156a67b1c32953cbc9533fb4c6" }, "downloads": -1, "filename": "genepattern-notebook-0.4.3.tar.gz", "has_sig": false, "md5_digest": "ed9ddfb160eea258c62eaee822d74113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3595, "upload_time": "2015-12-04T17:05:54", "url": "https://files.pythonhosted.org/packages/2d/b2/d1e1b696c460d4ab7f0d3293ca145c90acf795431d77384de809ab9a960c/genepattern-notebook-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "3d405189f4cef1d94607e82cbd69b776", "sha256": "bbe24cf517bd957e84bd370e7bb6e3ecac8430f4141c11dcb80d40556af1dac2" }, "downloads": -1, "filename": "genepattern-notebook-0.4.4.tar.gz", "has_sig": false, "md5_digest": "3d405189f4cef1d94607e82cbd69b776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3610, "upload_time": "2016-01-14T15:50:27", "url": "https://files.pythonhosted.org/packages/56/db/cca38f26b703603979568322098af61e259533c08a7df1dd6fa569b770ac/genepattern-notebook-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "ed67a8c243a5995c47800106ba120c65", "sha256": "9efd418c7846b79837ffc497daa0940e014e5e19a1ab9a1e23c33ac1f4248178" }, "downloads": -1, "filename": "genepattern-notebook-0.4.5.tar.gz", "has_sig": false, "md5_digest": "ed67a8c243a5995c47800106ba120c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3606, "upload_time": "2016-02-22T19:50:40", "url": "https://files.pythonhosted.org/packages/c5/2a/b02221d26268bb9bfa3399e8087094c28b63dcd7da363ec3c51237da8887/genepattern-notebook-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "030cf8ba3fcfe3781fd98d11acc410bd", "sha256": "fe68caa8beccd1577475e6122d4b89ec8a4ebea5803d3107ec4e8078879d2fcf" }, "downloads": -1, "filename": "genepattern-notebook-0.4.6.tar.gz", "has_sig": false, "md5_digest": "030cf8ba3fcfe3781fd98d11acc410bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3604, "upload_time": "2016-02-26T20:13:33", "url": "https://files.pythonhosted.org/packages/dc/3e/3edf6a66303e5c8d49d3651371cada6efa759fe5ea0ffc70fd884a719aa4/genepattern-notebook-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "59207f5d8d561e4ca16869c2acd831fa", "sha256": "7642bdd6d85f461d4f6b20c7ea5374a72002c2a5474f9d5cac673df4442ac82b" }, "downloads": -1, "filename": "genepattern-notebook-0.4.7.tar.gz", "has_sig": false, "md5_digest": "59207f5d8d561e4ca16869c2acd831fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3605, "upload_time": "2016-03-16T17:03:36", "url": "https://files.pythonhosted.org/packages/c3/c1/a5b92ae43aace62ca8157bfd65bbbcf414ac059e460ce23162922872b88c/genepattern-notebook-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "686f463d605fcd055b5ce1253a7f2bfd", "sha256": "86ac32135c66c53db65be3815f248f0b4b9dca465d908b3d0f72bf8e124b9b8f" }, "downloads": -1, "filename": "genepattern-notebook-0.4.8.tar.gz", "has_sig": false, "md5_digest": "686f463d605fcd055b5ce1253a7f2bfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3608, "upload_time": "2016-04-08T15:29:43", "url": "https://files.pythonhosted.org/packages/5f/cf/85523b48e0f6cca0fa9ab68a2530b1b5042c1b4c28ccca7bb9c56676eb21/genepattern-notebook-0.4.8.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ae88fd770754599c84bb70c3886a5a4d", "sha256": "c076e59c5ceffbcf35825d9ce93b0b616de61cabe03b33f6ea0016407ad11a3a" }, "downloads": -1, "filename": "genepattern-notebook-0.5.0.tar.gz", "has_sig": false, "md5_digest": "ae88fd770754599c84bb70c3886a5a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 616526, "upload_time": "2016-04-26T21:23:43", "url": "https://files.pythonhosted.org/packages/61/a4/044c0985b81a020fafe20d91d901d5c8537d86632e8743528a14e07c8217/genepattern-notebook-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "056a39faf97e9273a9629e0122e36888", "sha256": "deaa607fdb235d6dcbb38088f6dbbf4c4d4d79b706496ac7d99f5b5591326e79" }, "downloads": -1, "filename": "genepattern-notebook-0.5.1.tar.gz", "has_sig": false, "md5_digest": "056a39faf97e9273a9629e0122e36888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 616929, "upload_time": "2016-06-30T21:32:04", "url": "https://files.pythonhosted.org/packages/2f/9a/8522ac372cb744eb92b9579ed3774299ae151f22f0b78a5b77e36ae87d43/genepattern-notebook-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "c03b67d5e8160054a0a4de7eada0b245", "sha256": "908a8fd8b1f61848fc7f01951cf2734aecf810268c5d6d82027b5617d9d330aa" }, "downloads": -1, "filename": "genepattern-notebook-0.5.2.tar.gz", "has_sig": false, "md5_digest": "c03b67d5e8160054a0a4de7eada0b245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617341, "upload_time": "2016-07-08T15:50:43", "url": "https://files.pythonhosted.org/packages/bf/7e/b7203ca1f141889e765dcdccc42fa631c804befc6d7041ce9708f6e38542/genepattern-notebook-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "e5eb689e4fa000bce24db77b308fd206", "sha256": "d783755e7cb1757793ae0ed0134a33cabff6b8ea4d13764eb20acc27fb6ae528" }, "downloads": -1, "filename": "genepattern-notebook-0.5.3.tar.gz", "has_sig": false, "md5_digest": "e5eb689e4fa000bce24db77b308fd206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617510, "upload_time": "2016-07-29T02:22:27", "url": "https://files.pythonhosted.org/packages/67/5e/421f50e6b20249ec2bb4be619f4767e43f9ca1ce43099ec7227fbb37bd8e/genepattern-notebook-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "aebd58770eca91636a7a6cff9c91de28", "sha256": "be94a303abaa8aa26c772ad47a0ccb9ca01f4f109f7e6746d01cfb2f066bc79e" }, "downloads": -1, "filename": "genepattern-notebook-0.5.4.tar.gz", "has_sig": false, "md5_digest": "aebd58770eca91636a7a6cff9c91de28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617999, "upload_time": "2016-10-04T21:58:25", "url": "https://files.pythonhosted.org/packages/c4/a1/c6295bdd394ece44e8daf3fb9f334b9a4b2705b468432a851a3f00380de2/genepattern-notebook-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "8805b24e9d5b2d2ba0f17df1e8822e8f", "sha256": "ec2a2155a5d20436766dc0ce6eecef182c03876ed6fab5203e7b43f9de13c1dd" }, "downloads": -1, "filename": "genepattern-notebook-0.5.5.tar.gz", "has_sig": false, "md5_digest": "8805b24e9d5b2d2ba0f17df1e8822e8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617817, "upload_time": "2016-10-28T23:56:03", "url": "https://files.pythonhosted.org/packages/20/36/2a53a1286004fc51819f62419168fb3038336e0ebb25f4bdec6b5978417f/genepattern-notebook-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "b0a694724c54c55ed1be3ce51d20c961", "sha256": "6afaeb4b21a8e6959b8588fe41a8e043e84d83ec291e51482b5c7615272bec2a" }, "downloads": -1, "filename": "genepattern-notebook-0.5.6.tar.gz", "has_sig": false, "md5_digest": "b0a694724c54c55ed1be3ce51d20c961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617809, "upload_time": "2016-11-18T23:14:58", "url": "https://files.pythonhosted.org/packages/8d/26/43762bed2faaba7d295abdd42caaaa0086792b9806d88f3290a3f57d9a12/genepattern-notebook-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "d7359532345e30db54f4e8a0fcf3396c", "sha256": "43710c4933dae50669d54e14866903be3913fe228725f846f09bd8d0cc03b7bc" }, "downloads": -1, "filename": "genepattern-notebook-0.5.7.tar.gz", "has_sig": false, "md5_digest": "d7359532345e30db54f4e8a0fcf3396c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 627069, "upload_time": "2016-12-17T01:54:09", "url": "https://files.pythonhosted.org/packages/70/8a/77eb4baafaa4b4fe644fc63c5bb823080d97cafb794e68afa1252536f15b/genepattern-notebook-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "3e924e799ce471b6f86a41b3f7bdbedf", "sha256": "bd2a58a1bdc0ae7470d0b28ae4763c1cfe8980a4a93697549eed467b473b72a1" }, "downloads": -1, "filename": "genepattern-notebook-0.5.8.tar.gz", "has_sig": false, "md5_digest": "3e924e799ce471b6f86a41b3f7bdbedf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 627264, "upload_time": "2016-12-23T02:48:52", "url": "https://files.pythonhosted.org/packages/7c/0c/80d3436d29b3e9b08479cd383dd46ec7f4bddc6ba3da2f17f1df403f34a9/genepattern-notebook-0.5.8.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "511164ece0646c3faeca9d149945f712", "sha256": "e2664ee0f21836f75fc7b181e11edf8aa687b887add16b934bc0e156f66243c5" }, "downloads": -1, "filename": "genepattern-notebook-0.5.9.tar.gz", "has_sig": false, "md5_digest": "511164ece0646c3faeca9d149945f712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629501, "upload_time": "2017-01-27T23:16:53", "url": "https://files.pythonhosted.org/packages/7a/e8/1c35eabcb3cbba4fbdb090b182bf2b6ca640397f77afd398a697636e059d/genepattern-notebook-0.5.9.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "30fffe34efb8bf151c0d45113f21954d", "sha256": "f34916422341cb8e64fd6461a288901174db86120518ebdacb36fc9213d870c6" }, "downloads": -1, "filename": "genepattern-notebook-0.6.0.tar.gz", "has_sig": false, "md5_digest": "30fffe34efb8bf151c0d45113f21954d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629963, "upload_time": "2017-02-10T01:52:53", "url": "https://files.pythonhosted.org/packages/b4/fb/4f19d2386aef25fbbe35549b8eb788c2c4c2c36fffa5b37dd05b9773407b/genepattern-notebook-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "dcdfb74d80dcb4777dab43bac9ec161d", "sha256": "1610acba85de668a1260563132602d8f5e66a2ebd4cdc302b8286401385af5ac" }, "downloads": -1, "filename": "genepattern-notebook-0.6.1.tar.gz", "has_sig": false, "md5_digest": "dcdfb74d80dcb4777dab43bac9ec161d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629937, "upload_time": "2017-04-12T02:13:42", "url": "https://files.pythonhosted.org/packages/51/db/9a61e0b66717f7055df956ace740f3da399ef449ce73acbfdce111a681e9/genepattern-notebook-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "28fa3000a8099ef2541c7bb629f80657", "sha256": "dd0a5ee6dd2de3286323a8e8747c108b54706cc8ad8688c1b0d96ec7e8e5424e" }, "downloads": -1, "filename": "genepattern-notebook-0.6.2.tar.gz", "has_sig": false, "md5_digest": "28fa3000a8099ef2541c7bb629f80657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 630925, "upload_time": "2017-05-08T20:44:39", "url": "https://files.pythonhosted.org/packages/8f/ca/05dadde4f93ecaf818c1ffbdf304040c1f9fa0b2bb316b24516937153e80/genepattern-notebook-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "1821a6c54932288f1e8b3d69a9abe82a", "sha256": "2c15fbd0e689a5cfd44093dc229ea7c03cb1a00ad22b6351d0bb8379f29b5359" }, "downloads": -1, "filename": "genepattern-notebook-0.6.3.tar.gz", "has_sig": false, "md5_digest": "1821a6c54932288f1e8b3d69a9abe82a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 630811, "upload_time": "2017-06-28T15:56:58", "url": "https://files.pythonhosted.org/packages/57/89/270df76fec278ef0c161242b81d6f20310e6fac9fdc92b24c2e453a757ed/genepattern-notebook-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "8c0b028a9a4c29afd28f61f1fffce606", "sha256": "c442619c3d8804ec114e142430ed119b8bb18a6e4649c8e7213e3b4a112c2050" }, "downloads": -1, "filename": "genepattern-notebook-0.6.4.tar.gz", "has_sig": false, "md5_digest": "8c0b028a9a4c29afd28f61f1fffce606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 631913, "upload_time": "2017-07-27T19:20:13", "url": "https://files.pythonhosted.org/packages/7e/be/5f140cebd9a02a0f9bc9f25238557f490b85c15cbba46c89c6aa1b060829/genepattern-notebook-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "e4bfdde8af7692091c4a91ddee408892", "sha256": "18901a7eceb6c0775e3aa62917030b0764e6c6df36a2f70f51a042634ab2c6fa" }, "downloads": -1, "filename": "genepattern-notebook-0.6.5.tar.gz", "has_sig": false, "md5_digest": "e4bfdde8af7692091c4a91ddee408892", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 638288, "upload_time": "2017-09-15T17:23:46", "url": "https://files.pythonhosted.org/packages/4e/db/fe0790c1012aef800020a220c372b96ecb1abbf0ab15004773f8c2bf73d6/genepattern-notebook-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "5ce9a5ec1dd8ca455859fc8974f89bc3", "sha256": "486798d460e48849b5b4ad53194166c195ecd2ceea449005e02958a49367b741" }, "downloads": -1, "filename": "genepattern-notebook-0.6.6.tar.gz", "has_sig": false, "md5_digest": "5ce9a5ec1dd8ca455859fc8974f89bc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 640511, "upload_time": "2017-10-13T17:52:42", "url": "https://files.pythonhosted.org/packages/98/9b/f69ec00351a9f8651320fd2ef2a829fbbb45faa848cdf7f376ba4c01ffa8/genepattern-notebook-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "40ecc9352bb6173281d3269a9b34b0aa", "sha256": "d452a45bda1f97e8e6cb804d1f6278dadf05a8faac68a60391c9abbeb3a815ec" }, "downloads": -1, "filename": "genepattern-notebook-0.6.7.tar.gz", "has_sig": false, "md5_digest": "40ecc9352bb6173281d3269a9b34b0aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641283, "upload_time": "2017-11-08T18:13:22", "url": "https://files.pythonhosted.org/packages/04/90/af5ce326b403e51dce387467e88c36263500225a996807d5286bf1edb789/genepattern-notebook-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "dd7c48b11b8dd4454b2eddf6e83cc15f", "sha256": "89b799dafb668759524a31e859a27c48b83380d067c869b71c7ce3603b0d90af" }, "downloads": -1, "filename": "genepattern-notebook-0.6.8.tar.gz", "has_sig": false, "md5_digest": "dd7c48b11b8dd4454b2eddf6e83cc15f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 651204, "upload_time": "2017-12-08T19:32:59", "url": "https://files.pythonhosted.org/packages/ea/a3/662f5cc17a47015e005961a9ea06f31595a57b2819afc45f1c205f963829/genepattern-notebook-0.6.8.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "a7de196dc2c667485e06204658e49b37", "sha256": "51a7ea2d4ecbdc101ff290adfdde8623df8e67d753d1b664e43f327ecaf65fab" }, "downloads": -1, "filename": "genepattern-notebook-0.7.0.tar.gz", "has_sig": false, "md5_digest": "a7de196dc2c667485e06204658e49b37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 655525, "upload_time": "2018-02-15T16:52:28", "url": "https://files.pythonhosted.org/packages/c8/bd/79e8fdb1f16ad8c817f0db44e3c1d80b73aa881a2d371d5f592ad0150344/genepattern-notebook-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "56bb711a09a8ad8b227332aa640442f2", "sha256": "51d742e2449a3a9d3dd400d2718be0183c839d3a8d1176df2f7d0898a068aeb4" }, "downloads": -1, "filename": "genepattern-notebook-0.7.1.tar.gz", "has_sig": false, "md5_digest": "56bb711a09a8ad8b227332aa640442f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 657111, "upload_time": "2018-03-21T04:13:07", "url": "https://files.pythonhosted.org/packages/88/38/a08123db79e6a94bc35e47fdfb71ca36dcb5fb449d68a35d540a36c62294/genepattern-notebook-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "f4cbd30026a32dda6e2b13ae3dde8474", "sha256": "e1383faf1f872a2f7ce99602538e62c06883e0770879021fc26e9cdd1703f8d9" }, "downloads": -1, "filename": "genepattern-notebook-0.7.2.tar.gz", "has_sig": false, "md5_digest": "f4cbd30026a32dda6e2b13ae3dde8474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 660391, "upload_time": "2018-05-31T01:47:33", "url": "https://files.pythonhosted.org/packages/ab/08/5f8f7b20dc522cebc663fdc588bcf2c92ddf2043f463bf8286bd6800eb91/genepattern-notebook-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "3bb3844a6b70491d2de84ab980bdf78c", "sha256": "b0b85a0c04661af7d41352973e9f584ae194e7d604df834e3cf8a9083524c1ea" }, "downloads": -1, "filename": "genepattern-notebook-0.7.3.tar.gz", "has_sig": false, "md5_digest": "3bb3844a6b70491d2de84ab980bdf78c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 661401, "upload_time": "2018-07-10T01:31:15", "url": "https://files.pythonhosted.org/packages/f7/6b/9a56e4a5fb8e985ccfa224ed3518d46e4f70a07eb1a8a2e82914342d0850/genepattern-notebook-0.7.3.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "512c26d49f8f92b22977c56914c8f614", "sha256": "913300f6f231353dbbca13bfde4f9c035e49bb372450b0258f7ae037ddec353b" }, "downloads": -1, "filename": "genepattern-notebook-0.8.0.tar.gz", "has_sig": false, "md5_digest": "512c26d49f8f92b22977c56914c8f614", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 634900, "upload_time": "2018-08-16T03:21:40", "url": "https://files.pythonhosted.org/packages/3a/22/830f232acb881d94de35ecb4c66bca639778d545ed79a28bbea4d8f8f987/genepattern-notebook-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "ef21189336e813400a8c01019f66d403", "sha256": "4e7d2c6a3c6d55b5bd9f52811936034ec4ab2dd408990276ed57807bbef26529" }, "downloads": -1, "filename": "genepattern-notebook-0.8.1.tar.gz", "has_sig": false, "md5_digest": "ef21189336e813400a8c01019f66d403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 634756, "upload_time": "2018-09-17T17:06:31", "url": "https://files.pythonhosted.org/packages/d5/20/b303a2c78b70311e420573672e5fedf9afa91d8454fb4ac4aed6acab2413/genepattern-notebook-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "96e777f1b5c3d84c563b6f550be9aaa0", "sha256": "01feec50a8f0e3e64aea212a80e1ab722b874b7724a2f5527ed21970e5b42711" }, "downloads": -1, "filename": "genepattern-notebook-0.8.2.tar.gz", "has_sig": false, "md5_digest": "96e777f1b5c3d84c563b6f550be9aaa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 638046, "upload_time": "2018-10-31T21:38:13", "url": "https://files.pythonhosted.org/packages/b5/ad/8ad34abae0546198bd014b2a5ba621d65afec0b4e8dbbaaf4a1774bb07f4/genepattern-notebook-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "20ef675e2b5f2e4fb20c1956a622c2c6", "sha256": "39b3b41c8f7f6538f50cdbc845193ea692b1d7c45c1250fc97fb7cef79c429c0" }, "downloads": -1, "filename": "genepattern-notebook-0.8.3.tar.gz", "has_sig": false, "md5_digest": "20ef675e2b5f2e4fb20c1956a622c2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 638043, "upload_time": "2018-12-21T18:36:26", "url": "https://files.pythonhosted.org/packages/d9/f8/261b1fa09249a5d04b1a50c1b4110e0f15629f9a066eb8c2e50b53210ae3/genepattern-notebook-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "d0b8e02de54570896b7ea9ec9afd736b", "sha256": "0e1209dd18e03436f2983e35e59ba826bc1fe7ec9a55372c2808a8506f11efa0" }, "downloads": -1, "filename": "genepattern-notebook-0.8.4.tar.gz", "has_sig": false, "md5_digest": "d0b8e02de54570896b7ea9ec9afd736b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 638042, "upload_time": "2019-01-10T18:12:21", "url": "https://files.pythonhosted.org/packages/6d/6c/24b2ee3869f94b41069a68ebfa70b68a65112c833f5407864ba542abc79e/genepattern-notebook-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "347fed2c56ef6a1dba55fd3009d9c619", "sha256": "438608791e4f383a1f92b9eb2fe0cc9f667506fe32c33bfc72bfd811471d99c0" }, "downloads": -1, "filename": "genepattern-notebook-0.8.5.tar.gz", "has_sig": false, "md5_digest": "347fed2c56ef6a1dba55fd3009d9c619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 638164, "upload_time": "2019-02-14T03:56:45", "url": "https://files.pythonhosted.org/packages/0e/f2/053c88574cc4d72eac1625dac5fc54479bf50550ad9c922c964a05948855/genepattern-notebook-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "08be9b6b179c00dc1a750a9e14770799", "sha256": "0c23c6dff6a2989f293b96cf6ed7da0e9ac6678d3579fd12e4fe9ce4d228b065" }, "downloads": -1, "filename": "genepattern-notebook-0.8.6.tar.gz", "has_sig": false, "md5_digest": "08be9b6b179c00dc1a750a9e14770799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 636378, "upload_time": "2019-04-10T00:00:58", "url": "https://files.pythonhosted.org/packages/8d/e4/219d493caefaada6689d9fe4e4a85ef513aee11b8c4a894807f037b57207/genepattern-notebook-0.8.6.tar.gz" } ], "19.5": [ { "comment_text": "", "digests": { "md5": "e97b5617a4e96cea68941de6d9ea0e98", "sha256": "483b57b25b050fd7318e405af3954db486e451ab1654d5c7f013565b5783d99b" }, "downloads": -1, "filename": "genepattern_notebook-19.5-py3-none-any.whl", "has_sig": false, "md5_digest": "e97b5617a4e96cea68941de6d9ea0e98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1275963, "upload_time": "2019-05-31T17:05:13", "url": "https://files.pythonhosted.org/packages/1e/f3/09f39ed2bba76a6eaeb50b699d613aca434eddbb38e755210a480e0eeefc/genepattern_notebook-19.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ad499c6fc7e6fcd4037ba9846e583f6", "sha256": "37b95799c215b8abec88f905350a162d6ab058bb64c453526f64e3447d4cbbd7" }, "downloads": -1, "filename": "genepattern-notebook-19.5.tar.gz", "has_sig": false, "md5_digest": "7ad499c6fc7e6fcd4037ba9846e583f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 643171, "upload_time": "2019-05-31T17:20:08", "url": "https://files.pythonhosted.org/packages/36/48/c6f1667fef812b9142dfe0adc84439ee6c86693add4d9504999b24ce764f/genepattern-notebook-19.5.tar.gz" } ], "19.7": [ { "comment_text": "", "digests": { "md5": "f8271a641d223e62889daefe9449449c", "sha256": "17e4a32cc191e298939f9afce9126752049c498a8c08855e7345351e017c83b2" }, "downloads": -1, "filename": "genepattern_notebook-19.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f8271a641d223e62889daefe9449449c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1275965, "upload_time": "2019-07-02T15:31:49", "url": "https://files.pythonhosted.org/packages/0f/4b/9d0a19eae0ca63c99c956305c2bb9083ac0c870a55ab1710af6f78e45d80/genepattern_notebook-19.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bb4987a7f26c8b040c386366b98dba2", "sha256": "049c0a59fb332d1f6a7400f818de0067cef19badc537867e3f4710f08bf3bc35" }, "downloads": -1, "filename": "genepattern-notebook-19.7.tar.gz", "has_sig": false, "md5_digest": "2bb4987a7f26c8b040c386366b98dba2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 643318, "upload_time": "2019-07-02T15:31:52", "url": "https://files.pythonhosted.org/packages/52/02/3c24cd1c9294285378954ca61768212205a90550b1b6988d11fe2ed140d0/genepattern-notebook-19.7.tar.gz" } ], "19.7.1": [ { "comment_text": "", "digests": { "md5": "164da2e2b3b226a6e723d1021d96fa24", "sha256": "13983ea97d5853c8bddc357e17b6bab8eb0c400aae8a810b97d830cd89f012cc" }, "downloads": -1, "filename": "genepattern_notebook-19.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "164da2e2b3b226a6e723d1021d96fa24", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1276062, "upload_time": "2019-07-16T21:07:53", "url": "https://files.pythonhosted.org/packages/f8/01/22131c4874a365d585ac87c4e3cd4702286038095a6db94077deeddcdac2/genepattern_notebook-19.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0f2dd4e3f9aba4f0ed9c2843c423b51", "sha256": "abd745dd85b69547b8887a09f087ca0904063489a5bf6afc766df080c0a8574a" }, "downloads": -1, "filename": "genepattern-notebook-19.7.1.tar.gz", "has_sig": false, "md5_digest": "c0f2dd4e3f9aba4f0ed9c2843c423b51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 643179, "upload_time": "2019-07-16T21:07:55", "url": "https://files.pythonhosted.org/packages/f9/42/533359cecc3b2c98b0cb5bf415be5340faaa57f55e063bd6cb22c8d0c945/genepattern-notebook-19.7.1.tar.gz" } ], "19.8": [ { "comment_text": "", "digests": { "md5": "d3312f776ebecdc3bdd739c753c5cd7a", "sha256": "c09b195f3ea0ac75c00d20085ef745b786b14e5c74b2c6a424cd68b5e0b4713e" }, "downloads": -1, "filename": "genepattern_notebook-19.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d3312f776ebecdc3bdd739c753c5cd7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1276352, "upload_time": "2019-08-12T19:27:05", "url": "https://files.pythonhosted.org/packages/b7/cf/bd57fd764264b0c6f03958da35bff0aea771dcde9a4c22bdf8dc73eb61f9/genepattern_notebook-19.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18dc01bfbef1fe23f2f364de44b26ed3", "sha256": "4919817b9fb7b026dc438ef5b677d7b2fcc01fc2be8be8d4717a1f47090c0a5c" }, "downloads": -1, "filename": "genepattern-notebook-19.8.tar.gz", "has_sig": false, "md5_digest": "18dc01bfbef1fe23f2f364de44b26ed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644039, "upload_time": "2019-08-12T19:27:08", "url": "https://files.pythonhosted.org/packages/dc/43/0ab52f393cfe7c7a3950164563a84da7a65ce4f847ff2ae2f7b747cdccfa/genepattern-notebook-19.8.tar.gz" } ], "19.9": [ { "comment_text": "", "digests": { "md5": "74b22a1dd424f16363756ed782a99d0e", "sha256": "ae16354bda2fc581900c63fca133a8fb9c48d4b4223bfaa91be0d368cb853ce3" }, "downloads": -1, "filename": "genepattern_notebook-19.9-py3-none-any.whl", "has_sig": false, "md5_digest": "74b22a1dd424f16363756ed782a99d0e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1276359, "upload_time": "2019-09-17T16:17:48", "url": "https://files.pythonhosted.org/packages/8b/1e/db5d0d66ead48a59a400708d625c37c57daec03823e3330610a6bbaac9f2/genepattern_notebook-19.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cc799ec8f1647697b25d9fb9180da49", "sha256": "669c16a00d1ae38813652665e4d7d35acc460e96b1f4c9bf019828558690a81d" }, "downloads": -1, "filename": "genepattern-notebook-19.9.tar.gz", "has_sig": false, "md5_digest": "3cc799ec8f1647697b25d9fb9180da49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644037, "upload_time": "2019-09-17T16:17:49", "url": "https://files.pythonhosted.org/packages/b6/fc/cdf406e87d0ead6f892dedf2d6c2c7e48cf9cbd5b29b49c73c4120f61809/genepattern-notebook-19.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74b22a1dd424f16363756ed782a99d0e", "sha256": "ae16354bda2fc581900c63fca133a8fb9c48d4b4223bfaa91be0d368cb853ce3" }, "downloads": -1, "filename": "genepattern_notebook-19.9-py3-none-any.whl", "has_sig": false, "md5_digest": "74b22a1dd424f16363756ed782a99d0e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1276359, "upload_time": "2019-09-17T16:17:48", "url": "https://files.pythonhosted.org/packages/8b/1e/db5d0d66ead48a59a400708d625c37c57daec03823e3330610a6bbaac9f2/genepattern_notebook-19.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cc799ec8f1647697b25d9fb9180da49", "sha256": "669c16a00d1ae38813652665e4d7d35acc460e96b1f4c9bf019828558690a81d" }, "downloads": -1, "filename": "genepattern-notebook-19.9.tar.gz", "has_sig": false, "md5_digest": "3cc799ec8f1647697b25d9fb9180da49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644037, "upload_time": "2019-09-17T16:17:49", "url": "https://files.pythonhosted.org/packages/b6/fc/cdf406e87d0ead6f892dedf2d6c2c7e48cf9cbd5b29b49c73c4120f61809/genepattern-notebook-19.9.tar.gz" } ] }