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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ Content
28
28
6.[Commit](#26-commit)
29
29
7.[Status](#27-status)
30
30
3.[List of the installed Python main packages](#3-list-of-the-installed-python-main-packages)
31
-
4.[License and more](#4-license-and-more)
31
+
4.[Notes](#4-notes)
32
+
5.[License and more](#5-license-and-more)
32
33
33
34
1. Installation
34
35
---------------
@@ -154,7 +155,7 @@ Now you are in the IPython Notebook environment. You can visit [this link](http:
154
155
155
156
The directory that you are seeing in your browser it's the `notebooks` folder inside the root of the `BMO Docker container`. This directory corresponds to the `notebooks` folder that is inside the current directory in your terminal. That folder will contain your notebooks.
156
157
157
-
**Important**: `Docker` have a little problem with the files that it creates outside the `container`. The owner of these files is `root`. For change that, you can run the next command everytime you need:
158
+
**Important**: `Docker` have a little problem with the files that it creates outside the `container`. The owner of these files is `root`. For change that, you can run the next command everytime you need (it will ask for your root password):
158
159
```
159
160
./bmo -o
160
161
```
@@ -178,7 +179,7 @@ After doing whatever you need, execute the next command for remove the `Docker`
178
179
./bmo -rm
179
180
```
180
181
181
-
Also, after that, it's the perfect time for change the owner of the notebooks with:
182
+
Also, after that, it's the perfect time for change the owner of the notebooks with (it will ask for your root password):
182
183
```
183
184
./bmo -o
184
185
```
@@ -202,7 +203,7 @@ Take a look to the [previous section](#23-finish) for see how to deal with the `
202
203
203
204
### 2.5. Enter
204
205
205
-
If you need some `Python` package, or a `Linux` one, that isn't installed on the `BMO Docker image` you can install them wiht `pip` or `apt-get`. For that, if the `BMO Docker containter` is running, you can execute:
206
+
If you need some `Python` package, or a `Linux` one, that isn't installed on the `BMO Docker image` you can install them wiht `pip` or `apt-get`. For that, if the `BMO Docker containter` is running, you can execute (it will ask for your root password):
206
207
```
207
208
./bmo -e
208
209
```
@@ -261,7 +262,14 @@ Once the `BMO Docker image` has been downloaded or builded, a bunch of Python pa
261
262
* statsmodels
262
263
* textblob
263
264
264
-
4. License and more
265
+
4. Notes
266
+
--------
267
+
268
+
* The version of `Linux` that contains the `image` is a minified version of `Ubuntu 14.04 Trusty Thar`.
269
+
* If you use `matplotlib` with the option `text.usetex = True` you will get an error. The cause of this is that `Latex` isn't installed beacuse the installation with its dependences occupies approximately 1GB, the same as the `BMO Docker image`. If you need `Latex` you can install it very easily.
270
+
* The only `writter` installed for `matplotlib's animations` is `imagemagick`, so you can create `GIFs`! If you need another `writter`, feel free to install it.
271
+
272
+
5. License and more
265
273
-------------------
266
274
267
275
* This project is released under the `MIT License`.
0 commit comments