-
Notifications
You must be signed in to change notification settings - Fork 6
Text files are created in the default drive rather than in jupyter drives. #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Notebooks creating in the launcher are created in the cwd of the jupyter drive launcher. Interestingly, if you right click and create the text file using the context menu of the file browser, it works fine. |
Another clue - the launcher for the default file browser shows the current directory at the top. The launcher for the jupyter-drives file browser doesn't show this. |
Thank you for opening this issue and looking further into it! The problem is coming from the launcher, as it is automatically connected to the default file browser, so all commands and items will be performed on it and the paths extracted there. The linked PR offers a temporary solution, to disable the default launcher plugin and replace with a new one in which it gets the current file browser in focus and open the launcher connected to that. |
Makes sense, but how does it work creating notebooks? |
Great point, thanks for catching this. Diving deeper into the On the other hand, all other commands, such as creating a text file, get the |
When I navigate to a directory under a bucket and then click on the launcher button in the jupyter-drives file browser panel and use the launcher to create a text or python file, the file is created, but in the root dir of the default drive, rather than the current bucket path.
The text was updated successfully, but these errors were encountered: