{"id":32642913,"url":"https://github.com/curricularanalytics/ca-notebooks","last_synced_at":"2025-10-31T03:07:08.271Z","repository":{"id":65725610,"uuid":"172138400","full_name":"CurricularAnalytics/CA-Notebooks","owner":"CurricularAnalytics","description":"A collection of IJulia Notebooks utilizing the CurricularAnalytics.jl Toolbox","archived":false,"fork":false,"pushed_at":"2023-07-13T21:52:21.000Z","size":31547,"stargazers_count":10,"open_issues_count":1,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-11-13T19:26:16.864Z","etag":null,"topics":[],"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/CurricularAnalytics.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}},"created_at":"2019-02-22T21:41:02.000Z","updated_at":"2022-08-29T22:27:17.000Z","dependencies_parsed_at":"2023-02-06T19:46:51.004Z","dependency_job_id":null,"html_url":"https://github.com/CurricularAnalytics/CA-Notebooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/CurricularAnalytics/CA-Notebooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurricularAnalytics%2FCA-Notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurricularAnalytics%2FCA-Notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurricularAnalytics%2FCA-Notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurricularAnalytics%2FCA-Notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CurricularAnalytics","download_url":"https://codeload.github.com/CurricularAnalytics/CA-Notebooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurricularAnalytics%2FCA-Notebooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281920295,"owners_count":26583996,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-31T03:04:21.967Z","updated_at":"2025-10-31T03:07:08.255Z","avatar_url":"https://github.com/CurricularAnalytics.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/CurricularAnalytics/CA-Notebooks/master)\n# CurricularAnalytics.jl Notebooks\nThis repository serves as a collection of IJulia Notebooks utilizing the CurricularAnalytics.jl Toolbox.\n\nClick the launch Binder badge above, or this **[Binder link](https://mybinder.org/v2/gh/CurricularAnalytics/CA-Notebooks/master)**, to run the notebooks in your browser. \n\n\n\n## Frequently Asked Questions (FAQ)\n\n### **How do I install Julia?**\nDownload the Current Stable Release of Julia for your operating system from https://julialang.org/downloads/ \n\nDetailed installation instructions for each operating system can be found at https://julialang.org/downloads/platform.html\n\n### **How do I install the CurricularAnalytics.jl package?**\nOpen the Julia application. It should look similar to the image below. \n\n![Julia termain](https://s3.amazonaws.com/curricularanalytics.jl/julia-command-line.png)\n\nEnter Pkg mode from within Julia by hitting `]`, and then type:\n```julia-repl\npkg\u003e add CurricularAnalytics, CurricularVisualization\n```\nThis will install the toolbox, along with the other Julia packages needed to run it.\n\n### **How do I run notebooks locally on my machine?**\nYou must first install Jupyter, which can be done by following these steps: \n\nIn the Julia terminal, enter Pkg mode by hitting `]`, and type:  \n```julia-repl\npkg\u003e add IJulia WebIO\n```\nExit out of Pkg mode by hitting `Backspace` and type:  \n```\njulia\u003e using WebIO\njulia\u003e WebIO.install_jupyter_nbextension()\n```\n\nIn order to use the notebook, you will need to type:  \n```\njulia\u003e using IJulia, WebIO\njulia\u003e notebook()\n```\n\nThe first time you run `notebook()`, it will ask you if you would like to download Conda as well.  Hit Enter to reply yes and it will begin installing the Conda.jl package needed to run Jupyter. After allowing it to do so it will open Jupyter in your default web browser. You are now able to open and create IJulia notebooks.\n\nIf you wish to exit Jupyter, close the Jupyter tabs in your browser first. Then, in your Julia terminal, type: `Ctrl+C` to close the Jupyter Notebook server.\n\n### **How do I download the notebooks from this repository?**\nFirst, open the **[NBViewer link](http://nbviewer.ipython.org/github/CurricularAnalytics/ca-notebooks/tree/master/)** and navigate to the notebook you wish to download. In the upper right corner is a button to download the notebook, which is shown below.\n\n![Download a noteobok](notebook-download.png)\nSave the notebook to your machine, and then open it from Jupyter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurricularanalytics%2Fca-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurricularanalytics%2Fca-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurricularanalytics%2Fca-notebooks/lists"}