Anaconda Jupyter-Notebook
Anaconda Jupyter-Notebook
Notebook on Windows
Step 1: Preparations
Before we begin, make sure you have a stable internet connection and your Windows computer is powered
on.
1
Step 5: Launch Anaconda Navigator
1. After installation, you’ll see a screen that says ”Installation Finished.” Check the box that says ”Install
Microsoft VSCode for Anaconda” if you’d like to use a code editor later, but it’s not necessary for this
basic guide.
2. Click ”Next” and then ”Finish” to complete the installation.
3. Search for ”Anaconda Navigator” in your Windows search bar and open it. This is the Anaconda
application that helps manage your Python environments and packages.
print("Hello, world!")
3. To run the code, click the ”Run” button in the toolbar, or press ”Shift+Enter” on your keyboard.
4. You should see the output below the cell, which will display ”Hello, world!”
Congratulations! You’ve successfully installed Anaconda, opened Jupyter Notebook, and run a basic
Python code. You can continue learning Python by exploring online tutorials and courses. Good luck on
your coding journey!