ipythonblocks · PyPI
https://pypi.org/project/ipythonblocks30.06.2019 · ipythonblocks is a teaching tool for use with the IPython Notebook. It provides a BlockGrid object whose representation is an HTML table. Individual table cells are represented by Block objects that have .red, .green, and .blue attributes by which the color of that cell can be specified.. ipythonblocks allows students to experiment with Python flow control concepts and …
ipythonblocks · PyPI
pypi.org › project › ipythonblocksJun 30, 2019 · ipythonblocks is a teaching tool for use with the IPython Notebook. It provides a BlockGrid object whose representation is an HTML table. Individual table cells are represented by Block objects that have .red, .green, and .blue attributes by which the color of that cell can be specified.
ipythonblocks/ipythonblocks.py at master · jiffyclub ...
https://github.com/jiffyclub/ipythonblocks/blob/master/ipythonblocks/...Specify any code cells to be sent and displayed with the grid. You can specify a single cell, a Python, slice, or a combination. as a string separated by commas. For example, '3,5,8:10' would send cells 3, 5, 8, and 9. secret : bool. If True, this grid will not be shown randomly on ipythonblocks.org.