{ "info": { "author": "Simon Li", "author_email": "spli@dundee.ac.uk", "bugtrack_url": null, "classifiers": [], "description": "Jupyter Notebook Params\n=======================\n\nTakes query parameters from a url to update a parameter cell of a jupyter notebook.\n\n\nInstallation\n------------\n\n pip install jupyter-notebookparams\n\nThis should automatically enable the extension. If it is not listed in `jupyter nbextension list` install and enable it:\n\n jupyter nbextension install --py jupyter_notebookparams --sys-prefix\n jupyter nbextension enable --py jupyter_notebookparams --sys-prefix\n\n\nUsage\n-----\n\nCreate a notebook cell that starts with the exact string `# Parameters:`\nAdd parameters to the URL of a notebook, e.g. `http://example.org/notebook.ipynb?a=1&b=False`.\nThe content of the first cell starting with `# Parameters:` will be replaced with the passed parameters, e.g.\n\n # Parameters:\n a = 1\n b = False\n\nAdd the parameter `autorun=true` to automatically run the notebook.", "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/manics/jupyter-notebookparams", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jupyter-notebookparams", "package_url": "https://pypi.org/project/jupyter-notebookparams/", "platform": "", "project_url": "https://pypi.org/project/jupyter-notebookparams/", "project_urls": { "Homepage": "https://github.com/manics/jupyter-notebookparams" }, "release_url": "https://pypi.org/project/jupyter-notebookparams/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Pass URL parameters to a Jupyter notebook", "version": "0.0.3" }, "last_serial": 5793620, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "eb7a52cd8b1c2f1c1138bd995c5d31b6", "sha256": "37bf3c2bf0fb115245230bd1169aff7f712a7c118443c76f79a1cfb2dbe6174a" }, "downloads": -1, "filename": "jupyter-notebookparams-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eb7a52cd8b1c2f1c1138bd995c5d31b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3195, "upload_time": "2019-09-05T21:59:31", "url": "https://files.pythonhosted.org/packages/6c/42/aa4ac9732df0d63e417de90d4015683c66f819c65458e2a87a22be4ea52f/jupyter-notebookparams-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "06b801bd30bf464fb1a2209689bf87c9", "sha256": "ecffc606f1eb88d662082944432060b30844c7ea6f05a26d288704ab5c209536" }, "downloads": -1, "filename": "jupyter-notebookparams-0.0.2.tar.gz", "has_sig": false, "md5_digest": "06b801bd30bf464fb1a2209689bf87c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3248, "upload_time": "2019-09-06T19:20:40", "url": "https://files.pythonhosted.org/packages/01/75/0436a69def5ef3eb41b729f0eae0d7c4db38e65912ac0515a79e0c1d8202/jupyter-notebookparams-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "48c9a86d70bcb403170f0cf74e81963b", "sha256": "779d0f5631fe978c843924d3c131b29756fd227c2e4091640950b8a317eb8063" }, "downloads": -1, "filename": "jupyter-notebookparams-0.0.3.tar.gz", "has_sig": false, "md5_digest": "48c9a86d70bcb403170f0cf74e81963b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3298, "upload_time": "2019-09-06T19:37:30", "url": "https://files.pythonhosted.org/packages/38/b0/27edd540a0f531ece44b570cdd07b417680ec9748985b729761a6b81dcc7/jupyter-notebookparams-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48c9a86d70bcb403170f0cf74e81963b", "sha256": "779d0f5631fe978c843924d3c131b29756fd227c2e4091640950b8a317eb8063" }, "downloads": -1, "filename": "jupyter-notebookparams-0.0.3.tar.gz", "has_sig": false, "md5_digest": "48c9a86d70bcb403170f0cf74e81963b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3298, "upload_time": "2019-09-06T19:37:30", "url": "https://files.pythonhosted.org/packages/38/b0/27edd540a0f531ece44b570cdd07b417680ec9748985b729761a6b81dcc7/jupyter-notebookparams-0.0.3.tar.gz" } ] }