Skip to content

Commit 689fe3a

Browse files
authored
Merge branch 'main' into tools-editors
2 parents 0852ff3 + 20483ba commit 689fe3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+328
-2118
lines changed

_notebook_repo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lecture-julia.notebooks
22

3-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-julia.notebooks/master)
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-julia.notebooks/main)
44

55
Notebooks for https://julia.quantecon.org
66

lectures/Manifest.toml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,12 @@ git-tree-sha1 = "55be907a531471de062f321147006c04b8c1e75f"
352352
uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
353353
version = "0.8.0"
354354

355+
[[DataInterpolations]]
356+
deps = ["ChainRulesCore", "LinearAlgebra", "Optim", "RecipesBase", "RecursiveArrayTools", "Reexport"]
357+
git-tree-sha1 = "7d235e13a5de66ffc0cb85446bcd3edb0556f992"
358+
uuid = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
359+
version = "3.6.0"
360+
355361
[[DataStructures]]
356362
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
357363
git-tree-sha1 = "4437b64df1e0adccc3e5d1adbc3ac741095e4677"
@@ -377,18 +383,6 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
377383
deps = ["Mmap"]
378384
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
379385

380-
[[Dierckx]]
381-
deps = ["Dierckx_jll"]
382-
git-tree-sha1 = "5fefbe52e9a6e55b8f87cb89352d469bd3a3a090"
383-
uuid = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
384-
version = "0.5.1"
385-
386-
[[Dierckx_jll]]
387-
deps = ["CompilerSupportLibraries_jll", "Libdl", "Pkg"]
388-
git-tree-sha1 = "a580560f526f6fc6973e8bad2b036514a4e3b013"
389-
uuid = "cd4c43a9-7502-52ba-aa6d-59fb2a88580b"
390-
version = "0.0.1+0"
391-
392386
[[DiffEqBase]]
393387
deps = ["ArrayInterface", "ChainRulesCore", "DataStructures", "DocStringExtensions", "FastBroadcast", "FunctionWrappers", "IterativeSolvers", "LabelledArrays", "LinearAlgebra", "Logging", "MuladdMacro", "NonlinearSolve", "Parameters", "Printf", "RecursiveArrayTools", "RecursiveFactorization", "Reexport", "Requires", "SciMLBase", "Setfield", "SparseArrays", "StaticArrays", "Statistics", "SuiteSparse", "ZygoteRules"]
394388
git-tree-sha1 = "9d312bb0b7c8ace440a71c64330cf1bea0ade0c8"

lectures/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
1414
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
1515
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1616
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
17-
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
17+
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
1818
DiffEqJump = "c894b116-72e5-5b58-be3c-e6d8d4ac2b12"
1919
DiffEqOperators = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
2020
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

lectures/_config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sphinx:
4141
- "image/jpeg"
4242
- "text/markdown"
4343
- "text/plain"
44+
highlight_language: julia
4445
html_favicon: _static/lectures-favicon.ico
4546
html_theme: quantecon_book_theme
4647
html_static_path: ['_static']
@@ -63,15 +64,16 @@ sphinx:
6364
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
6465
rediraffe_redirects:
6566
index_toc.md: intro.md
67+
tojupyter_default_lang: julia
68+
tojupyter_lang_synonyms: ['julia-1.6']
6669
tojupyter_static_file_path: ["source/_static", "_static"]
6770
tojupyter_target_html: true
6871
tojupyter_urlpath: "https://julia.quantecon.org/"
6972
tojupyter_image_urlpath: "https://julia.quantecon.org/_static/"
7073
tojupyter_kernels:
71-
python3:
74+
julia:
7275
kernelspec:
73-
display_name: "Julia"
76+
display_name: Julia
7477
language: julia
75-
name: julia
76-
file_extension: ".jl"
78+
name: julia-1.6
7779
tojupyter_images_markdown: true

0 commit comments

Comments
 (0)