Skip to content

Commit

Permalink
Fix Google Collab runtime warning message (#38)
Browse files Browse the repository at this point in the history
This tries to address #37
  • Loading branch information
davidefiocco authored Jan 31, 2022
1 parent ff64f4a commit 3d32f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipyplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"""
WARNING! Google Colab Environment detected!
You might encounter issues while running in Google Colab environment.
If images are not displaying properly please try setting `base_64` param to `True`.
If images are not displaying properly please try setting `force_b64` param to `True`.
""" # NOQA E501
)

0 comments on commit 3d32f3f

Please # to comment.