Jupyter-book

Latest version: v1.0.0

Safety actively analyzes 631044 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.7.5

See [CHANGELOG.md](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md)

0.7.4

v0.7.3...v0.7.4
([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.7.3...v0.7.4))


Merged PRs
* � DOCS: Remove Issue Templates [849](https://github.com/executablebooks/jupyter-book/pull/849) ([chrisjsewell](https://github.com/chrisjsewell))
* � DOC: document available bib styles [845](https://github.com/executablebooks/jupyter-book/pull/845) ([emdupre](https://github.com/emdupre))
* � FIX: fixing toctree spacing bug [836](https://github.com/executablebooks/jupyter-book/pull/836) ([choldgraf](https://github.com/choldgraf))
* � IMPROVE: chapters -> parts in toc [834](https://github.com/executablebooks/jupyter-book/pull/834) ([choldgraf](https://github.com/choldgraf))
* � DOCS: adding information about page structure [830](https://github.com/executablebooks/jupyter-book/pull/830) ([choldgraf](https://github.com/choldgraf))
* � FIX: fixing chapters numbering [829](https://github.com/executablebooks/jupyter-book/pull/829) ([choldgraf](https://github.com/choldgraf))

Contributors to this release
([GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2020-07-29&to=2020-08-05&type=c))

[choldgraf](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acholdgraf+updated%3A2020-07-29..2020-08-05&type=Issues) | [chrisjsewell](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Achrisjsewell+updated%3A2020-07-29..2020-08-05&type=Issues) | [codecov](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acodecov+updated%3A2020-07-29..2020-08-05&type=Issues) | [emdupre](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aemdupre+updated%3A2020-07-29..2020-08-05&type=Issues) | [jni](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajni+updated%3A2020-07-29..2020-08-05&type=Issues) | [jstac](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajstac+updated%3A2020-07-29..2020-08-05&type=Issues) | [mmcky](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ammcky+updated%3A2020-07-29..2020-08-05&type=Issues) | [najuzilu](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Anajuzilu+updated%3A2020-07-29..2020-08-05&type=Issues) | [nathancarter](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Anathancarter+updated%3A2020-07-29..2020-08-05&type=Issues) | [welcome](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Awelcome+updated%3A2020-07-29..2020-08-05&type=Issues)

0.7.3

0.7.2

v0.7.1...v0.7.2
([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.7.1...v0.7.2))


Enhancements made
* ✨ NEW: Adding - chapter entries to _toc.yml [817](https://github.com/executablebooks/jupyter-book/pull/817) ([choldgraf](https://github.com/choldgraf))
* checking for toc modification time [772](https://github.com/executablebooks/jupyter-book/pull/772) ([choldgraf](https://github.com/choldgraf))
* first pass toc directive [757](https://github.com/executablebooks/jupyter-book/pull/757) ([choldgraf](https://github.com/choldgraf))

Bugs fixed
* Fix typo in content-blocks.md documentation [811](https://github.com/executablebooks/jupyter-book/pull/811) ([MaxGhenis](https://github.com/MaxGhenis))
* [BUG] Using relative instead of absolute links [747](https://github.com/executablebooks/jupyter-book/pull/747) ([AakashGfude](https://github.com/AakashGfude))
* � FIX: fixing jupytext install/UI links [737](https://github.com/executablebooks/jupyter-book/pull/737) ([chrisjsewell](https://github.com/chrisjsewell))

Documentation improvements
* � DOC: note about licenses [806](https://github.com/executablebooks/jupyter-book/pull/806) ([choldgraf](https://github.com/choldgraf))
* � DOCS: Fix google analytics instructions [799](https://github.com/executablebooks/jupyter-book/pull/799) ([tobydriscoll](https://github.com/tobydriscoll))
* Change book_path to path_to_book [773](https://github.com/executablebooks/jupyter-book/pull/773) ([MaxGhenis](https://github.com/MaxGhenis))
* GitHub actions example: note about selective build [771](https://github.com/executablebooks/jupyter-book/pull/771) ([consideRatio](https://github.com/consideRatio))
* getting sphinx thebelab to work [749](https://github.com/executablebooks/jupyter-book/pull/749) ([choldgraf](https://github.com/choldgraf))
* Link documentation for adding cell tags in Jupyter from "Hide or remove content" documentation section [734](https://github.com/executablebooks/jupyter-book/pull/734) ([MaxGhenis](https://github.com/MaxGhenis))
* typo fix [731](https://github.com/executablebooks/jupyter-book/pull/731) ([MaxGhenis](https://github.com/MaxGhenis))

API Changes
* ✨ NEW: Adding - chapter entries to _toc.yml [817](https://github.com/executablebooks/jupyter-book/pull/817) ([choldgraf](https://github.com/choldgraf))
- `headers:` is no longer supported. See the PR for more details
* removing config file numbered sections to use toc file instead [768](https://github.com/executablebooks/jupyter-book/pull/768) ([choldgraf](https://github.com/choldgraf))
- `navbar_number_sections` is deprecated, use `numbered:` in `_toc.yml` from now on

Other merged PRs
* � DOC: update gh-pages + ghp-import docs [814](https://github.com/executablebooks/jupyter-book/pull/814) ([TomasBeuzen](https://github.com/TomasBeuzen))

Contributors to this release
([GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2020-06-25&to=2020-07-29&type=c))

[AakashGfude](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AAakashGfude+updated%3A2020-06-25..2020-07-29&type=Issues) | [amueller](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aamueller+updated%3A2020-06-25..2020-07-29&type=Issues) | [bmcfee](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Abmcfee+updated%3A2020-06-25..2020-07-29&type=Issues) | [brian-rose](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Abrian-rose+updated%3A2020-06-25..2020-07-29&type=Issues) | [choldgraf](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acholdgraf+updated%3A2020-06-25..2020-07-29&type=Issues) | [chrisjsewell](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Achrisjsewell+updated%3A2020-06-25..2020-07-29&type=Issues) | [codecov](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acodecov+updated%3A2020-06-25..2020-07-29&type=Issues) | [consideRatio](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AconsideRatio+updated%3A2020-06-25..2020-07-29&type=Issues) | [cpjobling](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acpjobling+updated%3A2020-06-25..2020-07-29&type=Issues) | [jstac](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajstac+updated%3A2020-06-25..2020-07-29&type=Issues) | [MaxGhenis](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AMaxGhenis+updated%3A2020-06-25..2020-07-29&type=Issues) | [mmcky](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ammcky+updated%3A2020-06-25..2020-07-29&type=Issues) | [nathancarter](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Anathancarter+updated%3A2020-06-25..2020-07-29&type=Issues) | [phaustin](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aphaustin+updated%3A2020-06-25..2020-07-29&type=Issues) | [ptcane](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aptcane+updated%3A2020-06-25..2020-07-29&type=Issues) | [tobydriscoll](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Atobydriscoll+updated%3A2020-06-25..2020-07-29&type=Issues) | [TomasBeuzen](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3ATomasBeuzen+updated%3A2020-06-25..2020-07-29&type=Issues)

0.7.1

0.7.0

This is a total re-write of the back-end of Jupyter Book, which is now built on Sphinx. See
[the Jupyter Book wiki](https://github.com/executablebooks/jupyter-book/wiki/The-Jupyter-Book-Wiki) for an upgrade guide, and [the jupyterbook docs](https://jupyterbook.org) for information about the new jupyter book.

v0.6.5...v0.7.0
([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.6.5...v0.7.0))


Merged PRs
* Release prep [711](https://github.com/executablebooks/jupyter-book/pull/711) ([choldgraf](https://github.com/choldgraf))
* fixing topbar repo buttons [710](https://github.com/executablebooks/jupyter-book/pull/710) ([choldgraf](https://github.com/choldgraf))
* [DOC] Add info about 'remove_cell' tag [708](https://github.com/executablebooks/jupyter-book/pull/708) ([najuzilu](https://github.com/najuzilu))
* [DOC] Fix broken Jupytext link [703](https://github.com/executablebooks/jupyter-book/pull/703) ([najuzilu](https://github.com/najuzilu))
* misc doc improvements [702](https://github.com/executablebooks/jupyter-book/pull/702) ([choldgraf](https://github.com/choldgraf))
* fixing toc bug [696](https://github.com/executablebooks/jupyter-book/pull/696) ([choldgraf](https://github.com/choldgraf))
* [DOC, ENH] Shorten descriptions of clean and toc functions [693](https://github.com/executablebooks/jupyter-book/pull/693) ([pgadige](https://github.com/pgadige))
* execution error doc [691](https://github.com/executablebooks/jupyter-book/pull/691) ([choldgraf](https://github.com/choldgraf))
* [DOC] Fix rendering of subitems in ordered list [686](https://github.com/executablebooks/jupyter-book/pull/686) ([najuzilu](https://github.com/najuzilu))
* adding configuration for source buttons [684](https://github.com/executablebooks/jupyter-book/pull/684) ([choldgraf](https://github.com/choldgraf))
* adding versions [679](https://github.com/executablebooks/jupyter-book/pull/679) ([choldgraf](https://github.com/choldgraf))
* ENH: Modify execute option for jb page command (594 followup) [678](https://github.com/executablebooks/jupyter-book/pull/678) ([rossbar](https://github.com/rossbar))
* fixing suffix in download files [656](https://github.com/executablebooks/jupyter-book/pull/656) ([choldgraf](https://github.com/choldgraf))
* config defaults [654](https://github.com/executablebooks/jupyter-book/pull/654) ([choldgraf](https://github.com/choldgraf))
* Additional latex newcommand example [652](https://github.com/executablebooks/jupyter-book/pull/652) ([najuzilu](https://github.com/najuzilu))
* How to reference docs and section labels [651](https://github.com/executablebooks/jupyter-book/pull/651) ([najuzilu](https://github.com/najuzilu))
* TST: minor update to reference book.pdf rather than python.pdf [650](https://github.com/executablebooks/jupyter-book/pull/650) ([mmcky](https://github.com/mmcky))
* improving configuration under the hood [647](https://github.com/executablebooks/jupyter-book/pull/647) ([choldgraf](https://github.com/choldgraf))
* draft windows instructions [642](https://github.com/executablebooks/jupyter-book/pull/642) ([phaustin](https://github.com/phaustin))
* [DOC] MyST cheat sheet documentation [637](https://github.com/executablebooks/jupyter-book/pull/637) ([najuzilu](https://github.com/najuzilu))
* TST: [pdflatex] Add build of quantecon-mini-example as a project style test case [636](https://github.com/executablebooks/jupyter-book/pull/636) ([mmcky](https://github.com/mmcky))
* TST: Fix test_pdf failure. [633](https://github.com/executablebooks/jupyter-book/pull/633) ([rossbar](https://github.com/rossbar))
* Minor update for the extra-navbar section in advanced.md [631](https://github.com/executablebooks/jupyter-book/pull/631) ([malvikasharan](https://github.com/malvikasharan))
* TST: update testing requirements and adjust ignore [626](https://github.com/executablebooks/jupyter-book/pull/626) ([mmcky](https://github.com/mmcky))
* bump peaceiris/actions-gh-pages to v3.6.1 [625](https://github.com/executablebooks/jupyter-book/pull/625) ([peaceiris](https://github.com/peaceiris))
* documenting directive keywords better [623](https://github.com/executablebooks/jupyter-book/pull/623) ([choldgraf](https://github.com/choldgraf))
* clarifying config values [622](https://github.com/executablebooks/jupyter-book/pull/622) ([choldgraf](https://github.com/choldgraf))
* add tex macro documentation [618](https://github.com/executablebooks/jupyter-book/pull/618) ([najuzilu](https://github.com/najuzilu))
* fixing docs bug in template [617](https://github.com/executablebooks/jupyter-book/pull/617) ([choldgraf](https://github.com/choldgraf))
* FIX: fix bug when latex config not specified in project for "latex_documents" [614](https://github.com/executablebooks/jupyter-book/pull/614) ([mmcky](https://github.com/mmcky))
* adding extra footer docs [611](https://github.com/executablebooks/jupyter-book/pull/611) ([choldgraf](https://github.com/choldgraf))
* nesting notes [599](https://github.com/executablebooks/jupyter-book/pull/599) ([choldgraf](https://github.com/choldgraf))
* docs update [597](https://github.com/executablebooks/jupyter-book/pull/597) ([choldgraf](https://github.com/choldgraf))
* updating docs and fixing single page bug [592](https://github.com/executablebooks/jupyter-book/pull/592) ([choldgraf](https://github.com/choldgraf))
* add html section to tip about navbar_number_sections [590](https://github.com/executablebooks/jupyter-book/pull/590) ([amueller](https://github.com/amueller))
* adding custom css and js and updating docs [583](https://github.com/executablebooks/jupyter-book/pull/583) ([choldgraf](https://github.com/choldgraf))
* Devdocs [581](https://github.com/executablebooks/jupyter-book/pull/581) ([choldgraf](https://github.com/choldgraf))
* [DOC] fix contrib link in readme [577](https://github.com/executablebooks/jupyter-book/pull/577) ([amueller](https://github.com/amueller))
* Document use of pure html [576](https://github.com/executablebooks/jupyter-book/pull/576) ([joergbrech](https://github.com/joergbrech))
* add no_title argument to toc [571](https://github.com/executablebooks/jupyter-book/pull/571) ([amueller](https://github.com/amueller))
* instructions for toggle and toc docs [570](https://github.com/executablebooks/jupyter-book/pull/570) ([choldgraf](https://github.com/choldgraf))
* DOC: A few documentation fix-ups [569](https://github.com/executablebooks/jupyter-book/pull/569) ([rossbar](https://github.com/rossbar))
* add ticks to execute_notebooks: off in docs [568](https://github.com/executablebooks/jupyter-book/pull/568) ([amueller](https://github.com/amueller))
* fixing flake [567](https://github.com/executablebooks/jupyter-book/pull/567) ([choldgraf](https://github.com/choldgraf))
* fix typo [565](https://github.com/executablebooks/jupyter-book/pull/565) ([amueller](https://github.com/amueller))
* add build to test_clean method prior to build --builder pdflatex [561](https://github.com/executablebooks/jupyter-book/pull/561) ([najuzilu](https://github.com/najuzilu))
* update vscode myst markdown extension url [559](https://github.com/executablebooks/jupyter-book/pull/559) ([najuzilu](https://github.com/najuzilu))
* [BUG] Added a returncode for make all-pdf [556](https://github.com/executablebooks/jupyter-book/pull/556) ([AakashGfude](https://github.com/AakashGfude))
* [ENH] A simple {tableofcontents} directive [553](https://github.com/executablebooks/jupyter-book/pull/553) ([AakashGfude](https://github.com/AakashGfude))
* clarifying qe mini example [550](https://github.com/executablebooks/jupyter-book/pull/550) ([choldgraf](https://github.com/choldgraf))
* Small edits to intro page on docs. [548](https://github.com/executablebooks/jupyter-book/pull/548) ([jstac](https://github.com/jstac))
* updating intro page and other docs [545](https://github.com/executablebooks/jupyter-book/pull/545) ([choldgraf](https://github.com/choldgraf))
* Update default_config.yml [544](https://github.com/executablebooks/jupyter-book/pull/544) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g))
* Fix broken references in docs [541](https://github.com/executablebooks/jupyter-book/pull/541) ([consideRatio](https://github.com/consideRatio))
* Corrects info on bibliography in separate file [537](https://github.com/executablebooks/jupyter-book/pull/537) ([kyleniemeyer](https://github.com/kyleniemeyer))
* explicitly giving jupyter book install version [535](https://github.com/executablebooks/jupyter-book/pull/535) ([choldgraf](https://github.com/choldgraf))
* Add modules needed to build the example book to the instructions. [533](https://github.com/executablebooks/jupyter-book/pull/533) ([jpivarski](https://github.com/jpivarski))
* citations clean up [529](https://github.com/executablebooks/jupyter-book/pull/529) ([choldgraf](https://github.com/choldgraf))
* updating documentation [527](https://github.com/executablebooks/jupyter-book/pull/527) ([choldgraf](https://github.com/choldgraf))
* adding tests for TOC cases [525](https://github.com/executablebooks/jupyter-book/pull/525) ([choldgraf](https://github.com/choldgraf))
* adding linkcheck docs and support [524](https://github.com/executablebooks/jupyter-book/pull/524) ([choldgraf](https://github.com/choldgraf))
* update latexpdf to pdflatex in the documentation [523](https://github.com/executablebooks/jupyter-book/pull/523) ([najuzilu](https://github.com/najuzilu))
* update jb contributor link [522](https://github.com/executablebooks/jupyter-book/pull/522) ([najuzilu](https://github.com/najuzilu))
* Additional clean options [521](https://github.com/executablebooks/jupyter-book/pull/521) ([najuzilu](https://github.com/najuzilu))
* updating deploy docs [520](https://github.com/executablebooks/jupyter-book/pull/520) ([choldgraf](https://github.com/choldgraf))
* BETA: v0.7.0b1 [516](https://github.com/executablebooks/jupyter-book/pull/516) ([choldgraf](https://github.com/choldgraf))
* fixing tests and prep for new release [515](https://github.com/executablebooks/jupyter-book/pull/515) ([choldgraf](https://github.com/choldgraf))
* Rebase [496](https://github.com/executablebooks/jupyter-book/pull/496) ([choldgraf](https://github.com/choldgraf))
* migrating to new github org [493](https://github.com/executablebooks/jupyter-book/pull/493) ([choldgraf](https://github.com/choldgraf))

Contributors to this release
([GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2020-04-23&to=2020-06-11&type=c))

[AakashGfude](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AAakashGfude+updated%3A2020-04-23..2020-06-11&type=Issues) | [akhmerov](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aakhmerov+updated%3A2020-04-23..2020-06-11&type=Issues) | [alejandroschuler](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aalejandroschuler+updated%3A2020-04-23..2020-06-11&type=Issues) | [amueller](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aamueller+updated%3A2020-04-23..2020-06-11&type=Issues) | [asteppke](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aasteppke+updated%3A2020-04-23..2020-06-11&type=Issues) | [betatim](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Abetatim+updated%3A2020-04-23..2020-06-11&type=Issues) | [boazbk](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aboazbk+updated%3A2020-04-23..2020-06-11&type=Issues) | [choldgraf](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acholdgraf+updated%3A2020-04-23..2020-06-11&type=Issues) | [chrisjsewell](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Achrisjsewell+updated%3A2020-04-23..2020-06-11&type=Issues) | [consideRatio](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AconsideRatio+updated%3A2020-04-23..2020-06-11&type=Issues) | [cpjobling](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acpjobling+updated%3A2020-04-23..2020-06-11&type=Issues) | [Cyb3rWard0g](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3ACyb3rWard0g+updated%3A2020-04-23..2020-06-11&type=Issues) | [dafriedman97](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Adafriedman97+updated%3A2020-04-23..2020-06-11&type=Issues) | [DavidPowell](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3ADavidPowell+updated%3A2020-04-23..2020-06-11&type=Issues) | [dhruvbalwada](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Adhruvbalwada+updated%3A2020-04-23..2020-06-11&type=Issues) | [emdupre](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aemdupre+updated%3A2020-04-23..2020-06-11&type=Issues) | [epacuit](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aepacuit+updated%3A2020-04-23..2020-06-11&type=Issues) | [firasm](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Afirasm+updated%3A2020-04-23..2020-06-11&type=Issues) | [flying-sheep](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aflying-sheep+updated%3A2020-04-23..2020-06-11&type=Issues) | [gharp](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Agharp+updated%3A2020-04-23..2020-06-11&type=Issues) | [goanpeca](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Agoanpeca+updated%3A2020-04-23..2020-06-11&type=Issues) | [grst](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Agrst+updated%3A2020-04-23..2020-06-11&type=Issues) | [jasmainak](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajasmainak+updated%3A2020-04-23..2020-06-11&type=Issues) | [jgm](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajgm+updated%3A2020-04-23..2020-06-11&type=Issues) | [jmason86](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajmason86+updated%3A2020-04-23..2020-06-11&type=Issues) | [joergbrech](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajoergbrech+updated%3A2020-04-23..2020-06-11&type=Issues) | [johngage](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajohngage+updated%3A2020-04-23..2020-06-11&type=Issues) | [jpivarski](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajpivarski+updated%3A2020-04-23..2020-06-11&type=Issues) | [jstac](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajstac+updated%3A2020-04-23..2020-06-11&type=Issues) | [kyleniemeyer](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Akyleniemeyer+updated%3A2020-04-23..2020-06-11&type=Issues) | [malvikasharan](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amalvikasharan+updated%3A2020-04-23..2020-06-11&type=Issues) | [MasterScrat](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AMasterScrat+updated%3A2020-04-23..2020-06-11&type=Issues) | [mathieuboudreau](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amathieuboudreau+updated%3A2020-04-23..2020-06-11&type=Issues) | [matteoacrossi](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amatteoacrossi+updated%3A2020-04-23..2020-06-11&type=Issues) | [mgeier](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amgeier+updated%3A2020-04-23..2020-06-11&type=Issues) | [mmcky](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ammcky+updated%3A2020-04-23..2020-06-11&type=Issues) | [mwcraig](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amwcraig+updated%3A2020-04-23..2020-06-11&type=Issues) | [najuzilu](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Anajuzilu+updated%3A2020-04-23..2020-06-11&type=Issues) | [NatalieThurlby](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3ANatalieThurlby+updated%3A2020-04-23..2020-06-11&type=Issues) | [ofajardo](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aofajardo+updated%3A2020-04-23..2020-06-11&type=Issues) | [oscarys](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aoscarys+updated%3A2020-04-23..2020-06-11&type=Issues) | [parmentelat](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aparmentelat+updated%3A2020-04-23..2020-06-11&type=Issues) | [peaceiris](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apeaceiris+updated%3A2020-04-23..2020-06-11&type=Issues) | [pgadige](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apgadige+updated%3A2020-04-23..2020-06-11&type=Issues) | [phaustin](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aphaustin+updated%3A2020-04-23..2020-06-11&type=Issues) | [prabhasyadav](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aprabhasyadav+updated%3A2020-04-23..2020-06-11&type=Issues) | [psychemedia](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apsychemedia+updated%3A2020-04-23..2020-06-11&type=Issues) | [Racooneer](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3ARacooneer+updated%3A2020-04-23..2020-06-11&type=Issues) | [rahuldave](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Arahuldave+updated%3A2020-04-23..2020-06-11&type=Issues) | [rossbar](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Arossbar+updated%3A2020-04-23..2020-06-11&type=Issues) | [roualdes](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aroualdes+updated%3A2020-04-23..2020-06-11&type=Issues) | [saulomaia](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Asaulomaia+updated%3A2020-04-23..2020-06-11&type=Issues) | [xldrkp](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Axldrkp+updated%3A2020-04-23..2020-06-11&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ayuvipanda+updated%3A2020-04-23..2020-06-11&type=Issues)

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.