{"id":15866335,"url":"https://github.com/qubitpi/jupyter-notebooks","last_synced_at":"2025-04-01T21:20:10.971Z","repository":{"id":246845757,"uuid":"819663019","full_name":"QubitPi/jupyter-notebooks","owner":"QubitPi","description":"Studying new technologies","archived":false,"fork":false,"pushed_at":"2025-03-11T13:30:07.000Z","size":17101,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T13:41:07.694Z","etag":null,"topics":["jupyter-notebooks"],"latest_commit_sha":null,"homepage":"https://jupyter-notebooks.qubitpi.org/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QubitPi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-25T00:55:56.000Z","updated_at":"2025-03-11T13:30:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"28cae4d7-f62b-4c99-a97b-6441c425bafd","html_url":"https://github.com/QubitPi/jupyter-notebooks","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"64201ff1c38651980d87a8d69d0503409c61cb05"},"previous_names":["qubitpi/california-housing-price"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fjupyter-notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fjupyter-notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fjupyter-notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fjupyter-notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QubitPi","download_url":"https://codeload.github.com/QubitPi/jupyter-notebooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709906,"owners_count":20821298,"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":["jupyter-notebooks"],"created_at":"2024-10-05T23:20:23.314Z","updated_at":"2025-04-01T21:20:10.965Z","avatar_url":"https://github.com/QubitPi.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jupyter Notebooks\n=================\n\n[![Notebooks badge]][Notebooks URL]\n![Python Version Badge]\n[![Apache License Badge]][Apache License, Version 2.0]\n\nNotebooks\n---------\n\n- [ArangoDB Notebooks](./notebooks/arangodb): ArangoDB Python API\n\nSetup\n-----\n\n### Getting Source Code\n\n```console\nhttps://github.com/QubitPi/jupyter-notebooks.git\n```\n\n### Navigating to A Notebook Directory\n\n```console\ncd jupyter-notebooks/notebooks\n```\n\nEach subdirectory in `notebooks` is a standalone Jupyter notebook. Choose and navigate into one of them. For example\n\n```console\ncd housing\n```\n\n### Creating an Isolated Environment\n\nIt is strongly recommended to work in an isolated environment. \n\n\u003e [!IMPORTANT]\n\u003e \n\u003e If this is the very first time for initializing the environment, please install `virtualenv` and create an isolated\n\u003e Python environment by\n\u003e \n\u003e ```console\n\u003e python3 -m pip install --user -U virtualenv\n\u003e python3 -m virtualenv .venv\n\u003e ```\n\nActivate environment defined by each `requirements.txt` with:\n\n```console\nsource .venv/bin/activate\n```\n\nor, on Windows\n\n```console\n./venv\\Scripts\\activate\n```\n\n\u003e [!TIP]\n\u003e \n\u003e To deactivate this environment, use\n\u003e \n\u003e ```console\n\u003e deactivate\n\u003e ```\n\nInstall dependencies by\n\n```console\npip3 install -r requirements.txt\n```\n\n### Starting Jupyter Server\n\nNow we can fire up Jupyter by typing the following command:\n\n```console\npython3 -m ipykernel install --user --name=python3 \u0026\u0026 jupyter notebook\n```\n\nThe first half of the composite commands registers virtualenv to Jupyter and give it a name with `python3`\n\nA Jupyter server is now running in our terminal, listening to port 8888. We can visit this server by opening our web\nbrowser to http://localhost:8888/\n\nOpen up one of the [notebooks](./notebooks)\n\nLicense\n-------\n\nThe use and distribution terms for [jupyter-notebooks]() are covered by the [Apache License, Version 2.0].\n\n[Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge\u0026logo=Apache\u0026logoColor=white\n[Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0\n\n[Notebooks badge]: https://img.shields.io/badge/Notebooks-F37626?style=for-the-badge\u0026logo=jupyter\u0026logoColor=white\n[Notebooks URL]: https://jupyter-notebooks.qubitpi.org/\n\n[Python Version Badge]: https://img.shields.io/badge/Python-3.10-FFD845?labelColor=498ABC\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Fjupyter-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubitpi%2Fjupyter-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Fjupyter-notebooks/lists"}