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.
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.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for ipysketch_lite-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1da909d38c3bf3ecdcc5de6e423e4a6e66f2846b56940b8915856dd9490c3627 |
|
MD5 | 34c6cf4be027f7528338af9917514451 |
|
BLAKE2b-256 | 4e4b5f94851e4973cf680d81716b09c3cfa8e9fa62db6af703fc92173c6a12e9 |