innovationOUtside / jupyterlab_ou_brand_extension

Example Jupyter extension providing custom branded logos

Home Page:http://innovationoutside.github.io/jupyterlab_ou_brand_extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyterlab_ou_brand_extension

Simple extension to apply custom brand logos JupyterLab.

Demo JupyterLab site via JupyterLite Demo RetroLab / notebook v.7 site via JupyterLite

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

About: Custom Branded Logos for JupyterLab and RetroLab (Jupyter notebook v.7)

Building and Pushing Newly Built Wheels to PyPi

# 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

About

Example Jupyter extension providing custom branded logos

http://innovationoutside.github.io/jupyterlab_ou_brand_extension/

License:MIT License


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.4%Language:JavaScript 0.2%Language:CSS 0.1%