{"id":16457266,"url":"https://github.com/briochemc/mtelintrotojulia","last_synced_at":"2026-03-02T09:02:57.555Z","repository":{"id":96788588,"uuid":"279182028","full_name":"briochemc/MTELIntroToJulia","owner":"briochemc","description":"A small introduction to introduce MTEL peeps to Julia","archived":false,"fork":false,"pushed_at":"2020-07-16T23:23:16.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T09:02:14.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/briochemc.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":"2020-07-13T01:41:38.000Z","updated_at":"2020-07-16T23:23:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a77257c-8116-4cde-bd7e-a71b77a440c5","html_url":"https://github.com/briochemc/MTELIntroToJulia","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"e18e683bac292b62614e1f231d0b2246b1ec1f2d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/briochemc/MTELIntroToJulia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briochemc%2FMTELIntroToJulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briochemc%2FMTELIntroToJulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briochemc%2FMTELIntroToJulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briochemc%2FMTELIntroToJulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briochemc","download_url":"https://codeload.github.com/briochemc/MTELIntroToJulia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briochemc%2FMTELIntroToJulia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29996279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":"2024-10-11T10:30:06.518Z","updated_at":"2026-03-02T09:02:57.514Z","avatar_url":"https://github.com/briochemc.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MTELIntroToJulia\n\n\n## Preliminary setup\n\nThis repository uses a number of Julia packages that you may not have installed on your machine (listed in the [`Project.toml`](Project.toml) file) . You can either\n- \"instantiate\" the project –\n    Start julia at the root of the repository (in `MTELIntroToJulia/`),\n    type `]` to enter package mode,\n    and then\n\n    ```julia\n    (@v1.4) pkg\u003e activate .\n     Activating environment at `~/Projects/MTELIntroToJulia/Project.toml`\n\n    (MTELIntroToJulia) pkg\u003e instantiate\n    ```\n    This should be all you need to get all setup, and you can now follow the instructions in [Getting started](#getting-started)\n\n- or you can install packages manually at the REPL. E.g., to install Pluto.jl, you can type `]` to enter package mode, and then\n\n    ```julia\n    (@v1.4) pkg\u003e add Pluto\n    ```\n\n(Press `delete` to get out of Pkg mode and back into normal REPL mode.)\n\n\n## Getting started\n\n### The pluto notebook\n\n1. Start Pluto with\n\n    ```julia\n    julia\u003e using Pluto\n\n    julia\u003e Pluto.run(1234)\n    Go to http://localhost:1234/ to start writing ~ have fun!\n\n    Press Ctrl+C in this terminal to stop Pluto\n    ```\n\n2. Open Pluto in the browser\n\n    Go to `[http://localhost:1234/](http://localhost:1234/)` on your browser\n    (or CMD-click the link displayed at the REPL instead of copy-pasting the URL).\n\n3. Open the `tuto1` notebook\n\n    \u003cimg width=50% src=\"https://user-images.githubusercontent.com/4486578/87274939-5c83fa80-c520-11ea-9aec-f25ea28e051e.png\"\u003e\n\n    Enter the path (`src/tuto1.jl`) and click \"Open\" to start the notebook.\n\n### The Jupyter notebook\n\nYou just neet to have [Jupyter](https://jupyter.org/) installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriochemc%2Fmtelintrotojulia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriochemc%2Fmtelintrotojulia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriochemc%2Fmtelintrotojulia/lists"}