diff options
author | swills <swills@FreeBSD.org> | 2017-03-02 01:47:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-03-02 01:47:45 +0800 |
commit | 7cc4c89cda06a0f95995fb04d0223303aa525e0c (patch) | |
tree | 7e1ded952a8e0aa625ad6d49497e995edd1904e4 /devel/Makefile | |
parent | 2bbe88244967899abf9e4c327fa094468f686cc5 (diff) | |
download | freebsd-ports-gnome-7cc4c89cda06a0f95995fb04d0223303aa525e0c.tar.gz freebsd-ports-gnome-7cc4c89cda06a0f95995fb04d0223303aa525e0c.tar.zst freebsd-ports-gnome-7cc4c89cda06a0f95995fb04d0223303aa525e0c.zip |
devel/py-ipyparallel: create port
Use multiple instances of IPython in parallel, interactively.
WWW: https://ipyparallel.readthedocs.io
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 29280155fe2f..fd5dfa16c38d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4328,6 +4328,7 @@ SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel + SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets SUBDIR += py-iso8601 |