Skip to content

Commit 8e8b7fe

Browse files
committed
update install docs
1 parent d7d3d79 commit 8e8b7fe

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

docs/source/install.ipynb

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@
6666
]
6767
},
6868
{
69-
"cell_type": "raw",
69+
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"$ git clone https://github.com/kesslerlib/kessler.git\n",
73-
"$ cd kessler\n",
74-
"$ pip install -e ."
72+
"```bash\n",
73+
"git clone https://github.com/kesslerlib/kessler.git\n",
74+
"cd kessler\n",
75+
"pip install -e .\n",
76+
"```"
7577
]
7678
},
7779
{
@@ -84,10 +86,13 @@
8486
]
8587
},
8688
{
87-
"cell_type": "raw",
89+
"cell_type": "markdown",
8890
"metadata": {},
8991
"source": [
90-
"$ docker build -t kessler ."
92+
"```bash\n",
93+
"docker build -t kessler .\n",
94+
"\n",
95+
"```"
9196
]
9297
},
9398
{
@@ -101,10 +106,12 @@
101106
]
102107
},
103108
{
104-
"cell_type": "raw",
109+
"cell_type": "markdown",
105110
"metadata": {},
106111
"source": [
107-
"$ docker run --rm -it -v $PWD:/workspace --net=host kessler jupyter notebook --allow-root"
112+
"```bash\n",
113+
"docker run --rm -it -v $PWD:/workspace --net=host kessler jupyter notebook --allow-root\n",
114+
"```"
108115
]
109116
},
110117
{
@@ -115,11 +122,20 @@
115122
]
116123
},
117124
{
118-
"cell_type": "raw",
125+
"cell_type": "markdown",
119126
"metadata": {},
120127
"source": [
121-
"$ docker run --rm -it -v $PWD:/workspace -p 8888:8888 kessler jupyter notebook --ip 0.0.0.0 --no-browser --allow-root"
128+
"```bash\n",
129+
"docker run --rm -it -v $PWD:/workspace -p 8888:8888 kessler jupyter notebook --ip 0.0.0.0 --no-browser --allow-root\n",
130+
"```"
122131
]
132+
},
133+
{
134+
"cell_type": "code",
135+
"execution_count": null,
136+
"metadata": {},
137+
"outputs": [],
138+
"source": []
123139
}
124140
],
125141
"metadata": {

0 commit comments

Comments
 (0)