{"id":15043321,"url":"https://github.com/maroba/ipysketch","last_synced_at":"2025-04-14T20:46:25.494Z","repository":{"id":39706536,"uuid":"401298092","full_name":"maroba/ipysketch","owner":"maroba","description":"Python package for handwriting and sketching in Jupyter cells","archived":false,"fork":false,"pushed_at":"2022-05-27T14:15:33.000Z","size":1280,"stargazers_count":24,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T09:03:53.229Z","etag":null,"topics":["ipywidgets","jupyter","jupyter-notebook","jupyterlab"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maroba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T10:08:13.000Z","updated_at":"2024-11-21T20:05:40.000Z","dependencies_parsed_at":"2022-08-28T06:23:29.048Z","dependency_job_id":null,"html_url":"https://github.com/maroba/ipysketch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroba%2Fipysketch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroba%2Fipysketch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroba%2Fipysketch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroba%2Fipysketch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maroba","download_url":"https://codeload.github.com/maroba/ipysketch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248960752,"owners_count":21189988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipywidgets","jupyter","jupyter-notebook","jupyterlab"],"created_at":"2024-09-24T20:48:51.456Z","updated_at":"2025-04-14T20:46:25.462Z","avatar_url":"https://github.com/maroba.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipysketch\n\n[![PyPI version](https://badge.fury.io/py/ipysketch.svg)](https://badge.fury.io/py/ipysketch)\n\nA Python package for handwriting and sketching in Jupyter notebooks.\n\n## Usage\n\n#### A movie is worth a thousand pictures is worth a million words...\n\n![Sketch Demo](res/demo.gif)\n\n#### Where are my sketches saved?\n\nWhen creating a `Sketch` instance, you give it a name, say *mysketch*. The sketch is then saved\nin the same folder as the Jupyter notebook in two files with ending `.isk` and `.png`. The first file \nis the *ipysketch*-internal file format, the second is a PNG-representation of it, which is also \ndisplayed in the notebook. \n\n#### Using ipysketch without Jupyter\n\nThe *ipysketch* GUI can also be used outside of Jupyter notebooks. To create a sketch named\n*mysketch* enter:\n\n```\npython -m ipysketch mysketch\n```\n\n## Installation\n\nFirst, install the *ipysketch* package using *pip*:\n\n```\npip install --upgrade ipysketch\n```\n\nThen install and enable the widgets extension in Jupyter:\n\n```\njupyter nbextension install --user --py widgetsnbextension\njupyter nbextension enable --py widgetsnbextension\n```\n\n## Development\n\n#### Set up development environment\n\nFirst clone or fork the repository. Then install the package in development mode:\n\n```\npip install -e .\n```\n\n#### Running the tests\n\n```\npython -m unittest discover test\n```\n\n### Running test coverage\n\nIf not already installed:\n\n```\npip install coverage\n```\n\nThen \n\n```\ncoverage run --source=ipysketch setup.py test\ncoverage report -m\n```\n\n## Compatibility\n\n*ipysketch* requires Python 3.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroba%2Fipysketch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaroba%2Fipysketch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroba%2Fipysketch/lists"}