You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,37 @@ Essential codes for jump-starting machine learning/data science with Python
23
23
### Basic interactive controls demo
24
24
* Demo on how to integrate basic interactive controls (slider bars, drop-down menus, check-boxes etc.) in a Jupyter notebook and use them for interactive machine learning task
25
25
26
+
## Run Jupyter using Docker
27
+
28
+
The https://github.com/machine-learning-helpers/docker-python-jupyter project builds a Docker image so that the (your) Jupyter notebooks can be run out-of-the-box on almost any platform in a few minutes.
29
+
30
+
It gives something like:
31
+
32
+
Initialization of the Git repository for the Jupyter notebooks:
0 commit comments