Skip to content

Commit

Permalink
Merge pull request #180 from dsblank/patch-1
Browse files Browse the repository at this point in the history
Add instructions for installing on jupyterhub
  • Loading branch information
minrk committed Aug 11, 2016
2 parents b3f0420 + 55c4a91 commit 9e65b4b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Interactive Parallel Computing with IPython

ipyparallel is the new home of IPython.parallel.
ipyparallel is the new home of IPython.parallel. ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter.

ipyparallel contains the following CLI scripts:

* ipcluster - start/stop a cluster
* ipcontroller - start a scheduler
* ipengine - start an engine

## Install

Expand All @@ -17,10 +23,17 @@ To disable it again:

ipcluster nbextension disable


See the [documentation on configuring the notebook server](https://jupyter-notebook.readthedocs.org/en/latest/public_server.html)
to find your config or setup your initial `jupyter_notebook_config.py`.

### JupyterHub Install

To install for all users on JupyterHub, as root:

jupyter nbextension install --sys-prefix --py ipyparallel
jupyter nbextension enable --sys-prefix --py ipyparallel
jupyter serverextension enable --sys-prefix --py ipyparallel

## Run

Start a cluster:
Expand Down

0 comments on commit 9e65b4b

Please sign in to comment.