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
7. Install the correct packages for the example notebooks.</br>
129
+
`$ pip install -r requirements.txt`
130
+
131
+
8. Start Jupyter.</br>
132
+
`$ jupyter notebook`
109
133
110
134
### Docker Installation
111
135
112
136
A Dockerfile is provided to build a docker container with all necessary packages and dependencies. This is a way to use these examples if you are on Mac OS X, \*nix, or Windows 10. To do so:
113
137
114
-
1. Install and start [docker](https://www.docker.com/).
138
+
1. Clone the example notebooks
139
+
2. Install and start [docker](https://www.docker.com/).
0 commit comments