Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…puting-Code into master
  • Loading branch information
lhuang-pvamu committed Oct 16, 2020
2 parents 3f578d1 + 38e9106 commit f68f2eb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Python/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# It is the setup instructions for using Anaconda Python
# It is the setup instruction for using Anaconda Python with Navigator

## 1. Download and install Anaconda Python:

You may download Anaconda Python from its official website: https://www.anaconda.com

Anaconda Python is a python programming environment focusing on data science and computing. It is a cross-platform system when you may install on Windows, Linux or Mac. You may find the installation instructions for your OS on the following webpage:
Anaconda Python is a python programming environment focusing on data science and computing. It is a cross-platform system where you may install on Windows, Linux or Mac. You may find the installation instructions for your OS on the following webpage:

https://docs.anaconda.com/anaconda/install/

Expand All @@ -30,7 +30,7 @@ You need to set up your Python enviroments first. Download the environment.yml i

![Navigator](Env/import.png)

- Choose the environment.yml file in the Python/Env folder and start importing your enviornment.
- Choose the environment.yml file in the Python/Env folder and start importing your enviornment. It may take a few minutes to complete the importing and installation of these packages.

![Navigator](Env/env-selection.png)

Expand All @@ -39,10 +39,15 @@ You need to set up your Python enviroments first. Download the environment.yml i
1. Go back to Home,
2. Select the parallel_computing as your environment,
3. Launch JupyterLab,

![Navigator](Env/launch.png)

4. Go to your web browser, it started....

![Navigator](Env/Jupyter.png)

--------

## Congratulations, you are good to start programming using Jupyter Notebook with Anaconda Python! Happy coding.


Expand Down

0 comments on commit f68f2eb

Please sign in to comment.