https://github.com/rajveersinghcse/data-science
👀If you are looking for 📈 Data Science Material. This Repository is good for you to get some basic knowledge.
https://github.com/rajveersinghcse/data-science
data-science data-science-material
Last synced: 10 months ago
JSON representation
👀If you are looking for 📈 Data Science Material. This Repository is good for you to get some basic knowledge.
- Host: GitHub
- URL: https://github.com/rajveersinghcse/data-science
- Owner: rajveersinghcse
- Created: 2022-11-08T05:29:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T10:27:35.000Z (about 3 years ago)
- Last Synced: 2024-11-13T03:08:28.187Z (over 1 year ago)
- Topics: data-science, data-science-material
- Language: Jupyter Notebook
- Homepage:
- Size: 10.1 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science Material
Hey Geeks,👨🏻💻
This is my Data Science notes and road map. These notes are created by me. So I decided to upload them on GitHub. Maybe It can help some other people and the community. Those who search the Data Science notes and road map. These Data Science Notes are written in Jupyter Notebook. So to use this you need to download the Jupiter NoteBook software into your PC. By using the below-given links and commands you can download the Jupiter notebook.
# Download Jupyter Notebook
### If you are that guy who likes Graphical installation here is the link to download the Jupyter Notebook
- 💿 [Download](https://www.anaconda.com/)
- You need to download Anaconda to install Jupyter notebook in your system. After the download is completed. You have to install it just like normal software. Anaconda is a combination of multiple IDEs. You'll find Jupyter Notebook there. Just open that and start your coding.
# If you are that guy who loves cmd.💪🏻
### 🛠️ Jupyter Notebook Installation Steps by using cmd:
1. Open cmd in Admin mode.
2. Then copy the following command. And paste it into cmd.
```bash
pip install notebook
```
3. To open Jupyter notebook. Then copy the following command. And paste it into cmd.
```bash
jupyter notebook
```
### 🛠️ Jupyter Lab Installation Steps by using cmd:
#### Jupyter Lab is similar to Jupyter Notebook. But it has more features than then Jupyter Notebook.
1. Open cmd in Admin mode.
2. Then copy the following command. And paste it into cmd.
```bash
pip install jupyterlab
```
3. To open jupyter notebook. Then copy the following command. And paste it into cmd.
```bash
jupyter-lab
```
---
Enjoy Coding❤