{ "info": { "author": "Xavier Dupr\u00e9, Denis Akhiyarov", "author_email": "denis.akhiyarov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: IPython", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: C#", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "IPython cell magic to use .NET languages (C#, VB.NET, F#) from jupyter notebooks:\r\n\r\nhttps://pypi.python.org/pypi/clrmagic/\r\n\r\nBased on a blog post from Xavier Dupr\u00e9 @sdpython:\r\n\r\nhttp://www.xavierdupre.fr/blog/2014-09-20_nojs.html\r\n\r\nSimple wheel installation::\r\n\r\n pip install clrmagic\r\n\r\nLaunch Jupyter notebook with IPython kernel::\r\n\r\n jupyter notebook\r\n\r\nIn open notebook load clrmagic extension::\r\n\r\n %reload_ext clrmagic\r\n\r\nMagic cell with C# code::\r\n\r\n %%CS mypower System.dll\r\n public static double mypower(double x, double y)\r\n {\r\n if (y == 0) return 1.0 ;\r\n return System.Math.Pow(x,y) ;\r\n }\r\n .>\r\n\r\nNext evaluate in normal IPython cell::\r\n\r\n mypower(3.0,3.0)\r\n 27.0", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pythonnet/clrmagic", "keywords": ".NET CLR Mono Jupyter IPython notebook C# CSHARP pythonnet", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "clrmagic", "package_url": "https://pypi.org/project/clrmagic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clrmagic/", "project_urls": { "Homepage": "https://github.com/pythonnet/clrmagic" }, "release_url": "https://pypi.org/project/clrmagic/0.0.1a2/", "requires_dist": null, "requires_python": "", "summary": "IPython cell magic to use .NET languages", "version": "0.0.1a2" }, "last_serial": 2347605, "releases": { "0.0.1a2": [ { "comment_text": "", "digests": { "md5": "8c8faec97c0fe484b31cd3fae51c9e8d", "sha256": "b3ed6ff24059c9d59e9139b39363d538e261397ae0c8ad566c98254f71969f32" }, "downloads": -1, "filename": "clrmagic-0.0.1a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c8faec97c0fe484b31cd3fae51c9e8d", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 5737, "upload_time": "2016-09-15T17:12:42", "url": "https://files.pythonhosted.org/packages/2a/8a/0fa3e5ec55cc2b80dc0fe12645810b3f819065801a3228a46ba845c1d2ef/clrmagic-0.0.1a2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61e5d6b476ce514176f52718f21f0beb", "sha256": "efe65060727c5ed92f96869f35d8d5207ad5373c82f339670ce66685c40e0c07" }, "downloads": -1, "filename": "clrmagic-0.0.1a2.tar.gz", "has_sig": false, "md5_digest": "61e5d6b476ce514176f52718f21f0beb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3369, "upload_time": "2016-09-13T05:04:35", "url": "https://files.pythonhosted.org/packages/8a/b5/57d3c62b064b2699318b8f2baa240685c414e50034ba83a4df8e230d8649/clrmagic-0.0.1a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c8faec97c0fe484b31cd3fae51c9e8d", "sha256": "b3ed6ff24059c9d59e9139b39363d538e261397ae0c8ad566c98254f71969f32" }, "downloads": -1, "filename": "clrmagic-0.0.1a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c8faec97c0fe484b31cd3fae51c9e8d", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 5737, "upload_time": "2016-09-15T17:12:42", "url": "https://files.pythonhosted.org/packages/2a/8a/0fa3e5ec55cc2b80dc0fe12645810b3f819065801a3228a46ba845c1d2ef/clrmagic-0.0.1a2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61e5d6b476ce514176f52718f21f0beb", "sha256": "efe65060727c5ed92f96869f35d8d5207ad5373c82f339670ce66685c40e0c07" }, "downloads": -1, "filename": "clrmagic-0.0.1a2.tar.gz", "has_sig": false, "md5_digest": "61e5d6b476ce514176f52718f21f0beb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3369, "upload_time": "2016-09-13T05:04:35", "url": "https://files.pythonhosted.org/packages/8a/b5/57d3c62b064b2699318b8f2baa240685c414e50034ba83a4df8e230d8649/clrmagic-0.0.1a2.tar.gz" } ] }