-
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
Error or nothing #73
Comments
The error you're seeing is from pip rather than from nbopen. Searching for |
Alright so I went through that whole thread. A lot of things did not make sense. But then someone suggested to run So I did. And I ended up installing So I went back to the same anaconda prompt and ran I thought this was enough. But when I double-click on the file nothing seems to be happening. FURTHERMORE I am getting this error when I try to run
|
Does it work if you run |
The code It seems that you're assumption is correct - all commands related to Python need to be run on the Conda Prompt, not cmd. The command But when I run it on cmd, I get:
What should I do now? I want to be able to just double-click on my Notebook files to open them. |
I did some more Googling and ended up on The person asking the question was facing the same problem I am facing right now. Consequently, I did exactly what the best answer stated. In other words, I added the following paths to my environment variables: After this, I was able to open Jupyter from cmd. AND FINALLY when I double-clicked on my notebook file, it opened. I am relieved. However, I should state that this is not the first time I'll be using |
When I type this:
python3 -m pip install nbopen
OR
python3 -m nbopen.install_win
... I get nothing.
When I type this:
pip install nbopen
... I get this:
Please help.
The text was updated successfully, but these errors were encountered: