Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamWu96 authored Oct 21, 2022
1 parent b5400e1 commit 343fa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ conda install -c pandas numpy matplotlib tensorflow scikit-learn pandas pytorch
2. Using **PyCharm**. PyCharm is an IDE that integrates with IPython Notebook, has an interactive Python console, and supports Anaconda as well as multiple scientific packages. Reference: https://docs.anaconda.com/anaconda/user-guide/tasks/pycharm/
3. If you want to use **Jupyter Notebook** to code, use below command:

3.1 install jupyter
- install jupyter
```sh
conda install jupyter
```

3.2 open jupyter notebook
- open jupyter notebook
```sh
jupyter notebook
```

0 comments on commit 343fa71

Please sign in to comment.