Skip to main content

A Jupyter widget for react-colorful.

Project description

ipycolorful

PyPI + npm

A Jupyter widget for react-colorful.

References

Development

  • mamba env create -f environment.yml or mamba create -n ipycolorful-dev -c conda-forge jupyterlab jupyter-packaging nodejs yarn python.
  • conda activate ipycolorful-dev.
  • pip install -e . + conda list.
  • JupyterLab (source): jupyter labextension develop --overwrite ..
  • Jupyter Notebook/classic notebook (source):
    • jupyter nbextension install --sys-prefix --symlink --overwrite --py ipycolorful.
    • jupyter nbextension enable --sys-prefix --py ipycolorful.
  • yarn run clean + yarn run build.
  • jupyter lab or jupyter notebook.

Deployment

  • conda activate ipycolorful-dev.
  • Update the version in the package.json, ipycolorful/_version.py, and/or ipycolorful/_frontend.py files.
  • npm pack --dry-run.
  • yarn login.
  • yarn publish.
  • yarn run clean.
  • python -m build --no-isolation ..
  • After removing the old files:
    • twine check dist/ipycolorful* (vs. twine check dist/*).
    • twine upload dist/ipycolorful* (vs. twine upload dist/*).
  • git tag 0.1.0 (update the version).
  • git tag.
  • GitHub Desktop + git push --tags.

Notes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipycolorful-0.1.1.tar.gz (67.4 kB view hashes)

Uploaded Source

Built Distribution

ipycolorful-0.1.1-py2.py3-none-any.whl (146.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page