ipythonblocks icon indicating copy to clipboard operation
ipythonblocks copied to clipboard

Practice Python with colored grids in the IPython Notebook

Results 10 ipythonblocks issues
Sort by recently updated
recently updated
newest added

It will make everybody's life slightly easier if we call clear_output first instead of last when flashing.

currently mouse hover tooltip is index and color, not so useful. can you add some method to set tooltip to other custom info?

Hi! First of all, love this project! Using it to teach matrix indexing, and finally simulate and animate an epidemic. One thing I find a bit confusing though is your...

this is actally 2 questions 1. can we show the coordinate axes with arrow, i.e. x/y, when we call show()? 2. I noticed that in ipythonblocks, x-axis is from left...

current ipythonblocks draw grids whose top-left corner is on [0, 0] sometimes, we will use, for example, grid who occupy [1,2]-[6,10] so it will be convenient if ipythonblocks support to...

Hi All, this is an interesting bug. When i attempt to render a grid using ImageGrid, i get space where the grid should render in the console BUT no grid....

Hi Ever since I first saw ipythonblocks a few weeks ago, I started to wonder about the extent to which it might be useful as a way visualising the structure...

It'd be cool to be able to do NumPy-esque things like: ``` python grid[grid.rgb == colors.Red] = colors.Blue ```

Make `.red`, `.green`, and `.blue` properties for the grid classes (maybe just `BlockGrid` if it can be designed right). These should return a monochrome grid of the right class representing...

Exactly the same as the existing grids but monochrome. Considerations: - Do we need a mode keyword/attribute or does it suffice to support single int color specs and let the...