Skip to content

Commit c2a171e

Browse files
committed
update readme
1 parent 9c03b52 commit c2a171e

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.ipynb
22
.ipynb_checkpoints
3+
*.mp4
34
*.bundle.*
45
lib/
56
node_modules/

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
# jupyterlab_leetcode
1+
## Integrate LeetCode into beloved Jupyter.
22

3-
⚠️ STILL UNDER ACTIVE (but not rapid) DEVELOPMENT
3+
https://github.com/user-attachments/assets/6b8aaf10-ff05-44b6-a6c9-ce0c6e357f2d
44

5-
[![Github Actions Status](https://github.com/Sorosliu1029/jupyterlab-leetcode/workflows/Build/badge.svg)](https://github.com/Sorosliu1029/jupyterlab-leetcode/actions/workflows/build.yml)
6-
7-
Integrate LeetCode into beloved Jupyter.
8-
9-
This extension is composed of a Python package named `jupyterlab_leetcode`
10-
for the server extension and a NPM package named `jupyterlab-leetcode`
11-
for the frontend extension.
12-
13-
## Requirements
5+
#### Requirements
146

157
- JupyterLab >= 4.0.0
168

17-
## Install
9+
#### Install
1810

1911
To install the extension, execute:
2012

2113
```bash
2214
pip install jupyterlab_leetcode
2315
```
2416

25-
## Uninstall
17+
#### Get Started
18+
19+
After choosing the browser, you will be prompted like:
20+
21+
<img alt="password-prompt" src="https://raw.githubusercontent.com/Sorosliu1029/jupyterlab-leetcode/refs/heads/master/docs/statics/password-prompt.png" width="400" />
22+
23+
This is because this plugin is based on [browser-cookie3](https://github.com/borisbabic/browser_cookie3), which needs permission to read cookie files.
24+
25+
You can choose 'Always Allow'.
26+
27+
#### Uninstall
2628

2729
To remove the extension, execute:
2830

2931
```bash
3032
pip uninstall jupyterlab_leetcode
3133
```
3234

33-
## Troubleshoot
35+
#### Troubleshoot
3436

3537
If you are seeing the frontend extension, but it is not working, check
3638
that the server extension is enabled:
@@ -45,4 +47,3 @@ the frontend extension, check the frontend extension is installed:
4547
```bash
4648
jupyter labextension list
4749
```
48-

docs/statics/password-prompt.png

90.1 KB
Loading

0 commit comments

Comments
 (0)