{ "info": { "author": "Noj Vek", "author_email": "nojvek@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# ipynb-py-convert\n\nAtom/Hydrogen or VSCode/Python allows creating a python files split into cells with `# %%` separators with the ability to run cells via backend Jupyter session and interactively show results back.\n\nMore examples: [Jupyter Python VSCode examples](https://github.com/DonJayamanne/pythonVSCode/wiki/Jupyter-Examples), [Atom/Hydrogen Getting Started](https://nteract.gitbooks.io/hydrogen/docs/Usage/GettingStarted.html).\n\n[ipynb-py-convert](https://pypi.python.org/pypi/ipynb-py-convert) python module converts files: .ipynb to .py and .py to .ipynb.\n\n**ipynb-py-convert** is a forks of the [vscode-ipynb-py-converter](https://github.com/nojvek/vscode-ipynb-py-converter).\n\n\n## Install\n\n```bash\nconda install -c defaults -c conda-forge ipynb-py-convert\n```\nor\n```bash\npip install ipynb-py-convert\n```\n\n\n## Example\n\n`ipynb-py-convert examples/plot.py examples/plot.ipynb`\n\nor\n\n`ipynb-py-convert examples/plot.ipynb examples/plot.py`\n\n\n**VSCode**\n\n![](https://github.com/kiwi0fruit/ipynb-py-convert/raw/master/examples/vscode.png)\n\nMarkdown cells are converted to python multiline strings `'''`. Code cells are left as is. `# %%` is used by vscode as the cell marker on which 'Run Cell' action is available.\n\n\n**Jupyter ipynb notebook**\n\n![](https://github.com/kiwi0fruit/ipynb-py-convert/raw/master/examples/jupyter.png)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kiwi0fruit/ipynb-py-convert", "keywords": "vscode,jupyter,convert,ipynb,py,atom,hydrogen", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ipynb-py-convert", "package_url": "https://pypi.org/project/ipynb-py-convert/", "platform": "", "project_url": "https://pypi.org/project/ipynb-py-convert/", "project_urls": { "Homepage": "https://github.com/kiwi0fruit/ipynb-py-convert" }, "release_url": "https://pypi.org/project/ipynb-py-convert/0.4.4/", "requires_dist": null, "requires_python": "", "summary": "Convert .py files runnable in VSCode/Python or Atom/Hydrogen to jupyter .ipynb notebooks and vice versa", "version": "0.4.4" }, "last_serial": 4729736, "releases": { "0.4.4": [ { "comment_text": "", "digests": { "md5": "921e7a34ce8b9f79c3b29f128268d327", "sha256": "45a1bb36ed3580b7c5f40d70ce104da375be89537925fba2643a9372cc002dc5" }, "downloads": -1, "filename": "ipynb-py-convert-0.4.4.tar.gz", "has_sig": false, "md5_digest": "921e7a34ce8b9f79c3b29f128268d327", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2019-01-23T08:44:24", "url": "https://files.pythonhosted.org/packages/61/07/59855a8afc2da73f0bafbf89e09002ee0705fed0016ddf2acf062eb042f1/ipynb-py-convert-0.4.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "921e7a34ce8b9f79c3b29f128268d327", "sha256": "45a1bb36ed3580b7c5f40d70ce104da375be89537925fba2643a9372cc002dc5" }, "downloads": -1, "filename": "ipynb-py-convert-0.4.4.tar.gz", "has_sig": false, "md5_digest": "921e7a34ce8b9f79c3b29f128268d327", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2019-01-23T08:44:24", "url": "https://files.pythonhosted.org/packages/61/07/59855a8afc2da73f0bafbf89e09002ee0705fed0016ddf2acf062eb042f1/ipynb-py-convert-0.4.4.tar.gz" } ] }