-
Notifications
You must be signed in to change notification settings - Fork 58
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
Double-clicking .ipynb file does not work with nbopen #75
Comments
Does it show that message and open anyway, or is it also not working? That message is a warning, not an error, so it's not necessarily a problem. The |
I re-installed both Anaconda and Python and I followed the instructions in #69. It looks like jupyter notebook needs to be activated before the double-click works. |
@mramadhito have you tried what I suggested; change the registry key at
to C:\Users\{USERNAME}\anaconda3\python.exe -m conda run -n base pythonw -m nbopen "%1" (use whichever path to python the registry key currently references (i.e. switch USERNAME to your own)) |
That works @Greedquest ! Thank you so much! |
@mramadhito great, I hoped it would! Maybe leave a thumbs up or something on the original thread so people know in future: I should say the conda run command is in beta atm so may break, but I just wanted to solve the problem now! Also a terminal window may flash but it's fine to close it if it stays open, I asked about a fix over on SO here |
Hi,
Any time I open an .ipynb file after I set the default app to open with as nbopen.exe, this error in the command prompt is produced. How can I troubleshoot this?
Thanks,
Garda
The text was updated successfully, but these errors were encountered: