Skip to content

Commit 91e5ae3

Browse files
Update README.md
1 parent 387156e commit 91e5ae3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,16 @@ Databricks Community Edition is a free, limited version ideal for learning PySpa
4141

4242
### **2. Step-by-Step Guide to Importing LeetCode SQL Questions Notebook into Jupyter Notebook**
4343

44-
1. **Clone Your GitHub Repository:**
45-
You can clone your GitHub repository directly into Databricks using **Databricks Repos**:
46-
1. Log in to your Databricks workspace.
47-
2. In the left sidebar, click **Repos**.
48-
3. Click **Add Repo****Add Git Repository**.
49-
4. Paste the repository URL from GitHub:
44+
1. **Clone Your GitHub Repository:** You can clone your GitHub repository directly into Databricks using **Databricks Repos**:
45+
2. Log in to your Databricks workspace.
46+
3. In the left sidebar, click **Repos**.
47+
4. Click **Add Repo****Add Git Repository**.
48+
5. Paste the repository URL from GitHub:
5049
```
5150
[git clone <repository_url>](https://github.com/<username>/<repository-name>.git)
5251
```
5352

54-
5. Click Create.
53+
6. Click Create.
5554
> Databricks will now clone your GitHub repository into your workspace.
5655
5756
By following these steps, you should be able to successfully import and run your LeetCode SQL questions notebook using PySpark in Jupyter Notebook on your local machine.

0 commit comments

Comments
 (0)