diff --git a/module2/exo1/speel_schrijfboekje.html b/module2/exo1/speel_schrijfboekje.html index 768f921b2d834dd76323f80b0daee4f6edf18a63..21c261a6383caa9632eb32acd3f2f0d489a4c7e3 100644 --- a/module2/exo1/speel_schrijfboekje.html +++ b/module2/exo1/speel_schrijfboekje.html @@ -13184,7 +13184,7 @@ div#notebook {
-
In [5]:
+
In [6]:
import sys
@@ -13216,7 +13216,7 @@ div#notebook {
 
 
-
Out[5]:
+
Out[6]:
@@ -13338,16 +13338,88 @@ loaded via a namespace (and not attached):
-
In [ ]:
+
In [7]:
-
 
+
pip -help
 
+
+
+ + +
+ +
+ + +
+
+Usage:   
+  /opt/conda/bin/python -m pip <command> [options]
+
+Commands:
+  install                     Install packages.
+  download                    Download packages.
+  uninstall                   Uninstall packages.
+  freeze                      Output installed packages in requirements format.
+  list                        List installed packages.
+  show                        Show information about installed packages.
+  check                       Verify installed packages have compatible dependencies.
+  config                      Manage local and global configuration.
+  search                      Search PyPI for packages.
+  wheel                       Build wheels from your requirements.
+  hash                        Compute hashes of package archives.
+  completion                  A helper command used for command completion.
+  debug                       Show information useful for debugging.
+  help                        Show help for commands.
+
+General Options:
+  -h, --help                  Show help.
+  --isolated                  Run pip in an isolated mode, ignoring
+                              environment variables and user configuration.
+  -v, --verbose               Give more output. Option is additive, and can be
+                              used up to 3 times.
+  -V, --version               Show version and exit.
+  -q, --quiet                 Give less output. Option is additive, and can be
+                              used up to 3 times (corresponding to WARNING,
+                              ERROR, and CRITICAL logging levels).
+  --log <path>                Path to a verbose appending log.
+  --proxy <proxy>             Specify a proxy in the form
+                              [user:passwd@]proxy.server:port.
+  --retries <retries>         Maximum number of retries each connection should
+                              attempt (default 5 times).
+  --timeout <sec>             Set the socket timeout (default 15 seconds).
+  --exists-action <action>    Default action when a path already exists:
+                              (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.
+  --trusted-host <hostname>   Mark this host or host:port pair as trusted,
+                              even though it does not have valid or any HTTPS.
+  --cert <path>               Path to alternate CA bundle.
+  --client-cert <path>        Path to SSL client certificate, a single file
+                              containing the private key and the certificate
+                              in PEM format.
+  --cache-dir <dir>           Store the cache data in <dir>.
+  --no-cache-dir              Disable the cache.
+  --disable-pip-version-check
+                              Don't periodically check PyPI to determine
+                              whether a new version of pip is available for
+                              download. Implied with --no-index.
+  --no-color                  Suppress colored output
+  --no-python-version-warning
+                              Silence deprecation warnings for upcoming
+                              unsupported Pythons.
+Note: you may need to restart the kernel to use updated packages.
+
+
+
+ +
+
+
diff --git a/module2/exo1/speel_schrijfboekje.ipynb b/module2/exo1/speel_schrijfboekje.ipynb index b13e6f1f3b45fb5534672ff2d44feadbe1b087c4..a1f8da40a0ae6c3f955061a90caf9065d63e3dd6 100644 --- a/module2/exo1/speel_schrijfboekje.ipynb +++ b/module2/exo1/speel_schrijfboekje.ipynb @@ -13,7 +13,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": { "hideCode": false, "hidePrompt": false @@ -47,7 +47,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 2, "metadata": { "hideCode": false, "hidePrompt": false @@ -81,7 +81,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -98,7 +98,7 @@ "0" ] }, - "execution_count": 6, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -113,7 +113,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -135,7 +135,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -144,7 +144,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 6, "metadata": {}, "outputs": [ {