Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psychemedia authored Sep 3, 2024
1 parent 73f8dd8 commit 67948bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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)

Install from PyPi [[here](https://pypi.org/project/jupyterlab-ou-brand-extension/)]: `pip install jupyterlab_ou_brand_extension`

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`
Expand Down Expand Up @@ -36,4 +38,4 @@ python -m build
# Push to PyPi
pip install twine
twine upload MY_PACKAGE.whl
```
```

0 comments on commit 67948bd

Please sign in to comment.