jupyter-utils-tddschn


Namejupyter-utils-tddschn JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/tddschn/jupyter-utils-tddschn
Summary
upload_time2022-12-13 12:33:22
maintainer
docs_urlNone
authorXinyuan Chen
requires_python>=3.10,<4.0
licenseMIT
keywords jupyter notebook utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyter-utils-tddschn

Most code were copied from https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Importing%20Notebooks.html

## How do I ... ?

### Import a `.ipynb` file?

```python
from jupyter_utils_tddschn import notebook_importer

# then just import a .ipynb file like a .py file
# to import test.ipynb:
import test
```

### Show the content of a notebook, syntax highlighted?

```python
from jupyter_utils_tddschn.notebook_shower import show_notebook

show_notebook('notebooks/test.ipynb')

```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tddschn/jupyter-utils-tddschn",
    "name": "jupyter-utils-tddschn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "jupyter,notebook,utility",
    "author": "Xinyuan Chen",
    "author_email": "45612704+tddschn@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/53/e5405924e4b6489c163d6bfcd01f940a344d5d93387759453f430b774328/jupyter-utils-tddschn-0.1.6.tar.gz",
    "platform": null,
    "description": "# jupyter-utils-tddschn\n\nMost code were copied from https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Importing%20Notebooks.html\n\n## How do I ... ?\n\n### Import a `.ipynb` file?\n\n```python\nfrom jupyter_utils_tddschn import notebook_importer\n\n# then just import a .ipynb file like a .py file\n# to import test.ipynb:\nimport test\n```\n\n### Show the content of a notebook, syntax highlighted?\n\n```python\nfrom jupyter_utils_tddschn.notebook_shower import show_notebook\n\nshow_notebook('notebooks/test.ipynb')\n\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.6",
    "split_keywords": [
        "jupyter",
        "notebook",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5a7c82dc5368d7d80097fca01c09df8d",
                "sha256": "87e45da6926c7112657e3a0839c6764342fbde0433efbd019aba218dd02003a3"
            },
            "downloads": -1,
            "filename": "jupyter_utils_tddschn-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a7c82dc5368d7d80097fca01c09df8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 4609,
            "upload_time": "2022-12-13T12:33:23",
            "upload_time_iso_8601": "2022-12-13T12:33:23.529642Z",
            "url": "https://files.pythonhosted.org/packages/7c/48/9df7aa3c5b96435a1e0a783fdc211c6992d1d9b4c7759d944a0b5ff72530/jupyter_utils_tddschn-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c560629e8ed7a7379d406afa31476206",
                "sha256": "4f4c357291a7d30b238c36526315fa6ed6a2de568462a2b92fa7d94835868218"
            },
            "downloads": -1,
            "filename": "jupyter-utils-tddschn-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c560629e8ed7a7379d406afa31476206",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 3814,
            "upload_time": "2022-12-13T12:33:22",
            "upload_time_iso_8601": "2022-12-13T12:33:22.190273Z",
            "url": "https://files.pythonhosted.org/packages/0e/53/e5405924e4b6489c163d6bfcd01f940a344d5d93387759453f430b774328/jupyter-utils-tddschn-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 12:33:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tddschn",
    "github_project": "jupyter-utils-tddschn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jupyter-utils-tddschn"
}
        
Elapsed time: 0.01774s