gramex icon indicating copy to clipboard operation
gramex copied to clipboard

`gramex.cache.open(..., rel=True)` does not work in a Jupyter Notebook

Open sanand0 opened this issue 3 years ago • 0 comments

The path of the file that executes the code is not the path of the Notebook, at least on Windows.

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_12512\936185542.py in <module>
----> 1 skills = gramex.cache.open('skills.xlsx', rel=True)

sanand0 avatar Nov 11 '22 01:11 sanand0