install conda
type conda install -c anaconda python
in cmd window.
Update
conda install scripy
conda update scripy
conda update --all
conda update conda
conda update anaconda
Start Jupyter Notebook
- First, start Anaconda Prompt
-
Second, change to the directory you work by using
cd ""
If you want to change do folder in another drive, you should also switch drives by typing the drive name.
For example, by typingD:
, you are chaing your working drive to drive D, then change the current working directory by usingcd ""
-
Third, type
jupyter notebook
This will automatically open your jupyter notebook in your default browser. You can also open your jupyter notebook by going localhost:8888 with your browser.
网友评论