{"id":13695645,"url":"https://github.com/ipython-books/cookbook-2nd-code","last_synced_at":"2025-04-12T19:50:29.381Z","repository":{"id":18598940,"uuid":"84728198","full_name":"ipython-books/cookbook-2nd-code","owner":"ipython-books","description":"Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]","archived":false,"fork":false,"pushed_at":"2022-01-11T06:54:35.000Z","size":46429,"stargazers_count":737,"open_issues_count":0,"forks_count":434,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-12T19:49:59.277Z","etag":null,"topics":["computing","data-analysis","data-mining","data-science","data-visualization","ipython","jupyter","jupyter-notebook","machine-learning","numerical-computation","python","visualization"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipython-books.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}},"created_at":"2017-03-12T13:36:14.000Z","updated_at":"2025-04-08T08:33:02.000Z","dependencies_parsed_at":"2022-07-25T04:32:10.530Z","dependency_job_id":null,"html_url":"https://github.com/ipython-books/cookbook-2nd-code","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/ipython-books%2Fcookbook-2nd-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-2nd-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-2nd-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-2nd-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipython-books","download_url":"https://codeload.github.com/ipython-books/cookbook-2nd-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"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":["computing","data-analysis","data-mining","data-science","data-visualization","ipython","jupyter","jupyter-notebook","machine-learning","numerical-computation","python","visualization"],"created_at":"2024-08-02T18:00:31.668Z","updated_at":"2025-04-12T19:50:29.344Z","avatar_url":"https://github.com/ipython-books.png","language":"Jupyter Notebook","readme":"# Code of the IPython Cookbook, Second Edition (2018)\n\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython-books/cookbook-2nd-code/master)\n\nThis repository contains the Jupyter notebooks of the 100+ recipes of [*IPython Interactive Computing and Visualization Cookbook, Second Edition (2018)*](https://www.packtpub.com/big-data-and-business-intelligence/ipython-interactive-computing-and-visualization-cookbook-second-e), by [Cyrille Rossant](http://cyrille.rossant.net), *Packt Publishing*.\n\nThis repository is read-only: the source files are on the [cookbook-2nd](https://github.com/ipython-books/cookbook-2nd) repository.\n\n\n## Running the code in the cloud\n\nWith [Binder](https://mybinder.org/), you can run most of the Jupyter notebooks directly from your web browser without installing anything. Just click on the `launch binder` button above. A temporary Jupyter Notebook server with all dependencies will be automatically launched in the cloud. It is not persistent: all your changes will be lost after some time.\n\n\n## Running the code on your computer\n\n1. [**Install** git](https://git-scm.com/downloads).\n\n2. [**Download and install** Anaconda](https://www.anaconda.com/download/): choose the **Python 3.6, 64-bit** version for your operating system (macOS, Linux, or Windows).\n\n3. **Open** a terminal (`cmd` on Windows).\n\n4. **Clone** the repository:\n\n```bash\n$ git clone https://github.com/ipython-books/cookbook-2nd-code.git\n$ cd cookbook-2nd-code\n```\n\n5. **Create** the `cookbook` [conda environment](https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file):\n\n```bash\nconda env create -f environment.yml\n```\n\n6. **Activate** the environment:\n\n    * On macOS and Linux:\n\n    ```bash\n    source activate cookbook\n    ```\n\n    * On Windows:\n\n    ```bash\n    activate cookbook\n    ```\n\n7. **Launch** the [Jupyter Notebook](http://jupyter.org/install.html):\n\n```bash\n$ jupyter notebook\n```\n","funding_links":[],"categories":["Jupiter Notebooks"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython-books%2Fcookbook-2nd-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipython-books%2Fcookbook-2nd-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython-books%2Fcookbook-2nd-code/lists"}