{"id":13607137,"url":"https://github.com/red-data-tools/jekyll-jupyter-notebook","last_synced_at":"2025-04-09T11:09:24.898Z","repository":{"id":56878622,"uuid":"89601650","full_name":"red-data-tools/jekyll-jupyter-notebook","owner":"red-data-tools","description":"Jekyll Jupyter Notebook plugin","archived":false,"fork":false,"pushed_at":"2024-09-19T04:47:30.000Z","size":167,"stargazers_count":166,"open_issues_count":0,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T10:11:49.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://red-data-tools.github.io/jekyll-jupyter-notebook/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red-data-tools.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":"2017-04-27T13:39:41.000Z","updated_at":"2024-12-20T05:45:08.000Z","dependencies_parsed_at":"2024-06-21T17:32:44.640Z","dependency_job_id":"80741940-e832-44e1-bc0b-4751d58fc3a4","html_url":"https://github.com/red-data-tools/jekyll-jupyter-notebook","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":0.1428571428571429,"last_synced_commit":"4f890d1324890a4d124ec35d1a2907a81a75c984"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fjekyll-jupyter-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fjekyll-jupyter-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fjekyll-jupyter-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fjekyll-jupyter-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red-data-tools","download_url":"https://codeload.github.com/red-data-tools/jekyll-jupyter-notebook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027406,"owners_count":21035594,"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-08-01T19:01:15.870Z","updated_at":"2025-04-09T11:09:24.877Z","avatar_url":"https://github.com/red-data-tools.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# README\n\n## Name\n\nJekyll Jupyter Notebook plugin\n\n## Description\n\nJekyll Jupyter Notebook plugin adds [Jupyter](http://jupyter.org/) Notebook support to Jekyll. You can embed Jupyter Notebooks into your texts.\n\n## Install\n\nAdd the following line to your site's `Gemfile`:\n\n```ruby\ngem \"jekyll-jupyter-notebook\"\n```\n\nRun the following command line to make the gem available:\n\n```console\n% bundle install\n```\n\nAdd the following line to your site's `_config.yml`:\n\n```yaml\nplugins:\n  - jekyll-jupyter-notebook\n```\n\n## Usage\n\nPut a Jupyter Notebook (`sample.ipynb`) to the directory that has the target text (`my-text.md`) like the following:\n\n```text\n.\n|-- my-text.md\n`-- sample.ipynb\n```\n\nPut the following tag into the target text:\n\n```markdown\n{% jupyter_notebook \"sample.ipynb\" %}\n```\n\nIf you use kramdown as Markdown parser and get strange result, try to surround `{% jupyter_notebook ...%}` with `{::nomarkdown}` and `{:/nomarkdown}` like the following:\n\n```markdown\n{::nomarkdown}\n{% jupyter_notebook \"sample.ipynb\" %}\n{:/nomarkdown}\n```\n\n## Configurations\n\nYou can customize `.ipynb` to `.html` conversion by `jupyter_notebook` in `_config.yml`:\n\n```yaml\njupyter_notebook:\n  # ...\n```\n\n### `prompt`\n\nYou can control whether a converted `.html` includes `In [N]`/`Out[N]` prompts or not by `prompt`:\n\n```yaml\njupyter_notebook:\n  prompt: true\n```\n\nThe default value is `true`. It means that `In [N]`/`Out[N]` are shown.\n\nYou can remove them by using `false`:\n\n```yaml\njupyter_notebook:\n  prompt: false\n```\n\n### `input`\n\nSimilar to how `prompt` works, you can also control whether a converted `.html` includes code inputs or not by using `input`:\n\n```yaml\njupyter_notebook:\n  input: true\n```\n\nThe default value is `true`. It means that input code blocks are shown.\n\nYou can remove them by using `false`:\n\n```yaml\njupyter_notebook:\n  input: false\n```\n\n## Authors\n\n* Kouhei Sutou \\\u003ckou@clear-code.com\\\u003e\n\n## License\n\nApache License 2.0. See doc/text/apache-2.0.txt and NOTICE.txt for details.\n\n(Kouhei Sutou has a right to change the license including contributed patches.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fjekyll-jupyter-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-data-tools%2Fjekyll-jupyter-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fjekyll-jupyter-notebook/lists"}