Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit a99a5da

Browse files
committed
Removed notebooks since they are broken.
1 parent 0fd2f45 commit a99a5da

File tree

3 files changed

+6
-462
lines changed

3 files changed

+6
-462
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ pip install jupyter-spark
3131
jupyter serverextension enable --py jupyter_spark
3232
jupyter nbextension install --py jupyter_spark
3333
jupyter nbextension enable --py jupyter_spark
34+
jupyter nbextension enable --py widgetsnbextension
3435
```
3536

36-
You **may also** have to enable the `widgetsnbextension` extension if it hasn't been enabled
37-
before (check by running `jupyter nbextension list`):
37+
The last step is needed to enable the `widgetsnbextension` extension that
38+
Jupyter-Spark depends on. It may have been enabled before by a different
39+
extension.
3840

39-
```
40-
jupyter nbextension enable --py widgetsnbextension
41-
```
41+
You may want to append ``--user`` to the commands above if you're getting
42+
configuration errors upon invoking them.
4243

4344
To double-check if the extension was correctly installed run:
4445

notebooks/Different Spark Notebook.ipynb

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)