You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running nbopen in cmd with russian symbols in name get traceback: Traceback (most recent call last): File "/usr/local/bin/nbopen", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 52, in main nbopen(args.filename) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 24, in nbopen server_inf = find_best_server(filename) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 14, in find_best_server if filename.startswith(si['notebook_dir'])] UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 33: ordinal not in range(128)
Is it problem with my python 2.7 packages or else?
If no russian symbols - notebook starts as expected.
The text was updated successfully, but these errors were encountered:
When running nbopen in cmd with russian symbols in name get traceback:
Traceback (most recent call last): File "/usr/local/bin/nbopen", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 52, in main nbopen(args.filename) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 24, in nbopen server_inf = find_best_server(filename) File "/usr/local/lib/python2.7/dist-packages/nbopen/nbopen.py", line 14, in find_best_server if filename.startswith(si['notebook_dir'])] UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 33: ordinal not in range(128)
Is it problem with my python 2.7 packages or else?
If no russian symbols - notebook starts as expected.
The text was updated successfully, but these errors were encountered: