diff --git a/ecoscope/__init__.py b/ecoscope/__init__.py index 16b302af..af019d7b 100644 --- a/ecoscope/__init__.py +++ b/ecoscope/__init__.py @@ -77,19 +77,12 @@ def explore(data, *args, **kwargs): import sys if "google.colab" in sys.modules and pyppeteer: - # import asyncio - # import nest_asyncio from IPython import get_ipython - # nest_asyncio.apply() - shell_text = """\ apt-get update apt-get install libxtst6 - -pip install pyppeteer """ - # from pyppeteer import launch if silent: from IPython.utils import io diff --git a/environment.yml b/environment.yml index 6d23f247..8cd74478 100644 --- a/environment.yml +++ b/environment.yml @@ -48,3 +48,4 @@ dependencies: - nbsphinx - nbsphinx-multilink - sphinx-autoapi + - pyppeteer