Skip to content

Commit 33a519d

Browse files
committed
chore: remove redundant instructions
1 parent 19cf84c commit 33a519d

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

examples/python/jupyter_notebook/CipherStash-Getting-Started.ipynb

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"## Start CipherStash Proxy and PostgreSQL\n",
3434
"\n",
3535
"In order to run the example, you will need to start CipherStash Proxy and PostgreSQL.\n",
36-
"You can use the [playground environment](../../playground/README.md) to do this."
36+
"\n",
37+
"Please set up the [playground environment](../../playground/README.md) to run the the following Python examples."
3738
]
3839
},
3940
{
@@ -75,12 +76,6 @@
7576
"### Create a table and indexes for testing encryption"
7677
]
7778
},
78-
{
79-
"cell_type": "markdown",
80-
"id": "35cff6f6",
81-
"metadata": {},
82-
"source": []
83-
},
8479
{
8580
"cell_type": "code",
8681
"execution_count": null,
@@ -94,38 +89,6 @@
9489
"! psql -h localhost -p 5432 -U postgres postgres < create_examples_table.sql"
9590
]
9691
},
97-
{
98-
"cell_type": "markdown",
99-
"id": "52a064f7-3865-43b8-9ff7-063470fc4532",
100-
"metadata": {},
101-
"source": [
102-
"### Start CipherStash Proxy\n",
103-
"\n",
104-
"After running the setup scripts, CipherStash Proxy can be started:"
105-
]
106-
},
107-
{
108-
"cell_type": "code",
109-
"execution_count": null,
110-
"id": "3c2b1e45-7fb4-4ed4-9fdd-4d964c3d8225",
111-
"metadata": {},
112-
"outputs": [],
113-
"source": [
114-
"! docker compose up proxy -d"
115-
]
116-
},
117-
{
118-
"cell_type": "markdown",
119-
"id": "97fde254-3eb5-4036-bf82-b49ec2a77f30",
120-
"metadata": {},
121-
"source": [
122-
"The command above should start CipherStash Proxy.\n",
123-
"At any point, you can check the logs to see if there are any errors in your terminal window.\n",
124-
"From the directory where your docker-copmose.yml is located (`jupyter_notebook/` by default):\n",
125-
"\n",
126-
"> docker compose logs -f proxy"
127-
]
128-
},
12992
{
13093
"cell_type": "markdown",
13194
"id": "0400e206-a337-404c-acc9-9706e626e94e",

0 commit comments

Comments
 (0)