-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in reproducing the "Data containers" tutorial: "key :nothing not found" #209
Comments
Try running it in vs code as a |
Hi, thanks for the bug report. using Crayons; Crayons.COLORS[:nothing] = Crayons.COLORS[:default] |
Yes, it worked, though I feel Jupyter is more convenient. |
Thanks for the reply @lorenzoh. The workaround indeed behaved well. I will leave this issue open until the next release for others' reference. |
New version of DataAugmentation.jl is now released, and I am no longer getting the error, so closing this. |
I run the following code in Data containers in a Jupyter notebook in VS code.
The
image
cannot be displayed properly with the error info below.Note that I can display a normal color matrix (i.e., an image) successfully like
rand(RGB{Colors.N0f8}, 3, 3)
.The text was updated successfully, but these errors were encountered: