gramex
gramex copied to clipboard
`gramex.cache.open(..., rel=True)` does not work in a Jupyter Notebook
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)