Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga committed Sep 15, 2023
1 parent b5879d6 commit 13cbde1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecoscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ def explore(data, *args, **kwargs):
if "google.colab" in sys.modules and pyppeteer:
from IPython import get_ipython

import nest_asyncio

nest_asyncio.apply()

shell_text = """\
apt-get update
apt-get install libxtst6
Expand Down

0 comments on commit 13cbde1

Please sign in to comment.