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 b3fcc1e commit c06aa09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecoscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ def explore(data, *args, **kwargs):

if "google.colab" in sys.modules and pyppeteer:
# import asyncio
import nest_asyncio
# import nest_asyncio
from IPython import get_ipython

nest_asyncio.apply()
# nest_asyncio.apply()

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

0 comments on commit c06aa09

Please sign in to comment.