{"id":18445619,"url":"https://github.com/voronenko/znotebook","last_synced_at":"2025-04-15T01:14:06.256Z","repository":{"id":145345923,"uuid":"125027404","full_name":"Voronenko/znotebook","owner":"Voronenko","description":"Jupyter based notes environment I use locally instead of Evernote","archived":false,"fork":false,"pushed_at":"2018-03-13T09:54:23.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T01:14:02.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Voronenko.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":"2018-03-13T09:40:47.000Z","updated_at":"2018-03-13T09:47:14.000Z","dependencies_parsed_at":"2024-04-05T03:15:08.704Z","dependency_job_id":null,"html_url":"https://github.com/Voronenko/znotebook","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/Voronenko%2Fznotebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fznotebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fznotebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fznotebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voronenko","download_url":"https://codeload.github.com/Voronenko/znotebook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986315,"owners_count":21194025,"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-11-06T07:06:35.384Z","updated_at":"2025-04-15T01:14:06.233Z","avatar_url":"https://github.com/Voronenko.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"```sh\n#!/bin/bash\n\nset -e\n\nmkdir -p ~/z_personal_notes\ncp *.ipynb ~/z_personal_notes\nvirtualenv -p python3 ~/.virtualenvs/project_notes\nsource ~/.virtualenvs/project_notes/bin/activate\npip3 install jupyterlab\npip3 install bash_kernel\npython3 -m bash_kernel.install\npip3 install iplantuml\n\n```\n\nzsh integration:\n```\nalias znotes='workon project_notes \u0026\u0026 cd ${ZNOTES_PATH-~/z_personal_notes} \u0026\u0026 jupyter lab'\n```\n\nDesktop integration:\n\n```sh\n#!/bin/bash\n\nset -e\n\nmkdir -p ~/apps/nteract\nwget -o nteract-0.8.3-x86_64.AppImage https://github.com/nteract/nteract/releases/download/v0.8.3/nteract-0.8.3-x86_64.AppImage\nchmod +x nteract-0.8.3-x86_64.AppImage\ncp ./znotes.desktop ~/.local/share/applications/\ncp ./nteract.sh ~/apps/nteract\n\n```\n\nExample of notebook:\n\n```\n\nIn Ipython, first,\n\nimport iplantuml\nthen, create a cell like,\n\n%%plantuml\n\n@startuml\nAlice -\u003e Bob: Authentication Request\nBob --\u003e Alice: Authentication Response\n@enduml\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fznotebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoronenko%2Fznotebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fznotebook/lists"}