{ "info": { "author": "Jean-Fran\u00e7ois Bercher", "author_email": "jf.bercher@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "(some) LaTeX environments for Jupyter notebook\n==============================================\n\nThis extension for Jupyter notebook enables the use of some LaTeX\ncommands and environments markdown cells.\n\n1. **LaTeX commands and environments**\n\n - support for some LaTeX commands within markdown cells, *e.g.*\n ``\\textit``, ``\\textbf``, ``\\underline``.\n - support for **theorems-like environments**, support for labels and\n cross references\n - support for **lists**: *enumerate, itemize*,\n - limited support for a **figure environment**,\n - support for an environment *listing*,\n - additional *textboxa* environment\n\n2. **Citations and bibliography**\n\n - support for ``\\cite`` with creation of a References section\n\n3. **Document-wide numbering of equations and environments, support for\n ``\\label`` and ``\\ref``**\n4. **Configuration toolbar**\n5. **LaTeX\\_envs dropdown menu for a quick insertion of environments**\n6. **User's LaTeX definitions** file can be loaded and used\n7. **Export to plain HTML, Slides and LaTeX with a customized exporter**\n8. Environments title/numbering can be customized by users in\n ``user_envs.json`` config file.\n9. Styles can be customized in the ``latex_env.css`` stylesheet\n10. **Autocompletion** for \\$, (, {, [, for LaTeX commands and environments\n\nMore environments can be simply added in ``user_envs.json`` or in the\nsource file (``thmsInNb4.js``).\n\nIt is possible to export the notebooks to plain :math:`\\LaTeX` and html\nwhile keeping all the features of the ``latex_envs`` notebook extension\nin the converted version. We provide specialized exporters, pre and post\nprocessors, templates. We also added entry-points to simplify the\nconversion process. It is now as simple as\n\n.. code:: bash\n\n jupyter nbconvert --to html_with_lenvs FILE.ipynb\n\nor\n\n.. code:: bash\n\n jupyter nbconvert --to latex_with_lenvs FILE.ipynb\n\nto convert ``FILE.ipynb`` into html/latex while keeping all the features\nof the ``latex_envs`` notebook extension in the converted version. Other options are \n``slides_with_lenvs`` for converting to reveal-js presentations, and ``html_with_toclenvs`` to include a \ntable of contents. The \nLaTeX converter also expose several conversion options (read the\n`docs `__).\n\nDemo/documentation\n------------------\n\nThe ``doc`` subdirectory that constains an example notebook and its html\nand pdf versions. This serves as the documentation. A demo notebook\n``latex_env_doc.ipynb`` is provided. Its html version is\n`latex\\_env\\_doc.html `__\nserves as \n`documentation `__.\n\nInstallation\n------------\n\nThe extension consists of a pypi package that includes a javascript\nnotebook extension, along with python code for nbconvert support. Since\nJupyter 4.2, pypi is the recommended way to distribute nbextensions. The\nextension can be installed\n\n- from the master version on the github repo (this will be always the\n most recent version)\n- via pip for the version hosted on Pypi\n- via conda, from the `conda-forge `__\n `channel `__\n- as part of the great\n `jupyter\\_contrib\\_nbextensions `__\n collection. Follow the instructions there for installing. Once this\n is done, you can open a tab at ``http://localhost:8888/nbextensions``\n to enable and configure the various extensions.\n\nFrom the github repo or from Pypi,\n\n1. install the package\n\n - ``pip3 install https://github.com/jfbercher/jupyter_latex_envs/archive/master.zip [--user][--upgrade]``\n - or ``pip3 install jupyter_latex_envs [--user][--upgrade]``\n - or clone the repo and install git clone\n https://github.com/jfbercher/jupyter\\_latex\\_envs.git python3\n setup.py install\n\n2. install the notebook extension\n\n ::\n\n jupyter nbextension install --py latex_envs [--user|--sys-prefix|--system]\n\n3. and enable it\n\n ::\n\n jupyter nbextension enable --py latex_envs [--user|--sys-prefix|--system]\n\nFor Jupyter versions before 4.2, the situation after step 1 is more\ntricky, since the ``--py`` option isn't available, so you will have to\nfind the location of the source files manually as follows (instructions\nadapted from [@jcb91](https://github.com/jcb91)'s\n`jupyter\\_highlight\\_selected\\_word `__).\nExecute\n\n::\n\n python -c \"import os.path as p; from latex_envs import __file__ as f, _jupyter_nbextension_paths as n; print(p.normpath(p.join(p.dirname(f), n()[0]['src'])))\"\n\nThen, issue\n\n::\n\n jupyter nbextension install \n jupyter nbextension enable latex_envs/latex_envs\n\nwhere ```` is the output of the first python\ncommand.\n\nDisclaimer, sources and acknowledgments\n---------------------------------------\n\nOriginally, I used a piece of code from the nice online markdown editor\n`stackedit `__, where\nthe authors also considered the problem of incorporating LaTeX markup in\ntheir markdown.\n\nI also studied and used examples and code from\n`ipython-contrib/jupyter\\_contrib\\_nbextensions `__.\n\n\n- This is done in the hope it can be useful. However there are many\n impovements possible, in the code and in the documentation.\n **Contributions will be welcome and deeply appreciated.**\n- If you have issues, please post an issue at\n ``https://github.com/jfbercher/jupyter_latex_envs/issues``\n `here `__.\n\n**Self-Promotion** -- Like ``latex_envs``? Please star and follow the\n`repository `__ on\nGitHub.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jfbercher/jupyter_latex_envs", "keywords": "", "license": "Modified BSD", "maintainer": "", "maintainer_email": "", "name": "jupyter_latex_envs", "package_url": "https://pypi.org/project/jupyter_latex_envs/", "platform": "", "project_url": "https://pypi.org/project/jupyter_latex_envs/", "project_urls": { "Homepage": "https://github.com/jfbercher/jupyter_latex_envs" }, "release_url": "https://pypi.org/project/jupyter_latex_envs/1.4.6/", "requires_dist": null, "requires_python": "", "summary": "Jupyter notebook extension which supports (some) LaTeX environments within markdown cells. Also provides support for labels and crossreferences, document wide numbering, bibliography, and more...", "version": "1.4.6" }, "last_serial": 4553505, "releases": { "1.2.10": [ { "comment_text": "", "digests": { "md5": "fc3711c291e13bb9637fd2b6b9de6b1f", "sha256": "6e7bdca404527c737dd7fe773288d731c8d2baccd2e068aaffdc8cd7b07796cf" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.10.tar.gz", "has_sig": false, "md5_digest": "fc3711c291e13bb9637fd2b6b9de6b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 542475, "upload_time": "2016-09-05T09:52:25", "url": "https://files.pythonhosted.org/packages/40/b6/8e649ca0e5a5cccec2559c8859df6f28200b832bcb2225486325c1610422/jupyter_latex_envs-1.2.10.tar.gz" } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "b7e965919f751f4c6c4892e800053776", "sha256": "3ee167e351bd12e8af69a0b913b92a32bf56563a92fed68cc6409c9c6613db0c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.11.tar.gz", "has_sig": false, "md5_digest": "b7e965919f751f4c6c4892e800053776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 542607, "upload_time": "2016-09-07T11:39:36", "url": "https://files.pythonhosted.org/packages/03/f2/d43a98eea298a783530d2f609d913f2338b5201d5f1831c1c7ac5fa721ee/jupyter_latex_envs-1.2.11.tar.gz" } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "a8f85a0b0bf848ba9297b3c8788ece90", "sha256": "60f0b996f734c6d7cac47d6aaef527273dfd4d010a261863e22ad71a2b120112" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.13.tar.gz", "has_sig": false, "md5_digest": "a8f85a0b0bf848ba9297b3c8788ece90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506799, "upload_time": "2016-09-11T21:44:15", "url": "https://files.pythonhosted.org/packages/f2/be/e479bbe5a1b230fc8c595568bad0d26d88eb68942f020222ea969634c4ee/jupyter_latex_envs-1.2.13.tar.gz" } ], "1.2.14": [ { "comment_text": "", "digests": { "md5": "47b8e6c8d63b5d72bf82717ce39758eb", "sha256": "6dee873fae1519494aff08b51c782399fc7a7af7b517940924ad0bfc1723dfbf" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.14.tar.gz", "has_sig": false, "md5_digest": "47b8e6c8d63b5d72bf82717ce39758eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 514709, "upload_time": "2016-09-12T22:56:41", "url": "https://files.pythonhosted.org/packages/d3/32/8150a66a287872b4723e2cd64822870a364083cc3c4f767e4328e1c8c25d/jupyter_latex_envs-1.2.14.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "8a338e337bcc323a3a696eb570cbb7aa", "sha256": "4bc50e0786b8002b235b751b8512b9daef9351495e0233b3171b9b880fed8a0f" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.3.tar.gz", "has_sig": false, "md5_digest": "8a338e337bcc323a3a696eb570cbb7aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 501940, "upload_time": "2016-08-31T17:42:27", "url": "https://files.pythonhosted.org/packages/d9/49/6582a2574951fb7dd27e330601036758356f233dc8f33615149fce721568/jupyter_latex_envs-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e2619562d0971c0238f6b90d27de7e20", "sha256": "dd1d00fbc8fd6b2aca9061044401d4b7856002da46b668b090cfc71c45049e7a" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.4.tar.gz", "has_sig": false, "md5_digest": "e2619562d0971c0238f6b90d27de7e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504574, "upload_time": "2016-09-01T19:01:51", "url": "https://files.pythonhosted.org/packages/3a/b6/29bcae6be8310d465127dfc05f20ba661c3855cfdfd892496062f1c54079/jupyter_latex_envs-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "3eba42425f7a4d54c6166a742bf4ed83", "sha256": "5997a276b2d04ce88a3e9cc19ad1b3fec51a1c185376534d5e5d156827f6c5f7" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.5.tar.gz", "has_sig": false, "md5_digest": "3eba42425f7a4d54c6166a742bf4ed83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504602, "upload_time": "2016-09-01T22:43:25", "url": "https://files.pythonhosted.org/packages/33/c2/f6ac5aeb7ecee8f2912d66409a9708ade2b36c9bba611769c79bdacbb19c/jupyter_latex_envs-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "94da2f1d762f4e23c0a9d7aaa2c8fbee", "sha256": "28b22675b96f9adb9f0dd52af09fa4c8cb8cc99dab44a91b926ebb36d4cba5c0" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.6.tar.gz", "has_sig": false, "md5_digest": "94da2f1d762f4e23c0a9d7aaa2c8fbee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 527747, "upload_time": "2016-09-03T08:12:24", "url": "https://files.pythonhosted.org/packages/d9/f4/29f0842487ce7defcfccc157c5a15a6475748da1a3bb9582db5e917e3e70/jupyter_latex_envs-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "b726877f3122c87ab344e01ce3e7251a", "sha256": "e706ec8f720cf28d1254874383b830a02e2bf3d52ebc278c8cc50188d902f01e" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.7.tar.gz", "has_sig": false, "md5_digest": "b726877f3122c87ab344e01ce3e7251a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 574461, "upload_time": "2016-09-04T21:58:37", "url": "https://files.pythonhosted.org/packages/53/f7/18f555661d2615900cc79a0d79cb3093b5b4bb15f42df4909d75f4b9ed94/jupyter_latex_envs-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "34ef2d951b0d34fe0773549ceb43b1d7", "sha256": "ebf99f2cbd211038a261e33c43765abc0ce6868cf616238a8cb0c7c30e23e44b" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.8.tar.gz", "has_sig": false, "md5_digest": "34ef2d951b0d34fe0773549ceb43b1d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 542371, "upload_time": "2016-09-05T08:42:11", "url": "https://files.pythonhosted.org/packages/e2/13/5ac45accc13c82f2542b9403eb5e64379965267389709ba44187b7bacaa5/jupyter_latex_envs-1.2.8.tar.gz" } ], "1.2.95": [ { "comment_text": "", "digests": { "md5": "02b1c7981213ffe4f1978f6c387baae2", "sha256": "ed47ead38af5599312eb05243c130a56bffb3c99d13802da26664a8b450f423c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.2.95.tar.gz", "has_sig": false, "md5_digest": "02b1c7981213ffe4f1978f6c387baae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 519202, "upload_time": "2016-09-18T17:38:25", "url": "https://files.pythonhosted.org/packages/b5/d4/afe51770e11039a99557f6b5c7839f3cbb6a3233f3562223e4a5219733a6/jupyter_latex_envs-1.2.95.tar.gz" } ], "1.3.0.1": [ { "comment_text": "", "digests": { "md5": "2db1e837e9ca8356a67b3351f506b2a0", "sha256": "bbdaf080ee29608cdf55f5e4cd599f882447804f05e4f83e87ce56fdb5f3b26f" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.0.1.tar.gz", "has_sig": false, "md5_digest": "2db1e837e9ca8356a67b3351f506b2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 596310, "upload_time": "2016-09-18T22:23:13", "url": "https://files.pythonhosted.org/packages/ff/eb/aa8972070966fcdcf343758c68409d19a7f1675b9a0e11aa836adb3962dc/jupyter_latex_envs-1.3.0.1.tar.gz" } ], "1.3.0.2": [ { "comment_text": "", "digests": { "md5": "aaf74d692929d24505768a753abcda2d", "sha256": "d8d3a3680c0a8377a8b50d9fc2a1bc22d9a180ddde1798ad8988a9c368e5be7f" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.0.2.tar.gz", "has_sig": false, "md5_digest": "aaf74d692929d24505768a753abcda2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 595729, "upload_time": "2016-09-21T19:46:44", "url": "https://files.pythonhosted.org/packages/a7/47/66aa8badb0b7bafb8c7105c8d90a0218d7d83ef4ed0c33d45236c68607e4/jupyter_latex_envs-1.3.0.2.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "216f3d01732caa9fd4f740b0e1fe8d88", "sha256": "c3e39727f4bba2b66f1c60dd4a00791828dc4ff01b5b0632a6f175a6e790eaac" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.1.tar.gz", "has_sig": false, "md5_digest": "216f3d01732caa9fd4f740b0e1fe8d88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 726957, "upload_time": "2016-11-03T11:55:16", "url": "https://files.pythonhosted.org/packages/ea/00/d8f2f97fa8b28b94d8ff89d21ef06c9bc007145fc2c0eda9e78afd9452ec/jupyter_latex_envs-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "164f9ee11a1ebe1a5e1227a5a4d1492a", "sha256": "149a7d9521657c736affca84607d0f532edb43990a68cecc1956c014b6cfd14e" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.2.tar.gz", "has_sig": false, "md5_digest": "164f9ee11a1ebe1a5e1227a5a4d1492a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 727835, "upload_time": "2016-11-04T16:53:30", "url": "https://files.pythonhosted.org/packages/c4/84/52a39191a513cc1d07a42fe048c8ce626f69d07b9b906f44af9ac5937562/jupyter_latex_envs-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "23ab35876ac4aa7f28af0813fe616ef4", "sha256": "bd77b721720f2a889e1cc0c9059c5836186882ba3cf460b457815f3cb9597ec6" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.3.tar.gz", "has_sig": false, "md5_digest": "23ab35876ac4aa7f28af0813fe616ef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 727834, "upload_time": "2016-11-14T22:25:58", "url": "https://files.pythonhosted.org/packages/0d/1d/cf83cb251d6c9c423c6f8905b4fbf1471bfab5b6646b668b80691daa8823/jupyter_latex_envs-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "468c1ad3960e1d76795f9f58700cf3d7", "sha256": "a712cff6d8fe5f7bd7aff1385363234c7053f891f749d28de6f1f1d3ae90b7a1" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.4.tar.gz", "has_sig": false, "md5_digest": "468c1ad3960e1d76795f9f58700cf3d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 727527, "upload_time": "2016-11-17T08:48:35", "url": "https://files.pythonhosted.org/packages/0c/60/a3cd5646b1c0d178737afcc927b183e0b8ba50eccf84bbf144e05ab6ceb5/jupyter_latex_envs-1.3.4.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "2872df194e7ad20669686b7b353a6516", "sha256": "b74fa4dfb2371a129421ca1a3870a821dc8137385b6028f1e8b04454d1e6e1ff" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.tar.gz", "has_sig": false, "md5_digest": "2872df194e7ad20669686b7b353a6516", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 732350, "upload_time": "2016-11-27T23:33:55", "url": "https://files.pythonhosted.org/packages/32/be/b2b8ff848c786a1813d6b7c65a2694a1250bf5e890a833ac5daaf8aa6669/jupyter_latex_envs-1.3.5.tar.gz" } ], "1.3.5.1": [ { "comment_text": "", "digests": { "md5": "8ef100114891a7cdf0054c49aeabe920", "sha256": "e51cf4874da00bb82629c79bd607b3196f9c0dfef9acf764c32f58732e5608e7" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.1.tar.gz", "has_sig": false, "md5_digest": "8ef100114891a7cdf0054c49aeabe920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 732518, "upload_time": "2016-11-28T21:48:51", "url": "https://files.pythonhosted.org/packages/91/db/8bf3a875f84e1981fca67b5cdc864cd3b4ec3a3091344d0dd5e4b16cfae0/jupyter_latex_envs-1.3.5.1.tar.gz" } ], "1.3.5.10": [ { "comment_text": "", "digests": { "md5": "426c86639fdb1224ed6649fed75ea6c9", "sha256": "d308cb5962fa2374e484a68f8628629e0fe246b1d49de3bd8e263a6ba47e3ab5" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.10.tar.gz", "has_sig": false, "md5_digest": "426c86639fdb1224ed6649fed75ea6c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 657989, "upload_time": "2016-12-21T22:46:24", "url": "https://files.pythonhosted.org/packages/41/f8/7f94a89c8e5a619744a22e394d26a7a7ee5b952b72a5c8ad07a3b1bd9dd7/jupyter_latex_envs-1.3.5.10.tar.gz" } ], "1.3.5.11": [ { "comment_text": "", "digests": { "md5": "e2a02a134045c25500c86f6771f14244", "sha256": "17213ec741c5722026cfb6118702207bb46da7d6c5c6499c178928ac8d4533ff" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.11.tar.gz", "has_sig": false, "md5_digest": "e2a02a134045c25500c86f6771f14244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 657865, "upload_time": "2016-12-21T22:47:42", "url": "https://files.pythonhosted.org/packages/3f/30/dcbe5e918af5b5a34c4a67ee5c4ec390d88c2ce512d1a9b22fe293f21dc2/jupyter_latex_envs-1.3.5.11.tar.gz" } ], "1.3.5.2": [ { "comment_text": "", "digests": { "md5": "ba48578eb44a458c9487a6dc3d5967c0", "sha256": "a3a4a305a621485848368c27900a884f4603c56790fc48201369b6ac92dada5f" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.2.tar.gz", "has_sig": false, "md5_digest": "ba48578eb44a458c9487a6dc3d5967c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 732560, "upload_time": "2016-11-28T22:22:13", "url": "https://files.pythonhosted.org/packages/f5/5f/6d2f09ad8b67fc84674a04ecf7b1e61a759b7a05161972ee6a32d2436c3b/jupyter_latex_envs-1.3.5.2.tar.gz" } ], "1.3.5.3": [ { "comment_text": "", "digests": { "md5": "47b504a2bc38c4e8b922db2d2aa9a37a", "sha256": "25b32cee7a3f32e58932d0c31ed2758d26650693dce0cea98c970a2544db273c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.3.tar.gz", "has_sig": false, "md5_digest": "47b504a2bc38c4e8b922db2d2aa9a37a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 732602, "upload_time": "2016-11-29T22:08:37", "url": "https://files.pythonhosted.org/packages/45/ee/c7fe09846e6cd2b2b49ab732cce7931ce332350e6af3666cd9734f148fda/jupyter_latex_envs-1.3.5.3.tar.gz" } ], "1.3.5.4": [ { "comment_text": "", "digests": { "md5": "eefae06b906b1ec6c3b26e0c29258952", "sha256": "a506cae7a9563b663aa218d63b52783f72619e770f3b99915c3ab0c3e4f64682" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.4.tar.gz", "has_sig": false, "md5_digest": "eefae06b906b1ec6c3b26e0c29258952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 657389, "upload_time": "2016-11-30T18:52:25", "url": "https://files.pythonhosted.org/packages/04/41/3ee338a3ba5f895847507525436e07335682d22e4fdb297a3ff8e6804d23/jupyter_latex_envs-1.3.5.4.tar.gz" } ], "1.3.5.5": [ { "comment_text": "", "digests": { "md5": "83a6922f6732084e68b39104ccb89316", "sha256": "3370579f37a3ac943ceb56a1ace654cde0143c4aa4702ae02ec1a440cef36c0b" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.5.tar.gz", "has_sig": false, "md5_digest": "83a6922f6732084e68b39104ccb89316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 658189, "upload_time": "2016-12-21T21:56:11", "url": "https://files.pythonhosted.org/packages/a0/9a/5118d09f490a2fbe305fe35974a68c5d427309095578201831ed0c0a09f0/jupyter_latex_envs-1.3.5.5.tar.gz" } ], "1.3.5.6": [ { "comment_text": "", "digests": { "md5": "a98f9b103e5a4b5aa0e9b40f413bda81", "sha256": "51bb87126dd9cd4c0af6242c200c7f50b0e7e7307cafaeac383d4937f366928d" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.6.tar.gz", "has_sig": false, "md5_digest": "a98f9b103e5a4b5aa0e9b40f413bda81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 658074, "upload_time": "2016-12-21T22:11:13", "url": "https://files.pythonhosted.org/packages/32/6a/bf4fdb306a2fb76b9e5012ecf8cda5b3238c8815eba148cb179062d357b4/jupyter_latex_envs-1.3.5.6.tar.gz" } ], "1.3.5.7": [ { "comment_text": "", "digests": { "md5": "ef0135735ac3bfc7c487c8e1a8b56597", "sha256": "10167c41eb11cff900d7ca40b96adcbbbc88b2dd03a96239d5025cd7f0db09ee" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.7.tar.gz", "has_sig": false, "md5_digest": "ef0135735ac3bfc7c487c8e1a8b56597", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 658182, "upload_time": "2016-12-21T22:27:19", "url": "https://files.pythonhosted.org/packages/e9/e1/72a3ccf24c19070ff158c2b81e8341c1cbcb973b689559b7758d50b4b282/jupyter_latex_envs-1.3.5.7.tar.gz" } ], "1.3.5.8": [ { "comment_text": "", "digests": { "md5": "587527945832c0c1e7bafce5c8ccc9c5", "sha256": "e53372d046b752cab70ed7268da8edf470751419b27667f28aeaa14217e052a1" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.8.tar.gz", "has_sig": false, "md5_digest": "587527945832c0c1e7bafce5c8ccc9c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 658182, "upload_time": "2016-12-21T22:37:45", "url": "https://files.pythonhosted.org/packages/0b/43/68d10e6b142d36cb91017290fad4aea3e08e7b80bbabda2eee9e0a0a984c/jupyter_latex_envs-1.3.5.8.tar.gz" } ], "1.3.5.9": [ { "comment_text": "", "digests": { "md5": "2daaed24d121c398d8a9658de1c29bd1", "sha256": "f5eae198923b2707078d78bc670e05208a0068221e12b0e653205a56be891e30" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.5.9.tar.gz", "has_sig": false, "md5_digest": "2daaed24d121c398d8a9658de1c29bd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 657866, "upload_time": "2016-12-21T22:44:02", "url": "https://files.pythonhosted.org/packages/8d/1b/e8164f3b7f773451d5c3d8461e2489546f1b1dfa81c7b91cbdefd02ecf89/jupyter_latex_envs-1.3.5.9.tar.gz" } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "06af84d27abbeff5727283449abde4cb", "sha256": "5d189e612cf72a8cdb37d920538a2e38e826c0ab096eb01355195629399a445c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.6.tar.gz", "has_sig": false, "md5_digest": "06af84d27abbeff5727283449abde4cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 658058, "upload_time": "2016-12-28T20:40:51", "url": "https://files.pythonhosted.org/packages/7f/96/a06318464afb5ae00b2367d8b92d14d75d87ab50b941aa381466c7a7f947/jupyter_latex_envs-1.3.6.tar.gz" } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "014586f7735ac5db00437e57d32d652e", "sha256": "e151c6905dd7b65996f5fe01de3056a07b7ff0361b01621985bc43228032f683" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.7.tar.gz", "has_sig": false, "md5_digest": "014586f7735ac5db00437e57d32d652e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 710356, "upload_time": "2017-02-09T13:54:34", "url": "https://files.pythonhosted.org/packages/7b/99/26656ec223cd52bffa1f981050652994311ef33882347e470bfd6b2a714f/jupyter_latex_envs-1.3.7.tar.gz" } ], "1.3.7.1": [ { "comment_text": "", "digests": { "md5": "ff8e1f5945f12aefaaa4ae4dac45dc07", "sha256": "2692bd963217324baa3873bd355afcc3053fd742df167085ebc4c627102291f1" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.7.1.tar.gz", "has_sig": false, "md5_digest": "ff8e1f5945f12aefaaa4ae4dac45dc07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 710473, "upload_time": "2017-02-09T15:58:43", "url": "https://files.pythonhosted.org/packages/ee/1f/7342e067f946377a9499803b78a22efb2b583c504377f4366904c65d6414/jupyter_latex_envs-1.3.7.1.tar.gz" } ], "1.3.7.2": [ { "comment_text": "", "digests": { "md5": "625a6ec7163e3eab2ab146d7c390bef9", "sha256": "7a6375cd9115f28bf9d6dacbce9666616eb241905f5ecdd558a42c0a8013f06b" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.7.2.tar.gz", "has_sig": false, "md5_digest": "625a6ec7163e3eab2ab146d7c390bef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 711306, "upload_time": "2017-02-20T21:11:42", "url": "https://files.pythonhosted.org/packages/7d/9f/be4097f263271d07ecc7dca23b60fcad4915522aa2835609a9779775c5c1/jupyter_latex_envs-1.3.7.2.tar.gz" } ], "1.3.8": [ { "comment_text": "", "digests": { "md5": "7152ac82845925cd7e92772d11677f4e", "sha256": "0d79ed1ab4c793673ee46cf1f4fcb675d80a5fb9c0cc9efb6df63b19b1e4eb1d" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.8.tar.gz", "has_sig": false, "md5_digest": "7152ac82845925cd7e92772d11677f4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 791959, "upload_time": "2017-03-15T22:37:40", "url": "https://files.pythonhosted.org/packages/d7/1c/1dc53ab406b4095db4748ac20f2fae1061dfc7db172079ba54ccfa72771c/jupyter_latex_envs-1.3.8.tar.gz" } ], "1.3.8.1": [ { "comment_text": "", "digests": { "md5": "c5e544e4f313816252660d395a6af07c", "sha256": "43fdd8ecd0315e22cd19d2694d7fa629be305f7e9c950fe45215d009905ea10a" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.8.1.tar.gz", "has_sig": false, "md5_digest": "c5e544e4f313816252660d395a6af07c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 792061, "upload_time": "2017-03-15T22:58:22", "url": "https://files.pythonhosted.org/packages/73/84/8aacda0d235e2ed861fec9d4b0b52121d913d59714fade908952386fb1fd/jupyter_latex_envs-1.3.8.1.tar.gz" } ], "1.3.8.2": [ { "comment_text": "", "digests": { "md5": "7fa33eada889f54f395a06594c8e6695", "sha256": "03903563344b1783e4aeda9c2be277da9717c5940fc901fe3f1c6eb8c858f18c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.8.2.tar.gz", "has_sig": false, "md5_digest": "7fa33eada889f54f395a06594c8e6695", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 792086, "upload_time": "2017-03-15T23:41:04", "url": "https://files.pythonhosted.org/packages/7e/60/650bbca366ed0735e6e9aa72e4632274f9a990eaf7c9178f13da6b12917e/jupyter_latex_envs-1.3.8.2.tar.gz" } ], "1.3.8.3": [ { "comment_text": "", "digests": { "md5": "6e4bf0e5b42fc14e74662a4e552d2c15", "sha256": "24feae8d48e04e4fe9bb81b2b724726e91b9b639d262fae53dbe75aaea5f694c" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.8.3.tar.gz", "has_sig": false, "md5_digest": "6e4bf0e5b42fc14e74662a4e552d2c15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 792099, "upload_time": "2017-03-28T16:48:40", "url": "https://files.pythonhosted.org/packages/e6/a5/0b08d831e28074ff01a11301c4e6206678f5e0f1c325ab37e0cd39faa20b/jupyter_latex_envs-1.3.8.3.tar.gz" } ], "1.3.8.4": [ { "comment_text": "", "digests": { "md5": "ce0a299db9e9da396f392dbcdaecdf88", "sha256": "cae095f58d656efe9c703cbf34dba613b7a435b711de7c08430855b531fc0c4f" }, "downloads": -1, "filename": "jupyter_latex_envs-1.3.8.4.tar.gz", "has_sig": false, "md5_digest": "ce0a299db9e9da396f392dbcdaecdf88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 792097, "upload_time": "2017-03-28T17:27:40", "url": "https://files.pythonhosted.org/packages/04/15/15b46bb16784c97a1f644b2472fdf698272594aa7dd2f3ad3d493482ca25/jupyter_latex_envs-1.3.8.4.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "8cf4fac8d6a4baa76197714003427151", "sha256": "c9fc29f46f4f14fac7304d8472aaf97d279c6989d264d86cf14046cefb22e35b" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.0.tar.gz", "has_sig": false, "md5_digest": "8cf4fac8d6a4baa76197714003427151", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 793131, "upload_time": "2017-11-28T22:06:20", "url": "https://files.pythonhosted.org/packages/78/bf/6944e640230b11daed141139e6ead60ba9e84b4c4f3fd5099ba83d32f89a/jupyter_latex_envs-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "4cec71419ae0f11dc4406e2ca2824dec", "sha256": "4bce3c4d55118a88909bca2fba73d10f5fae9a7a387abbf97498f3724cbe4e5e" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.1.tar.gz", "has_sig": false, "md5_digest": "4cec71419ae0f11dc4406e2ca2824dec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 793254, "upload_time": "2017-12-09T11:05:41", "url": "https://files.pythonhosted.org/packages/f1/1e/1724dcbbd768411fddd3fb0225ed1852f15842a32979933c314e6cda8ad9/jupyter_latex_envs-1.4.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "b53fee2f721313ff2f541b35100f334e", "sha256": "984f47ee26792cc8b9df7c5343925bbc9ff41a0ecf6bddfbe385f61017e5a66a" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.2.tar.gz", "has_sig": false, "md5_digest": "b53fee2f721313ff2f541b35100f334e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 855734, "upload_time": "2018-02-24T20:28:33", "url": "https://files.pythonhosted.org/packages/c5/84/d13c959713ad95ac61b37b13396d78d84e250fb29ad4a1762f74a1bcce42/jupyter_latex_envs-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "500e2c8e85a6b5845a45c230c0b46f0b", "sha256": "cd8a2fa4d82d00a1439b3ff50d8950e79951565432baa1c96db3301fa1cb650b" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.3.tar.gz", "has_sig": false, "md5_digest": "500e2c8e85a6b5845a45c230c0b46f0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 855678, "upload_time": "2018-02-24T20:34:45", "url": "https://files.pythonhosted.org/packages/90/8e/3fd98fd09e2fd92cd07cb3df9c46ea855131de2ca475657857b739b77d1b/jupyter_latex_envs-1.4.3.tar.gz" } ], "1.4.4": [ { "comment_text": "", "digests": { "md5": "88c1023c230c622d4a6d5258f533689f", "sha256": "b0a83e0cda2d33e61c4b2da94365d2de4dfcdc1ed67abdba3cbe390872cf5231" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.4.tar.gz", "has_sig": false, "md5_digest": "88c1023c230c622d4a6d5258f533689f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 855939, "upload_time": "2018-03-02T18:00:00", "url": "https://files.pythonhosted.org/packages/98/db/ef83fb7a8dd71a1c38d8cc5484bb5226dcd8dd996483d6ad3d944670c57b/jupyter_latex_envs-1.4.4.tar.gz" } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "c01b8b030502ecf09c645ce619ed1549", "sha256": "a9804e59ff84b9328fbc3df05a4b79437e2523cab22c1d891bcd21e37ff5aa75" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.5.tar.gz", "has_sig": false, "md5_digest": "c01b8b030502ecf09c645ce619ed1549", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 861653, "upload_time": "2018-12-02T21:41:08", "url": "https://files.pythonhosted.org/packages/d6/90/3ecce74a100b3ce1d6662d0d154e92c6784244625f0cb3c16727decd68a9/jupyter_latex_envs-1.4.5.tar.gz" } ], "1.4.6": [ { "comment_text": "", "digests": { "md5": "62c1471a0d771a90401b7df6b18a2ee5", "sha256": "070a31eb2dc488bba983915879a7c2939247bf5c3b669b398bdb36a9b5343872" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.6.tar.gz", "has_sig": false, "md5_digest": "62c1471a0d771a90401b7df6b18a2ee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 861657, "upload_time": "2018-12-02T22:31:10", "url": "https://files.pythonhosted.org/packages/0e/15/55805de080d5542f76920364635e96e64d3b37f678befdfe3b16aa154205/jupyter_latex_envs-1.4.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62c1471a0d771a90401b7df6b18a2ee5", "sha256": "070a31eb2dc488bba983915879a7c2939247bf5c3b669b398bdb36a9b5343872" }, "downloads": -1, "filename": "jupyter_latex_envs-1.4.6.tar.gz", "has_sig": false, "md5_digest": "62c1471a0d771a90401b7df6b18a2ee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 861657, "upload_time": "2018-12-02T22:31:10", "url": "https://files.pythonhosted.org/packages/0e/15/55805de080d5542f76920364635e96e64d3b37f678befdfe3b16aa154205/jupyter_latex_envs-1.4.6.tar.gz" } ] }