Add Dev Container Configuration Files (#7)

This commit is contained in:
Olivier Benz
2023-07-23 17:35:21 +02:00
committed by GitHub
parent 4f7ab0ac1b
commit 931b138bb1
21 changed files with 441 additions and 0 deletions

View File

@@ -28,6 +28,17 @@
"### Comparison of execution speed of Julia, Java, Python, and C"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "99c45eb6",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -35,6 +35,17 @@
"## Representing values"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2338b85b",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### A single function can have multiple methods"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b1f7359c",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -63,6 +63,17 @@
"### Getting the data into a matrix"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5e16f874",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Syntax and meaning of broadcasting in Julia"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1d9574f4",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Downloading data from the web"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "10d11474",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Standard process of parsing JSON response"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a179627e",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -26,6 +26,17 @@
"## Fetching, unpacking, and inspecting the Lichess data"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d2ade007",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -42,6 +42,17 @@
"## Advanced data frame indexing"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "65b9f2cc",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"## Review of most important ways of creating a data frame"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b94d80ed",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -26,6 +26,17 @@
"## Converting a data frame to other value types"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6408a31f",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Fetching GitHub developer data from the web"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b3a42231",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Loading all required packages"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f8c7f637",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@@ -34,6 +34,17 @@
"### Calculation of asian option payoff"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "da189a22",
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.activate(Base.current_project())"
]
},
{
"cell_type": "code",
"execution_count": 1,