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.4.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23b14f8d2bc8da516951c40b060bd6ed3c3c2b2f9a8a6ba6495f65604a300315 |
|
MD5 | 32678debad19ca036c5353e978a43056 |
|
BLAKE2b-256 | 8db7a8fbda6885d8f3ca237bc5b16bd261f4eddd83b2d6e3e5fc80e7ed9baeb6 |
Close
Hashes for ipysketch_lite-0.2.4.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 832aee336001b4699f454d283b7bec18c269386776abaa2a7ab58eb13ba6d2cd |
|
MD5 | b41f3b967428f227a848e05eaa376eb7 |
|
BLAKE2b-256 | 4eb372aa75e6b9e09b57d73738aecb79316dad0718c353178154f8be6b7a6f14 |