{"id":22323551,"url":"https://github.com/joaopalmeiro/b2-presentation","last_synced_at":"2026-05-03T23:32:59.862Z","repository":{"id":106440518,"uuid":"293643732","full_name":"joaopalmeiro/b2-presentation","owner":"joaopalmeiro","description":"Materials for the presentation of the paper: \"B2: Bridging Code and Interactive Visualization in Computational Notebooks\" (Yifan Wu, Joseph M. Hellerstein, Arvind Satyanarayan — UIST 2020).","archived":false,"fork":false,"pushed_at":"2020-09-09T22:25:10.000Z","size":1430,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T05:40:51.449Z","etag":null,"topics":["data-visualization","interactive-visualizations","jupyter","jupyter-notebook","jupyter-notebook-extension","python","r","vega-lite","xaringan"],"latest_commit_sha":null,"homepage":"https://joaopalmeiro.github.io/b2-presentation/slides","language":"Makefile","has_issues":true,"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/joaopalmeiro.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":"2020-09-07T22:19:45.000Z","updated_at":"2024-04-27T21:07:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"94b67da1-490f-4444-beb7-e099c29439f7","html_url":"https://github.com/joaopalmeiro/b2-presentation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joaopalmeiro/b2-presentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fb2-presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fb2-presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fb2-presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fb2-presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaopalmeiro","download_url":"https://codeload.github.com/joaopalmeiro/b2-presentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaopalmeiro%2Fb2-presentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-visualization","interactive-visualizations","jupyter","jupyter-notebook","jupyter-notebook-extension","python","r","vega-lite","xaringan"],"created_at":"2024-12-04T01:10:58.838Z","updated_at":"2026-05-03T23:32:59.843Z","avatar_url":"https://github.com/joaopalmeiro.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# b2-presentation\n\nMaterials for the presentation of the paper: \"[B2: Bridging Code and Interactive Visualization in Computational Notebooks](http://vis.mit.edu/pubs/b2)\" (Yifan Wu, Joseph M. Hellerstein, Arvind Satyanarayan — UIST 2020).\n\n## Quickstart\n\n### Slide deck\n\nYou can check the slide deck online [here](https://joaopalmeiro.github.io/b2-presentation/slides) (press `f` to switch to full screen mode). On the other hand, you can also find the slide deck in PDF format [here](https://github.com/joaopalmeiro/b2-presentation/blob/master/docs/slides.pdf).\n\n### Demo\n\nIf necessary, install [Anaconda](https://docs.anaconda.com/anaconda/install/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) first, please.\n\n- `make init`\n- `make nb`\n\nor\n\n- `conda env create -f environment.yml`.\n- `conda activate b2-presentation`.\n- `jupyter nbextension enable --py b2 --sys-prefix`.\n- `jupyter notebook`\n\n## Notes\n\n- [`renv`](https://rstudio.github.io/renv/articles/renv.html) ([Pipenv](https://github.com/pypa/pipenv) for R):\n  - To start a new environment: `renv::init()`.\n  - To save the state of the project library to the lockfile: `renv::snapshot()`.\n- Conda environment:\n  - List available environments: `conda info --envs`.\n  - `conda create --no-default-packages -n b2-presentation -c r r-base=3.6.1`.\n  - `conda activate b2-presentation`.\n  - `conda install -c r rstudio`.\n  - `conda install -c r r-xaringan`.\n  - `conda install pip`.\n  - `pip install -r requirements.txt`.\n  - `conda env export \u003e environment.yml`.\n  - `conda remove -n b2-presentation --all`.\n- [DeckTape](https://github.com/astefanutti/decktape) (to generate a PDF file from the slides):\n  - `sudo npm install -g decktape --unsafe-perm=true`.\n  - `decktape --chrome-arg=--disable-web-security remark slides.html slides.pdf`.\n- [xaringanthemer](https://pkg.garrickadenbuie.com/xaringanthemer/index.html).\n- [Configuration options](https://github.com/gnab/remark/wiki/Configuration) available for remark (`nature` argument).\n- [Emojis](https://www.w3schools.com/charsets/ref_emoji.asp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopalmeiro%2Fb2-presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaopalmeiro%2Fb2-presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopalmeiro%2Fb2-presentation/lists"}