File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,30 +30,30 @@ The https://github.com/machine-learning-helpers/docker-python-jupyter project bu
30
30
It gives something like:
31
31
32
32
* Initialization of the Git repository for the Jupyter notebooks:
33
- <
33
+ ```
34
34
$ mkdir -p ~/dev/ml
35
35
$ cd ~/dev/ml
36
36
$ git clone https://github.com/tirthajyoti/PythonMachineLearning.git
37
- >
37
+ ```
38
38
39
39
Initialization of the Docker image to run those Jupyter notebooks:
40
- <
40
+ ```
41
41
$ docker pull artificialintelligence/python-jupyter
42
- >
42
+ ```
43
43
Usgae
44
- <
44
+ ```
45
45
$ cd ~/dev/ml/PythonMachineLearning
46
46
$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter
47
- >
47
+ ```
48
48
And then you can open http://localhost:9000 in your browser.
49
49
50
50
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.
51
51
Shutdown
52
- <
52
+ ```
53
53
$ docker ps
54
54
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
55
55
431b12a93ccf artificialintelligence/python-jupyter "/bin/sh -c 'jupyt..." 4 minutes ago Up 4 minutes 0.0.0.0:9000->8888/tcp friendly_euclid
56
56
$ docker kill 431b12a93ccf
57
- >
57
+ ```
58
58
--------------------------------------------------------------------------------------------------------------------
59
59
** You can [ add me on LinkedIn here] ( https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7/ ) **
You can’t perform that action at this time.
0 commit comments