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 c06aa09 commit df56506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions ecoscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ dependencies:
- nbsphinx
- nbsphinx-multilink
- sphinx-autoapi
- pyppeteer

0 comments on commit df56506

Please sign in to comment.