Simple sketching tool for Jupyter notebooks
Project description
ipysketch_lite
A lite sketching utility for python notebooks, no sockets or extra dependencies 🎨
(no extra widget code)
Make sketches right in your notebook then use the sketch in your python code.
Try yourself:
Quickstart
Start drawing a quick sketch in your notebook like this
from ipysketch_lite import Sketch
sketch = Sketch()
Then add a new cell to retrieve the sketch in python
print(sketch.get_output())
import matplotlib.pyplot as plt
plt.imshow(sketch.get_output_array())
Sketches get updated in cells after draw updates
This means you can continue your sketch and get the new updated outputs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ipysketch_lite-0.0.5.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cab593489432e04ea3a8e8dc36440904e61be48d7fced7e38e92c6a89aa6d2f |
|
MD5 | 61c7d73c0f472ae8555207b874f1cfc6 |
|
BLAKE2b-256 | 5654388c77b0effe8429f497545b6b2e3c62768496b78737005816c2cb6b48de |
Close
Hashes for ipysketch_lite-0.0.5.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f121cdd1f7b50a1a90d216afc8c96599077ec9d22ce063c522fe37d26a8c34 |
|
MD5 | 72f042d216262252c5f17b63ee135837 |
|
BLAKE2b-256 | 97dc2e91f3ac52defc64767f2db816374ccc1de17b1777b57ce5a6e4b99c9dd5 |