{"id":20063368,"url":"https://github.com/alan-turing-institute/gaussianprocessestutorial","last_synced_at":"2026-05-10T13:35:23.629Z","repository":{"id":81348957,"uuid":"193685849","full_name":"alan-turing-institute/GaussianProcessesTutorial","owner":"alan-turing-institute","description":"An introduction to Gaussian processes with Julia","archived":false,"fork":false,"pushed_at":"2019-06-25T10:48:27.000Z","size":999,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-12T22:42:23.028Z","etag":null,"topics":["gaussian-processes","hut23","julia"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alan-turing-institute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-25T10:22:27.000Z","updated_at":"2022-06-04T21:58:18.000Z","dependencies_parsed_at":"2023-07-08T20:30:32.950Z","dependency_job_id":null,"html_url":"https://github.com/alan-turing-institute/GaussianProcessesTutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-turing-institute%2FGaussianProcessesTutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-turing-institute%2FGaussianProcessesTutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-turing-institute%2FGaussianProcessesTutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-turing-institute%2FGaussianProcessesTutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan-turing-institute","download_url":"https://codeload.github.com/alan-turing-institute/GaussianProcessesTutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241491131,"owners_count":19971405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gaussian-processes","hut23","julia"],"created_at":"2024-11-13T13:41:48.617Z","updated_at":"2026-05-10T13:35:18.602Z","avatar_url":"https://github.com/alan-turing-institute.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gaussian processes with Julia\n**authors**: Oliver (ostrickson@turing.ac.uk) \u0026 Mohamed Ali (mal-badri@turing.ac.uk)\n\nAn introduction to Gaussian processes and Julia -- we explore Gaussian\nprocesses by implementing them in Julia.\n\nThe requirements are \n- Julia (https://julialang.org/downloads/).  It has been tested with Julia v1.1.\n- IJulia (the Julia Jupyter kernel, https://github.com/JuliaLang/IJulia.jl).  To install it, run\n```\n$ julia\njulia\u003e Pkg.add(\"IJulia\")\njulia\u003e quit()\n```\n\nLaunch the notebook\n\n```\n$ jupyter notebook gp.ipynb\n```\n\nThe notebook will try to install a few additional Julia packages itself.\n\n## Troubleshooting\n\nIf you get an error such as\n```\nIOError: [Errno 13] Permission denied: u'/Users/user/.jupyter/migrated'\n============================================[ ERROR: IJulia ]=============================================\n\nLoadError: failed process: Process(`/Users/user/.julia/v0.6/Conda/deps/usr/bin/jupyter-kernelspec install --replace --user /var/folders/zx/j_gjm0ld081b_mcqmg3gp9l1zp59y6/T/julia-0.6`, ProcessExited(1)) [1]\n```\nverify who owns the directory `~/.jupyter` with `ls -la ~/.jupyter`. If `root` owns it, change ownership with \n```\nsudo chown user: ~/.jupyter/\n```\nreplacing `user` with your username. IJulia will already be installed, so you'll need to remove IJulia and start over, or install Jupyter separately with instructions [here](https://jupyter.org/install).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-turing-institute%2Fgaussianprocessestutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan-turing-institute%2Fgaussianprocessestutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-turing-institute%2Fgaussianprocessestutorial/lists"}