jupyterlab-ou-brand-extension


Namejupyterlab-ou-brand-extension JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/psychemedia/jupyterlab_ou_brand_extension
SummaryCustom branding extension for JupyterLab and RetroLab
upload_time2023-09-07 10:55:42
maintainer
docs_urlNone
authorTony Hirst
requires_python>=3.6
licenseBSD-3-Clause
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyterlab_ou_brand_extension

Simple extension to apply custom brand logos JupyterLab.

Demo [JupyterLab site via JupyterLite](http://innovationoutside.github.io/jupyterlab_ou_brand_extension/)
Demo [RetroLab / notebook v.7 site via JupyterLite](http://innovationoutside.github.io/jupyterlab_ou_brand_extension/retro)

To install the prebuilt extension from a wheel:

`pip3 install --upgrade https://raw.githubusercontent.com/innovationOUtside/jupyterlab_ou_brand_extension/main/dist/jupyterlab_ou_brand_extension-0.1.0-py3-none-any.whl`

Custom logos applied to:

- JupyterLab IDE
- RetroLab homepage
- RetroLab notebooks
- favicons

![](./images/branding_logos_jupyterlab.png)

About: [Custom Branded Logos for JupyterLab and RetroLab (Jupyter notebook v.7)](https://blog.ouseful.info/2022/04/29/custom-branded-logos-for-jupyterlab-and-retrolab-jupyter-notebook-v-7/)

## Building and Pushing Newly Built Wheels to PyPi

```bash
# Build
pip install build

#Install the package
pip install .

# Node MUST BE INSTALLED
python -m build
# packages built into ./dist

# Push to PyPi
pip install twine
twine upload MY_PACKAGE.whl
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/psychemedia/jupyterlab_ou_brand_extension",
    "name": "jupyterlab-ou-brand-extension",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,JupyterLab,JupyterLab3",
    "author": "Tony Hirst",
    "author_email": "tony.hirst@gmail.com",
    "download_url": "",
    "platform": "Linux",
    "description": "# jupyterlab_ou_brand_extension\n\nSimple extension to apply custom brand logos JupyterLab.\n\nDemo [JupyterLab site via JupyterLite](http://innovationoutside.github.io/jupyterlab_ou_brand_extension/)\nDemo [RetroLab / notebook v.7 site via JupyterLite](http://innovationoutside.github.io/jupyterlab_ou_brand_extension/retro)\n\nTo install the prebuilt extension from a wheel:\n\n`pip3 install --upgrade https://raw.githubusercontent.com/innovationOUtside/jupyterlab_ou_brand_extension/main/dist/jupyterlab_ou_brand_extension-0.1.0-py3-none-any.whl`\n\nCustom logos applied to:\n\n- JupyterLab IDE\n- RetroLab homepage\n- RetroLab notebooks\n- favicons\n\n![](./images/branding_logos_jupyterlab.png)\n\nAbout: [Custom Branded Logos for JupyterLab and RetroLab (Jupyter notebook v.7)](https://blog.ouseful.info/2022/04/29/custom-branded-logos-for-jupyterlab-and-retrolab-jupyter-notebook-v-7/)\n\n## Building and Pushing Newly Built Wheels to PyPi\n\n```bash\n# Build\npip install build\n\n#Install the package\npip install .\n\n# Node MUST BE INSTALLED\npython -m build\n# packages built into ./dist\n\n# Push to PyPi\npip install twine\ntwine upload MY_PACKAGE.whl\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Custom branding extension for JupyterLab and RetroLab",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/psychemedia/jupyterlab_ou_brand_extension"
    },
    "split_keywords": [
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33c54d1639840e5c98cc225d18f33754a4845ba737a6e7b694f6b2b4029c7710",
                "md5": "e64cfb1dde83da8282715a6bd1a33315",
                "sha256": "6516a5af42bbf2f3b7359ff3ce0f3e40ca741aed5162f02bfb78f4c190faad02"
            },
            "downloads": -1,
            "filename": "jupyterlab_ou_brand_extension-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e64cfb1dde83da8282715a6bd1a33315",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34060,
            "upload_time": "2023-09-07T10:55:42",
            "upload_time_iso_8601": "2023-09-07T10:55:42.492925Z",
            "url": "https://files.pythonhosted.org/packages/33/c5/4d1639840e5c98cc225d18f33754a4845ba737a6e7b694f6b2b4029c7710/jupyterlab_ou_brand_extension-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 10:55:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psychemedia",
    "github_project": "jupyterlab_ou_brand_extension",
    "github_not_found": true,
    "lcname": "jupyterlab-ou-brand-extension"
}
        
Elapsed time: 0.23377s