Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8d53fc3d1862140011f63ba5f84a5830
mooc-rr
Commits
ce5e887b
Commit
ce5e887b
authored
Apr 18, 2020
by
8d53fc3d1862140011f63ba5f84a5830
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After rerun all to inquire for version of R (3.4.1) and Python (3.6.4)
parent
b36b2142
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
11 deletions
+83
-11
speel_schrijfboekje.html
module2/exo1/speel_schrijfboekje.html
+76
-4
speel_schrijfboekje.ipynb
module2/exo1/speel_schrijfboekje.ipynb
+7
-7
No files found.
module2/exo1/speel_schrijfboekje.html
View file @
ce5e887b
...
@@ -13184,7 +13184,7 @@ div#notebook {
...
@@ -13184,7 +13184,7 @@ div#notebook {
</div>
</div>
<div
class=
"cell border-box-sizing code_cell rendered"
>
<div
class=
"cell border-box-sizing code_cell rendered"
>
<div
class=
"input"
>
<div
class=
"input"
>
<div
class=
"prompt input_prompt"
>
In
[
5
]:
</div>
<div
class=
"prompt input_prompt"
>
In
[
6
]:
</div>
<div
class=
"inner_cell"
>
<div
class=
"inner_cell"
>
<div
class=
"input_area"
>
<div
class=
"input_area"
>
<div
class=
" highlight hl-ipython3"
><pre><span></span><span
class=
"kn"
>
import
</span>
<span
class=
"nn"
>
sys
</span>
<div
class=
" highlight hl-ipython3"
><pre><span></span><span
class=
"kn"
>
import
</span>
<span
class=
"nn"
>
sys
</span>
...
@@ -13216,7 +13216,7 @@ div#notebook {
...
@@ -13216,7 +13216,7 @@ div#notebook {
<div
class=
"output_area"
>
<div
class=
"output_area"
>
<div
class=
"prompt output_prompt"
>
Out[
5
]:
</div>
<div
class=
"prompt output_prompt"
>
Out[
6
]:
</div>
...
@@ -13338,16 +13338,88 @@ loaded via a namespace (and not attached):
...
@@ -13338,16 +13338,88 @@ loaded via a namespace (and not attached):
</div>
</div>
<div
class=
"cell border-box-sizing code_cell rendered"
>
<div
class=
"cell border-box-sizing code_cell rendered"
>
<div
class=
"input"
>
<div
class=
"input"
>
<div
class=
"prompt input_prompt"
>
In
[
]:
</div>
<div
class=
"prompt input_prompt"
>
In
[
7
]:
</div>
<div
class=
"inner_cell"
>
<div
class=
"inner_cell"
>
<div
class=
"input_area"
>
<div
class=
"input_area"
>
<div
class=
" highlight hl-ipython3"
><pre><span></span>
<div
class=
" highlight hl-ipython3"
><pre><span></span>
<span
class=
"n"
>
pip
</span>
<span
class=
"o"
>
-
</span><span
class=
"n"
>
help
</span>
</pre></div>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"output_wrapper"
>
<div
class=
"output"
>
<div
class=
"output_area"
>
<div
class=
"prompt"
></div>
<div
class=
"output_subarea output_stream output_stdout output_text"
>
<pre>
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.
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
module2/exo1/speel_schrijfboekje.ipynb
View file @
ce5e887b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
2
,
"execution_count":
1
,
"metadata": {
"metadata": {
"hideCode": false,
"hideCode": false,
"hidePrompt": false
"hidePrompt": false
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
7
,
"execution_count":
2
,
"metadata": {
"metadata": {
"hideCode": false,
"hideCode": false,
"hidePrompt": false
"hidePrompt": false
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
6
,
"execution_count":
3
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
"0"
"0"
]
]
},
},
"execution_count":
6
,
"execution_count":
3
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
1
,
"execution_count":
4
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
1
,
"execution_count":
5
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
3
,
"execution_count":
6
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment