{"id":16705084,"url":"https://github.com/mcabbott/runmynotes.jl","last_synced_at":"2026-01-02T10:04:30.945Z","repository":{"id":61799420,"uuid":"162614639","full_name":"mcabbott/RunMyNotes.jl","owner":"mcabbott","description":"iterates Literate.jl","archived":false,"fork":false,"pushed_at":"2020-02-08T16:57:16.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-13T19:28:29.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcabbott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-20T18:08:28.000Z","updated_at":"2019-01-03T16:08:45.000Z","dependencies_parsed_at":"2022-10-21T11:30:41.276Z","dependency_job_id":null,"html_url":"https://github.com/mcabbott/RunMyNotes.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcabbott%2FRunMyNotes.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcabbott%2FRunMyNotes.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcabbott%2FRunMyNotes.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcabbott%2FRunMyNotes.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcabbott","download_url":"https://codeload.github.com/mcabbott/RunMyNotes.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243561229,"owners_count":20311059,"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":[],"created_at":"2024-10-12T19:28:37.435Z","updated_at":"2026-01-02T10:04:30.877Z","avatar_url":"https://github.com/mcabbott.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RunMyNotes.jl\n\nI like to write up notes of how to use my packages in plain `.jl` files,\nwhich the package [Literate.jl](https://github.com/fredrikekre/Literate.jl) can run,\nproducing `.ipynb` notebooks, with graphs embedded.\nThis little package automates that slightly. Typing this:  \n```\nfolder(\"~/.julia/dev/MyPackage/notes/\")\n```\nor (roughly) equivalently\n```\nimport MyPackage\npackage(MyPackage)\n```\nwill run all files in that folder.\nThen it will convert the resulting notebooks to `.html`\nto make it easier to preview last week's graphs, unless you say `html=false`.\nYou can also pass `all=false` to update only files that have changed. \n\nBy default everything is saved in the same folder,\nbut to avoid saving for all eternity every day's versions of all figures etc,\nI add to `.gitignore` these lines:\n```\n.DS_Store\n*.ipynb\n*.html\n```\nThen I can happily include this in the package's tests, it returns `true` if there are no errors.\nIn fact if you type `] test RunMyNotes` this will happen for this package itself,\nfor a simple [note.jl](notes/note.jl). Or else: \n```\nusing RunMyNotes\npackage(RunMyNotes, \"~/Desktop\")\n```\n\nMichael Abbott, December 2018\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcabbott%2Frunmynotes.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcabbott%2Frunmynotes.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcabbott%2Frunmynotes.jl/lists"}