Import file path from dropbox to Jupyter notebook

can i import the file from dropbox to my Jupyter notebook?

Since Dropbox is a local directory synced to a server, it should work like any other file. For example, launching jupyter from your Dropbox folder:

cd ~/Dropbox
jupyter lab
1 Like