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
1. Install the python package in the latest tagged github release. The python package contains the JavaScript resources and the listener jar file.
27
26
28
27
```bash
29
-
pip install https://github.com/krishnan-r/sparkmonitor/releases/download/v0.0.5/sparkmonitor.tar.gz #Use latest version as in github releases
28
+
pip install sparkmonitor
30
29
```
31
30
32
31
2. The frontend extension is symlinked (```--symlink```) into the jupyter configuration directory by `jupyter nbextension` command. The second line configures the frontend extension to load on notebook startup.
0 commit comments