{"id":14977411,"url":"https://github.com/jbn/dissertate","last_synced_at":"2026-02-11T11:03:37.853Z","repository":{"id":57418569,"uuid":"89862445","full_name":"jbn/dissertate","owner":"jbn","description":"Tools for typesetting using Jupyter/IPython notebooks.","archived":false,"fork":false,"pushed_at":"2019-04-29T17:37:55.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T02:16:32.618Z","etag":null,"topics":["ipython","ipython-notebook","jupyter","jupyter-notebook"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/jbn.png","metadata":{"files":{"readme":"README.rst","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-04-30T16:24:17.000Z","updated_at":"2019-07-11T15:13:07.000Z","dependencies_parsed_at":"2022-09-13T13:21:53.676Z","dependency_job_id":null,"html_url":"https://github.com/jbn/dissertate","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jbn/dissertate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbn%2Fdissertate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbn%2Fdissertate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbn%2Fdissertate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbn%2Fdissertate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbn","download_url":"https://codeload.github.com/jbn/dissertate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbn%2Fdissertate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["ipython","ipython-notebook","jupyter","jupyter-notebook"],"created_at":"2024-09-24T13:55:36.645Z","updated_at":"2026-02-11T11:03:37.820Z","avatar_url":"https://github.com/jbn.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/jbn/dissertate.svg?branch=master\n    :target: https://travis-ci.org/jbn/dissertate\n.. image:: https://ci.appveyor.com/api/projects/status/69kj3prrrieyp8q2/branch/master?svg=true\n    :target: https://ci.appveyor.com/project/jbn/dissertate/branch/master \n.. image:: https://coveralls.io/repos/github/jbn/dissertate/badge.svg?branch=master\n    :target: https://coveralls.io/github/jbn/dissertate?branch=master \n.. image:: https://img.shields.io/pypi/v/dissertate.svg\n    :target: https://pypi.python.org/pypi/dissertate\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :target: https://raw.githubusercontent.com/jbn/dissertate/master/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/dissertate.svg\n    :target: https://pypi.python.org/pypi/dissertate\n\nInstallation\n------------\n\n.. code:: sh\n\n   pip install dissertate\n\n\nBasic Usage\n-----------\n\nIn ``nb_config.py``,\n\n.. code:: python\n\n   import dissertate\n\n   c = get_config()\n\n   c.Exporter.preprocessors = ['dissertate.preprocessors.CellElider',\n                               'dissertate.preprocessors.EmptyCellElider']\n\n   c.Exporter.template_file = dissertate.markdown_template_path()\n\nthen,\n\n.. code:: sh\n\n   jupyter nbconvert --config nb_config.py --to markdown your_nb.ipynb\n\nIf you don't want a cell in the output, edit the cell metadata to include,\n\n.. code:: json\n\n   {\"tags\": [\"private\"]}\n\nAlternatively, you can use\n\n.. code:: json\n\n   {\"tags\": [\"todo\"]}\n\nor,\n\n.. code:: json\n\n   {\"tags\": [\"setup\"]}\n\nfor semantic differences that have no effect on ``dissertate`` processing.\n\nIf you want to retain the output of the cell but not the code (e.g.,\nfor an emitted ``matplotlib`` graph),\n\n.. code:: json\n\n   {\"tags\": [\"output-generator\"]}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbn%2Fdissertate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbn%2Fdissertate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbn%2Fdissertate/lists"}