GitXplorerGitXplorer
r

colab-test

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Visual Blocks for Google Colaboratory

Visual Blocks is a Python package for use within Google Colaboratory notebooks.

For Users

!pip install visual_blocks and import visual_blocks in your Colaboratory notebooks. See the example notebooks in the directory examples/.

For Developers

The directory scripts/ contains turnkey scripts for common developer tasks such as building the Python distribution package.

Building the Python distribution package requires the Python package build. To install this dependency, run:

python3 -m pip install --upgrade build