{"id":23191642,"url":"https://github.com/pangiole/rust-notebooks","last_synced_at":"2026-01-18T00:21:24.240Z","repository":{"id":266888635,"uuid":"830914697","full_name":"pangiole/rust-notebooks","owner":"pangiole","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-19T11:24:10.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T14:35:54.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/pangiole.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":"2024-07-19T09:09:24.000Z","updated_at":"2024-07-19T11:24:14.000Z","dependencies_parsed_at":"2024-12-06T20:00:39.353Z","dependency_job_id":"da9782e5-2cb9-4cae-9b66-4fe6dac0afc5","html_url":"https://github.com/pangiole/rust-notebooks","commit_stats":null,"previous_names":["pangiole/rust-notebooks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Frust-notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Frust-notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Frust-notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Frust-notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pangiole","download_url":"https://codeload.github.com/pangiole/rust-notebooks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299789,"owners_count":20916186,"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-12-18T12:18:14.481Z","updated_at":"2026-01-18T00:21:24.196Z","avatar_url":"https://github.com/pangiole.png","language":null,"readme":"# rust-notebooks\n\n## requirements\n\n* [pyenv](https://github.com/pyenv/pyenv)\n* [poetry](https://python-poetry.org/)\n* [rustup](https://rustup.rs/)\n\n## setup\nFirst of all, by using `pyenv`, install a new Python interpreter which is going to be used as the **base** for yet another Python virtual environment, specifically created for this project.\n\n```\n# install the base\npyenv install 3.11.4\n```\n\n### virtual environment\nInstall the new Python virtual environment and all the packages specified as dependencies of this project (see `pyproject.toml`). Notice how `poetry` is going to create the new Python virtual environment in the `.venv` directory.\n\n```\npoetry self update\npoetry install\n```\n\n### jupyter kernel\nInstall the EvCxR Jupyter kernel, and test if it works.\n\n```\nrustup update stable\ncargo install --locked evcxr_jupyter\n```\n\n```\npoetry shell\nevcxr_jupyter --install\njupyter lab\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpangiole%2Frust-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpangiole%2Frust-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpangiole%2Frust-notebooks/lists"}