You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,10 @@ To remove the extension, execute:
39
39
pip uninstall jupyterlab_wakatime
40
40
```
41
41
42
-
The following content is generated with the template:
43
-
44
-
---
45
-
46
42
## Troubleshoot
47
43
44
+
If you don't see the plugin in https://wakatime.com/plugins/status, please enable `debug` setting and check both JupyterLab logs in terminal and `wakatime.log` file.
45
+
48
46
If you are seeing the frontend extension, but it is not working, check
49
47
that the server extension is enabled:
50
48
@@ -59,6 +57,10 @@ the frontend extension, check the frontend extension is installed:
59
57
jupyter labextension list
60
58
```
61
59
60
+
The following content is generated with the template:
0 commit comments