{"id":22323355,"url":"https://github.com/joaopalmeiro/notebook-notes","last_synced_at":"2026-03-19T22:24:41.690Z","repository":{"id":51684034,"uuid":"520260364","full_name":"joaopalmeiro/notebook-notes","owner":"joaopalmeiro","description":"Personal notes on computational notebooks and such platforms.","archived":false,"fork":false,"pushed_at":"2024-11-13T13:40:44.000Z","size":1079,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T07:12:03.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/joaopalmeiro.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":"2022-08-01T20:58:09.000Z","updated_at":"2024-11-13T13:40:48.000Z","dependencies_parsed_at":"2024-09-16T08:30:13.106Z","dependency_job_id":"3e1c4ca2-12e7-4c44-8a81-b0ac5ca78212","html_url":"https://github.com/joaopalmeiro/notebook-notes","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/joaopalmeiro%2Fnotebook-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fnotebook-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fnotebook-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fnotebook-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaopalmeiro","download_url":"https://codeload.github.com/joaopalmeiro/notebook-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245592699,"owners_count":20640883,"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-04T01:10:00.848Z","updated_at":"2026-01-06T21:06:10.311Z","avatar_url":"https://github.com/joaopalmeiro.png","language":null,"readme":"# notebook-notes\n\nPersonal notes on computational notebooks and such platforms.\n\n## Resources\n\n- [Data Science Notebooks](https://datasciencenotebook.org/) website\n\n## Snippets\n\n### Install packages if on Google Colab\n\n```python\nimport os\n\nif \"COLAB_GPU\" in os.environ:\n    !pip install feedzai-altair-theme\n```\n\n#### References\n\n- [Test if notebook is running on Google Colab](https://stackoverflow.com/questions/53581278/test-if-notebook-is-running-on-google-colab) thread\n\n### Install packages if on Deepnote\n\n```python\nimport os\n\nif \"DEEPNOTE_PROJECT_ID\" in os.environ and \"DEEPNOTE_PROJECT_OWNER_ID\" in os.environ:\n    !pip install altair vega-datasets feedzai-altair-theme\n```\n\n#### References\n\n- [Pre-installed packages](https://docs.deepnote.com/environment/pre-installed-packages) documentation page\n- [Python requirements](https://docs.deepnote.com/environment/python-requirements) documentation page\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopalmeiro%2Fnotebook-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaopalmeiro%2Fnotebook-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopalmeiro%2Fnotebook-notes/lists"}