File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
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 {
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 {
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" : {
You can’t perform that action at this time.
0 commit comments