Autocompletions for file paths in Notebooks #1351
Unanswered
tanhakabir
asked this question in
Ideas
Replies: 1 comment 3 replies
-
|
If you want to know which directory you're in, you can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you open a new blank notebook, you're able to run cells immediately but when you need to import in data like a csv from a local file it's confusing to know that you're in a buffer and not the file system yet. And so it's confusing to know which directory you're in to make the path from.
A simpler solution could be to force the user to save the Notebook somewhere before attempting to run the cell but I'm not sure if that's a better experience.
Beta Was this translation helpful? Give feedback.
All reactions