Visual Blocks for Google Colaboratory
Project description
Visual Blocks in Google Colaboratory
Visual Blocks offers a Python package for use within Google Colaboratory notebooks.
For Users
!pip install visualblocks
and import visualblocks
in your Colaboratory
notebooks. See the example notebooks in the directory examples/.
For Developers
!pip install git+https://...
in a notebook installs the package straight from
the latest, unreleased source in Github. The notebooks in the tests/
directory use this method.
The directory scripts/ contains turnkey scripts for common developer tasks such as building and uploading the Python distribution package.
Build and upload package to TestPyPI
One time setup:
# Install `build`.
$ python3 -m pip install --upgrade build
# Install `twine`, and make sure its binary is in your PATH.
$ python3 -m pip install twine
Steps:
- Update the version number in pyproject.toml.
- Run
rm -rf build
to clean up previous builds. - Run
scripts/package
to build the package. - Run
scripts/upload
to upload the package. You need to have the username and password ready.
Project details
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
File details
Details for the file visualblocks-0.0.7.tar.gz
.
File metadata
- Download URL: visualblocks-0.0.7.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1eac81e6de467184ccb53693efdd8b0d2f7692c47879f23696e0dc50db9a8ed |
|
MD5 | 822b3aeac218bf910061c85770b8361c |
|
BLAKE2b-256 | 392889cc8dc67d6f33f62bfd24caaaa02fbd7569ad6c5e550219a99ddfa1c0d2 |
File details
Details for the file visualblocks-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: visualblocks-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e0dcff1c6af68ecafa04ca192e23f7f46209b76a82bc6a31740aa815a3bd0c |
|
MD5 | d438560bc3545f0a265959dffa8f9ff7 |
|
BLAKE2b-256 | 9d9aba467bca28adef9c8b6e284a563153423ab2e9c25d06aec51bd32c9617af |