Closed
Description
Hi,
I quickly tested your package today with a notebook call draft-treon.ipynb
with the following cell:
! pip install pandas
import pandas as pd
and ran the command:
pip install treon
treon draft-treon.ipynb
But I got the following error message
Executing treon version 0.1.3
Triggered test for draft-treon.ipynb
ERROR in testing draft-treon.ipynb
An error occurred while executing the following cell:
------------------
! pip install pandas
import pandas as pd
------------------
---------------------------------------------------------------------------
ModuleNotFoundError
Traceback (most recent call last)
<ipython-input-1-0da7781ded87> in <module>()
1 get_ipython().system(' pip install pandas')
2
----> 3 import pandas as pd
ModuleNotFoundError: No module named 'pandas'
ModuleNotFoundError: No module named 'pandas'
-----------------------------------------------------------------------
TEST RESULT
-----------------------------------------------------------------------
draft-treon.ipynb -- FAILED
-----------------------------------------------------------------------
0 succeeded, 1 failed, out of 1 notebooks tested.
-----------------------------------------------------------------------
What would be the correct procedure to run the test ?
Thanks,
Metadata
Metadata
Assignees
Labels
No labels