Skip to content

Commit 5b6f963

Browse files
authored
Update README.md
1 parent b785714 commit 5b6f963

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@ The https://github.com/machine-learning-helpers/docker-python-jupyter project bu
3030
It gives something like:
3131

3232
* Initialization of the Git repository for the Jupyter notebooks:
33-
<
33+
```
3434
$ mkdir -p ~/dev/ml
3535
$ cd ~/dev/ml
3636
$ git clone https://github.com/tirthajyoti/PythonMachineLearning.git
37-
>
37+
```
3838

3939
Initialization of the Docker image to run those Jupyter notebooks:
40-
<
40+
```
4141
$ docker pull artificialintelligence/python-jupyter
42-
>
42+
```
4343
Usgae
44-
<
44+
```
4545
$ cd ~/dev/ml/PythonMachineLearning
4646
$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter
47-
>
47+
```
4848
And then you can open http://localhost:9000 in your browser.
4949

5050
Any modification to the notebooks may be committed to the Git repository (if you are registered as a contributor), and/or submitted as a pull request.
5151
Shutdown
52-
<
52+
```
5353
$ docker ps
5454
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5555
431b12a93ccf artificialintelligence/python-jupyter "/bin/sh -c 'jupyt..." 4 minutes ago Up 4 minutes 0.0.0.0:9000->8888/tcp friendly_euclid
5656
$ docker kill 431b12a93ccf
57-
>
57+
```
5858
--------------------------------------------------------------------------------------------------------------------
5959
**You can [add me on LinkedIn here](https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7/)**

0 commit comments

Comments
 (0)