-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unable to create folders in jupyter #13
Comments
@Idofriedman It is not clear what you've changed, can you please attach a diff instead. Also, can you test it with Python 3 as it may be smth specific to 2. Besides, since I cannot reproduce it, I need the exact versions of your jgscm, Jupyter and all the google packages. |
I'm getting this with Python 3 too
I'm using Google Dataproc with the Jupyter initialization. I notice that the error message mentions something about incrementing filenames -- I also see an issue where if I create two new notebooks, they're both named "untitled" and the second overwrites the first. |
I was able to fix by adding
But it looks there are other issues related to working with folders
10x
The text was updated successfully, but these errors were encountered: