Skip to content

Commit

Permalink
Merge pull request #11 from jburel/zarr
Browse files Browse the repository at this point in the history
Zarr
  • Loading branch information
jburel committed Apr 28, 2020
2 parents 9bacbc3 + 13f6703 commit 9b91681
Show file tree
Hide file tree
Showing 6 changed files with 2,126 additions and 17 deletions.
5 changes: 5 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ dependencies:
- ilastik-dependencies-no-solvers
- ilastik-meta
- ipywidgets
- zarr # for scripts reading from S3
- s3fs # for scripts reading from S3
- dask # for scripts reading from S3
- pip:
- itkwidgets==0.14.0
5 changes: 2 additions & 3 deletions notebooks/pixel_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"from getpass import getpass\n",
"from collections import OrderedDict\n",
"\n",
"from collections import OrderedDict\n",
"import ilastik_main\n",
"from ilastik.applets.dataSelection import DatasetInfo\n",
"from ilastik.applets.dataSelection.opDataSelection import PreloadedArrayDatasetInfo\n",
"import ipywidgets as widgets"
]
Expand Down Expand Up @@ -78,7 +76,8 @@
"conn = BlitzGateway(input(\"Username: \"),\n",
" getpass(\"OMERO Password: \"),\n",
" host=HOST, secure=True)\n",
"conn.connect()"
"conn.connect()\n",
"conn.c.enableKeepAlive(60)"
]
},
{
Expand Down

0 comments on commit 9b91681

Please sign in to comment.