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.0.5.tar.gz
(370.5 kB
view hashes)
Built Distributions
Close
Hashes for ipysketch_lite-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dc4b62f5ac4edb4889352a5f24f76a32bd95c6b663a57292c4243fa49542df2 |
|
MD5 | 495fedcce5b05569a285a934d2ddb743 |
|
BLAKE2b-256 | b636934c74393f7285941f3601ecfc688627afeba2bd2a3290161068d5affa30 |
Close
Hashes for ipysketch_lite-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65fe9a246aa61df4df56868758fb00d5aa08b121f74f0ad9b682110416c30b7f |
|
MD5 | 50e170572edc53d886c54408f0ebb079 |
|
BLAKE2b-256 | 192655b80f1d8c50c4b0a430a51a3bc797c264046a465465b84f7f25577c4604 |