lucid icon indicating copy to clipboard operation
lucid copied to clipboard

Update for Python3 compatibility

Open satsumas opened this issue 2 years ago • 1 comments

Colab runtime defaults to Python 3. The intro ipynb doesn't run in Python3, so I made two changes to the syntax to fix this.

  • Pin version of numpy that is compatible with lucid
  • Python3 ranges aren't lists, so explicitly cast to list before using in transformations

Supporting screenshots because ipynb diffs are a bit unwieldy: Screenshot 2022-04-18 at 15 49 44 Screenshot 2022-04-18 at 15 49 28

satsumas avatar Apr 18 '22 14:04 satsumas

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB