Skip to content

Instantly share code, notes, and snippets.

View willingc's full-sized avatar

Carol Willing willingc

View GitHub Profile
@willingc
willingc / sw_dev_leadership.md
Created March 27, 2025 20:02
Software development and leadership
@willingc
willingc / data.md
Last active February 28, 2025 18:33
PR merge data napari

PR Merges

Month napari docs
2025-02 48 15
2025-01 53 9
2024-12 25 12
2024-11 31 17
2024-10 11 4
@willingc
willingc / napari_repos.md
Created February 28, 2025 05:51
Napari repos

napari GitHub Repositories

Repository Name URL Stars Description
napari Link 2293 napari: a fast, interactive, multi-dimensional image viewer for python
napari-animation Link 83 A napari plugin for making animations
cookiecutter-napari-plugin Link 69 Cookiecutter for napari plugins
napari.github.io Link 44 website for the napari image viewer
napari-graph Link 13 Efficient graph data structures and algorithms for fast slicing, visualization, and editing
docs Link 12 Documentation for napari (other than API docs)
@willingc
willingc / uv_napari_install.md
Last active February 20, 2025 06:43
Installing napari development environment using uv

Installation

Prerequistes

  1. Install uv.
  2. Clone the napari repo.

Set up virtual environment

uv venv

@willingc
willingc / reviews.txt
Created November 16, 2024 19:08
Search for reviews done
https://github.com/pulls?q=is%3Apr+reviewed-by%3Awillingc+created%3A%3E2024-01-01+
@willingc
willingc / poc.ipynb
Created November 5, 2024 19:46
napari hub lite proof of concept
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willingc
willingc / cpython_open_docs_prs_core_review.md
Created November 1, 2024 23:38
CPython Open Docs PRs "Awaiting Core Review"

GitHub Pull Requests Search Results

Search Query: label:docs label:"awaiting core review" is:open is:pr

Title URL Created At Labels
gh-126180: Remove getopt and optparse deprecation notices Link 2024-10-31T05:35:32Z docs; awaiting core review; DO-NOT-MERGE
gh-126165: Improve docs of function math.isclose Link 2024-10-31T00:45:05Z docs; awaiting core review; skip news
gh-123832: Adjust socket.getaddrinfo docs for better POSIX compliance Link 2024-10-30T13:16:11Z docs; awaiting core review; skip news
gh-125897: Fix the range function refering to step as a kwarg Link 2024-10-24T22:51:04Z docs; awaiting core review; skip news

GitHub Pull Requests Search Results

Date: 2024-11-01

Search Query: is:pr is:open label:docs

Title URL Created At Labels
gh-126180: Remove getopt and optparse deprecation notices Link 2024-10-31T05:35:32Z docs; awaiting core review; DO-NOT-MERGE
Explain what a DBM database is and point to shelve earlier Link 2024-10-31T02:32:13Z docs; skip issue; awaiting review; skip news
@willingc
willingc / dataviz.md
Created May 10, 2024 20:14
Visualizing Data for Problem Solving
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"dashboard": {
"type": "object",
"properties": {
"multiViews": {
"type": "array",
"items": {