Skip to content

Commit

Permalink
Note the kind of server we are using
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 8, 2024
1 parent 2b68742 commit 84f31c7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/getting_started/tutorials/05.remote_proxy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
},
"outputs": [],
"source": [
"import blosc2\n",
"import asyncio\n",
"from blosc2 import ProxyNDSource\n",
"import os\n",
"import time\n",
"import os"
"\n",
"import blosc2\n",
"from blosc2 import ProxyNDSource"
]
},
{
Expand Down Expand Up @@ -94,7 +95,7 @@
"cell_type": "markdown",
"id": "32fffd14035b20c4",
"metadata": {},
"source": "Next, we will establish a connection to a multidimensional array stored remotely on the server (https://demo.caterva2.net/) using the [Blosc2 library](https://www.blosc.org/python-blosc2/index.html). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
"source": "Next, we will establish a connection to a multidimensional array stored remotely on a [Caterva2](https://ironarray.io/caterva2) demo server (https://demo.caterva2.net/) using the [Blosc2 library](https://www.blosc.org/python-blosc2/index.html). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
},
{
"cell_type": "code",
Expand Down

0 comments on commit 84f31c7

Please sign in to comment.