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
ipysketch_lite-0.2.1.tar.gz
(370.8 kB
view hashes)
Built Distribution
Close
Hashes for ipysketch_lite-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cc236fe37a479e7576dfbaef9c58f0167c68b50799fc5fcee9dfc79e7cf3dc4 |
|
MD5 | 663ed7748fc342e4dce3fdacd765c8aa |
|
BLAKE2b-256 | c33ad6b5e7a416c158d52e14393846d4a926f77a5f43ac769cbf7945207043c8 |