{ "info": { "author": "Charl P. Botha", "author_email": "cpbotha@vxlabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Shell IPython Notebook\n=============================\n\nThis Django app adds one shell command, ``shell_ipynb``, which starts up\nthe IPython Notebook as your Django shell instead of the default. The\nIPython Notebook has several advantages, including that you can save a\nwhole experimentation session as a reusable notebook, and HTML-based\ncompletion and code documentation.\n\nInstallation\n------------\nThe easiest way to install ``django-shell-ipynb`` is to use ``pip``.\nEither do this from pypi::\n\n pip install django-shell-ipynb\n\nOr directly from github::\n\n pip install git+git://github.com/cpbotha/django-shell-ipynb.git \n\nAfter successful installation, add ``django_shell_ipynb`` to your Django\nproject's ``INSTALLED_APPS``. \n\nAfter having done this, you can start up the IPython Notebook Django\nshell with::\n\n python manage.py shell_ipynb\n\nAt which point your browser should start up with the IPython Dashboard,\nfrom which you can create new or edit existing notebooks.\n\nAlternatives\n------------\nYou can get the same behaviour with the ``shell_plus`` management\ncommand added by `django-extensions\n`_ app, which \ncomes with a whole bunch of other management commands you might want or\nnot want.\n\nAfter releasing 0.2.0, I also discovered `django_ipython_notebook\n`_. However, that\none internally uses the deprecated\n``django.core.management.setup_environ()`` function hardcoded for\n``settings``, and executes ipython using ``os.system()``, both of which\nare not ideal.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cpbotha/django-shell-ipynb", "keywords": "django ipython notebook shell", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-shell-ipynb", "package_url": "https://pypi.org/project/django-shell-ipynb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-shell-ipynb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cpbotha/django-shell-ipynb" }, "release_url": "https://pypi.org/project/django-shell-ipynb/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "A Django management command \"shell_ipynb\" that uses the ipython notebook instead of ipython.", "version": "0.3.0" }, "last_serial": 1134567, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "51772b403ba346dbb4aa3ce02b766250", "sha256": "3d7775956ee8aa7c6d38a7d6ccd12c01157c16c9c057fe8c923d3d244f3a6083" }, "downloads": -1, "filename": "django-shell-ipynb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "51772b403ba346dbb4aa3ce02b766250", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2573, "upload_time": "2013-04-21T15:04:26", "url": "https://files.pythonhosted.org/packages/11/be/aea5846f165877fe12ceba051090bc96a98f4e934e08c9edcf093a43f74c/django-shell-ipynb-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b2274cc8fbc58625c397b2bb3ae6e9dc", "sha256": "82b8c6cc25180fe25c7e72d7e18e2069115361a419b5602b44608fc81e34c0c7" }, "downloads": -1, "filename": "django-shell-ipynb-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b2274cc8fbc58625c397b2bb3ae6e9dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3105, "upload_time": "2013-04-26T09:28:22", "url": "https://files.pythonhosted.org/packages/f4/0f/855db76ebc1cfe67a6687105b69c469fc32c409cb73e9ffe900aff6aeaa2/django-shell-ipynb-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e9a3fb87d6bc1c5f0a209301969c0b76", "sha256": "b57e6a8b5b3eb2d93fdd84c04c012116aeee588d257345e8d91087eb57e4aa26" }, "downloads": -1, "filename": "django-shell-ipynb-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e9a3fb87d6bc1c5f0a209301969c0b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2868, "upload_time": "2014-06-23T13:13:37", "url": "https://files.pythonhosted.org/packages/33/90/580a59b29cebc4e911faa24f89f608350c3c1e45d3f486873de430fd5bae/django-shell-ipynb-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9a3fb87d6bc1c5f0a209301969c0b76", "sha256": "b57e6a8b5b3eb2d93fdd84c04c012116aeee588d257345e8d91087eb57e4aa26" }, "downloads": -1, "filename": "django-shell-ipynb-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e9a3fb87d6bc1c5f0a209301969c0b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2868, "upload_time": "2014-06-23T13:13:37", "url": "https://files.pythonhosted.org/packages/33/90/580a59b29cebc4e911faa24f89f608350c3c1e45d3f486873de430fd5bae/django-shell-ipynb-0.3.0.tar.gz" } ] }