Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 25, 2024
1 parent fd8d243 commit 5fe36a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/1-bioengine-engine-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"#from pyotritonclient import execute\n",
"from imjoy_rpc import connect_to_server\n",
"from imjoy_rpc.hypha import connect_to_server\n",
"from kaibu_utils import fetch_image\n",
"\n",
"\n"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/3-kaibu-geojson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"from skimage.transform import resize\n",
"from kaibu_utils import fetch_image, features_to_mask, mask_to_features\n",
"\n",
"from imjoy_rpc import connect_to_server\n",
"from imjoy_rpc.hypha import connect_to_server\n",
"server = await connect_to_server(\n",
" {\"name\": \"test client\", \"server_url\": \"https://hypha.bioimage.io/\", \"method_timeout\": 3000}\n",
")\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/bioengine-tutorial-embl-2024.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"#from pyotritonclient import execute\n",
"from imjoy_rpc import connect_to_server\n",
"from imjoy_rpc.hypha import connect_to_server\n",
"from kaibu_utils import fetch_image\n",
"\n",
"\n"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/embl-bioengine-tutorial-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"metadata": {},
"outputs": [],
"source": [
"from imjoy_rpc import connect_to_server\n",
"from imjoy_rpc.hypha import connect_to_server\n",
"\n",
"server = await connect_to_server(\n",
" {\"name\": \"test client\", \"server_url\": \"https://hypha.bioimage.io\"}\n",
Expand Down

0 comments on commit 5fe36a4

Please sign in to comment.