Skip to content

Commit 1e4ecff

Browse files
committed
Uploaded package to pypi and updated install instructions.
1 parent 6976215 commit 1e4ecff

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ SparkMonitor is an extension for Jupyter Notebook that enables the live monitori
5858

5959
## Quick Installation
6060
```bash
61-
pip install https://github.com/krishnan-r/sparkmonitor/releases/download/v0.0.1/sparkmonitor.tar.gz #Use latest version as in github releases
62-
61+
pip install sparkmonitor
6362
jupyter nbextension install sparkmonitor --py --user --symlink
6463
jupyter nbextension enable sparkmonitor --py --user
6564
jupyter serverextension enable --py --user sparkmonitor
@@ -68,7 +67,7 @@ ipython profile create && echo "c.InteractiveShellApp.extensions.append('sparkmo
6867
#### For more detailed instructions [click here](https://krishnan-r.github.io/sparkmonitor/install.html)
6968
#### To do a quick test of the extension:
7069
```bash
71-
docker run -it -p 80:8888 krishnanr/sparkmonitor
70+
docker run -it -p 8888:8888 krishnanr/sparkmonitor
7271
```
7372

7473
## Integration with ROOT and SWAN

Diff for: docs/install.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
## Quick Install
1616
```bash
17-
pip install https://github.com/krishnan-r/sparkmonitor/releases/download/v0.0.1/sparkmonitor.tar.gz #Use latest version as in github releases
18-
17+
pip install sparkmonitor
1918
jupyter nbextension install sparkmonitor --py --user --symlink
2019
jupyter nbextension enable sparkmonitor --py --user
2120
jupyter serverextension enable --py --user sparkmonitor
@@ -26,7 +25,7 @@ ipython profile create && echo "c.InteractiveShellApp.extensions.append('sparkmo
2625
1. Install the python package in the latest tagged github release. The python package contains the JavaScript resources and the listener jar file.
2726

2827
```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
3029
```
3130

3231
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

Comments
 (0)