Closed djuarezg closed 1 year ago
#! pip install ipynbname
import ipynbname
nb_fname = ipynbname.name()
nb_path = ipynbname.path()
this is not working when i use s3contentmanager,
basically i am looking for this command to work or some alternative opiton:
source: s3 destination: localstorage
!cp 'california_cities.csv' 'local_directory/california.csv'
FileNotFoundError Traceback (most recent call last)
So, I have a notebook open in Jupyter which is stored in S3. This one is opened thanks to s3contents.
On the open tab I see that the path correctly reports the dir path on the file browser, but the notebook is unaware of it.
How can I retrieve the "virtual" path?