Issue
Trying to Launch jupyter notebook from terminal. I am currently on my terminal in the correct folder, and I have python 3.5 installed along with conda. But it is not launching.
Solution
Jupyter Notebooks allow you to open IPYNB
notebooks in the location you prefer. I generally recommend the following:
- First create a folder at your preferred destination
- Then go to terminal/cmd prompt and navigate to your above made destination
- Once in the destination then type in
jupyter notebook
This will then automatically trigger the browser and open the Home tab, you can start a new notebook with your preferred kernel, rename and save the notebook, which it saves at the location where you navigated through the terminal
This helps you organize your relevant/related notebooks in the same place in a structured manner.
Example shown below:
Answered By - Anurag H
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.