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.2.6.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78758d2e50ee4ebfd1e92e44583f6c491da9e92f90f20bffed2ad7e37d430ded |
|
MD5 | 9cfbea0bcb31c1ac4c22031fcfc97bf7 |
|
BLAKE2b-256 | 198c5a43e9a584a489ca8901b03c0bd86ac810d3b5ce72e9f8583c78d34d2d26 |
Close
Hashes for ipysketch_lite-0.2.6.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f911754b55f32d853e2b5164ed93a3172008c8621e52960ae25a68f8fdc1cdaf |
|
MD5 | 58c792659b138965f9bbd5ff17975cf2 |
|
BLAKE2b-256 | c769eb2ec25ad785c4f93203e40ef959a22fc906ee093dde8cb4e67d04286b22 |